debian/0000755000000000000000000000000012231544717007174 5ustar debian/rules0000755000000000000000000000040712231544717010255 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: 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/ debian/libmarc-charset-perl.dirs0000644000000000000000000000003512231544717014055 0ustar usr/lib/libmarc-charset-perl debian/control0000644000000000000000000000327012231544717010601 0ustar Source: libmarc-charset-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Damyan Ivanov , Niko Tyni , Nathan Handler , Krzysztof Krzyżaniak (eloy) Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl, libxml-sax-perl, libclass-accessor-perl, libtest-pod-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarc-charset-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-charset-perl.git Homepage: https://metacpan.org/release/MARC-Charset/ 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. debian/source/0000755000000000000000000000000012231544717010474 5ustar debian/source/lintian-overrides0000644000000000000000000000034212231544717014054 0ustar # pkg-perl specific lintian test # the package is arch:any due to an arch-specific database # but there's nothing compiled, so hardening flags are irrelevant libmarc-charset-perl source: arch-any-package-needs-newer-debhelper debian/source/format0000644000000000000000000000001412231544717011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001431712231544717011054 0ustar libmarc-charset-perl (1.35-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * debian/copyright: new Upstream-Contact. * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.4. * Add lintian-override for pkg-perl specific debhelper test. -- gregor herrmann Tue, 22 Oct 2013 20:54:01 +0200 libmarc-charset-perl (1.33-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- gregor herrmann Wed, 17 Aug 2011 19:31:30 +0200 libmarc-charset-perl (1.32-1) unstable; urgency=low * Team upload. * New upstream release. * Use minimal debian/rules with debhelper 8 and override_* targets. * Use source format 3.0 (quilt). * Make build-dep on perl unversioned. * debian/copyright: Formatting changes; refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Mon, 04 Jul 2011 12:15:42 +0200 libmarc-charset-perl (1.31-1) unstable; urgency=low * New upstream release * Added me to Uploaders and copyright file * Standards-Version: 3.9.1 (no changes necessary) -- Krzysztof Krzyżaniak (eloy) Fri, 08 Oct 2010 11:57:08 +0200 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 debian/compat0000644000000000000000000000000212231544717010372 0ustar 8 debian/clean0000644000000000000000000000002712231544717010200 0ustar lib/MARC/Charset/Table debian/copyright0000644000000000000000000000237412231544717011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MARC-Charset Upstream-Contact: Galen Charlton Source: https://metacpan.org/release/MARC-Charset/ Files: * Copyright: 2002, Ed Summers License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Nathan Handler 2010, Krzysztof Krzyżaniak (eloy) 2007, Niko Tyni 2007-2008, Damyan Ivanov 2006-2013, gregor herrmann 2006, Frank Lichtenheld License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/libmarc-charset-perl.links0000644000000000000000000000010612231544717014233 0ustar usr/lib/libmarc-charset-perl/Table usr/share/perl5/MARC/Charset/Table debian/watch0000644000000000000000000000013612231544717010225 0ustar version=3 https://metacpan.org/release/MARC-Charset/ .+/MARC-Charset-v?(\d[\d\.]*)\.tar\.gz