--- libmarc-charset-perl-1.2.orig/debian/libmarc-charset-perl.dirs +++ libmarc-charset-perl-1.2/debian/libmarc-charset-perl.dirs @@ -0,0 +1 @@ +usr/lib/libmarc-charset-perl --- libmarc-charset-perl-1.2.orig/debian/clean +++ libmarc-charset-perl-1.2/debian/clean @@ -0,0 +1 @@ +lib/MARC/Charset/Table --- libmarc-charset-perl-1.2.orig/debian/compat +++ libmarc-charset-perl-1.2/debian/compat @@ -0,0 +1 @@ +7 --- libmarc-charset-perl-1.2.orig/debian/rules +++ libmarc-charset-perl-1.2/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install --until dh_auto_install + # Move the architecture-dependent DBM files under /usr/lib + mv debian/libmarc-charset-perl/usr/share/perl5/MARC/Charset/Table \ + debian/libmarc-charset-perl/usr/lib/libmarc-charset-perl/ + dh install --remaining + touch $@ + +binary-arch: install + dh $@ + +binary-indep: + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libmarc-charset-perl-1.2.orig/debian/changelog +++ libmarc-charset-perl-1.2/debian/changelog @@ -0,0 +1,133 @@ +libmarc-charset-perl (1.2-1) unstable; urgency=low + + * New upstream release + + uses Storable::nfreeze instead of Storable::freeze to get a more + portable character set database. + Reported and fixed by Niko Tyni. Closes: #579517 + * Standards-Version: 3.8.4 (no changes necessary) + + -- Damyan Ivanov Wed, 12 May 2010 14:21:04 +0300 + +libmarc-charset-perl (1.1-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * New upstream release + * debian/patches/*: + - Remove since gdbm.patch was applied upstream + * debian/control: + - Add myself to list of Uploaders + - Drop quilt Build-Depends + - Bump Standards-Version to 3.8.2 (No changes) + - Bump debhelper Build-Depends to (>= 7) + * debian/README.source: + - Remove since quilt is no longer used + * debian/rules: + - Refresh to use newer format + * debian/copyright: + - Refresh to use newer format + - Add myself to debian/* copyright + * debian/compat: + - Bump to 7 + * debian/watch: + - Remove comment + * debian/links: + - Use to make symlink instead of debian/rules + + [ gregor herrmann ] + * Add debian/libmarc-charset-perl.dirs and debian/clean, re-add a manual + `mv' to debian/rules in order to get the created Table file installed into + the right place and removed on clean (done by debian/rules before). + * debian/copyright: add more contributors to the packaging copyright. + * Improve short description, thanks to Jari Aalto for the bug report + (closes: #550289). + + -- Nathan Handler Thu, 02 Jul 2009 01:47:43 +0000 + +libmarc-charset-perl (1.0-1) unstable; urgency=low + + [ gregor herrmann ] + * New upstream release. + * debian/copyright: add upstream source location. + * debian/control: change my email address. + * Set Standards-Version to 3.8.0 (no changes). + * Refresh debian/rules, no functional changes. + + [ Damyan Ivanov ] + * add gdbm.patch by Niko Tyni. Marc::Charset::Table now uses a GDMB database, + reducing its size from 400M to 5M. Closes: #481505 + * add quilt to the build process + * adapt debian/rules to the new filenames GDBM uses + * add README.source pointing to quilt documentation + + -- Damyan Ivanov Sun, 24 Aug 2008 08:36:47 +0300 + +libmarc-charset-perl (0.98-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: Remove /usr/lib/perl5 only if it exists. + + [ Damyan Ivanov ] + * debian/watch: use dist-based URL; better pattern + * debian/rules: + + use "$@" when touching stamps + + move test suite from install to build target + + remove stamps before realclean + + drop unneeded argument-less dh_link call + + drop unneeded dh_strip call + * debhelper compatibility level 6 + * Standards-Version: 3.7.3 (no changes) + + -- Damyan Ivanov Wed, 23 Jan 2008 15:29:49 +0200 + +libmarc-charset-perl (0.98-1) unstable; urgency=low + + * New upstream release + Improvement of Arabic code tables + + -- Damyan Ivanov Fri, 10 Aug 2007 14:19:47 +0300 + +libmarc-charset-perl (0.97-2) unstable; urgency=medium + + * Set Architecture to any, since the package contains architecture + dependent SDBM files. (Closes: #429030) + * Accordingly, install the SDBM files under /usr/lib instead of /usr/share. + * Urgency set to medium because of an RC bug fix. + + -- Niko Tyni Sun, 17 Jun 2007 21:35:01 +0300 + +libmarc-charset-perl (0.97-1) unstable; urgency=low + + * New upstream release + * Fixed debian/watch to point to www.cpan.org + * Added myself to uploaders + * Wrapped long fields in debian/control + + -- Damyan Ivanov Fri, 08 Jun 2007 01:34:04 +0300 + +libmarc-charset-perl (0.96-1) unstable; urgency=low + + * New upstream release. + * Set Standards-Version to 3.7.2 (no changes). + + -- gregor herrmann Sat, 19 May 2007 00:53:27 +0200 + +libmarc-charset-perl (0.95-2) unstable; urgency=low + + * Fix typo in Description + + -- Frank Lichtenheld Sat, 2 Dec 2006 00:18:25 +0100 + +libmarc-charset-perl (0.95-1) unstable; urgency=low + + * Initial Release (closes: #251873). + * Partly used Georg Baum's diff from #251873, thanks! + + -- gregor herrmann Fri, 24 Mar 2006 18:02:35 +0100 + --- libmarc-charset-perl-1.2.orig/debian/watch +++ libmarc-charset-perl-1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MARC-Charset/ .+/MARC-Charset-v?(\d[\d\.]*)\.tar\.gz --- libmarc-charset-perl-1.2.orig/debian/copyright +++ libmarc-charset-perl-1.2/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Ed Summers +Upstream-Source: http://search.cpan.org/dist/MARC-Charset/ +Upstream-Name: MARC-Charset + +Files: * +Copyright: 2002, Ed Summers +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Nathan Handler + 2007, Niko Tyni + 2007, 2008, Damyan Ivanov + 2006-2009, gregor herrmann + 2006, Frank Lichtenheld + +License-Alias : Perl +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in /usr/share/common-licenses/Artistic + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libmarc-charset-perl-1.2.orig/debian/control +++ libmarc-charset-perl-1.2/debian/control @@ -0,0 +1,33 @@ +Source: libmarc-charset-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libxml-sax-perl, + libclass-accessor-perl, libtest-pod-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , + Damyan Ivanov , Niko Tyni , + Nathan Handler +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/MARC-Charset/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-charset-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmarc-charset-perl/ + +Package: libmarc-charset-perl +Architecture: any +Depends: ${perl:Depends}, ${misc:Depends}, libxml-sax-perl, + libclass-accessor-perl +Suggests: libmarc-record-perl +Description: Perl module for bidirectional MARC-8 <-> Unicode conversion + MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8 + strings. + . + MARC-8 is a single byte character encoding that predates unicode, and + allows you to put non-Roman scripts in MARC bibliographic records. + . + The MARC21 standard now supports encoding character data in Unicode, + specifically the UCS Transformation Formats-8 (UTF-8). Unicode + notwithstanding, libraries still have a wealth of data encoded using + MARC-8. Yet, some new data formats such as XML require that characters are + encoded using Unicode. In order to facilitate conversion the Library of + Congress graciously published character mappings to enable the conversion + of MARC-8 data to Unicode. --- libmarc-charset-perl-1.2.orig/debian/libmarc-charset-perl.links +++ libmarc-charset-perl-1.2/debian/libmarc-charset-perl.links @@ -0,0 +1 @@ +usr/lib/libmarc-charset-perl/Table usr/share/perl5/MARC/Charset/Table