debian/0000755000000000000000000000000011567027235007176 5ustar debian/control0000644000000000000000000000244411567027045010604 0ustar Source: libxml-encoding-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Daniel Leidert (dale) Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libxml-parser-perl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-encoding-perl/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-encoding-perl/ Homepage: http://search.cpan.org/dist/XML-Encoding/ DM-Upload-Allowed: yes Package: libxml-encoding-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libxml-parser-perl Description: Perl module for parsing encoding map XML files XML::Encoding, built as a subclass of XML::Parser, parses encoding map XML files. Included in the package is the compile_encoding script that compiles these to the binary form used by XML::Parser in order to parse scripts in the given encoding. Also included is a script that generates encoding map XML files from the type of mapping files obtained at ftp://ftp.unicode.org/Public/MAPPINGS. . XML::Encoding comes with a set of encoding maps installed in the /usr/share/libxml-encoding-perl directory. These are used when building the libxml-parser-perl package. debian/libxml-encoding-perl.install0000644000000000000000000000025111566742403014577 0ustar maps/*.xml usr/share/libxml-encoding-perl maps/*.ent usr/share/libxml-encoding-perl maps/*.dtd usr/share/libxml-encoding-perl maps/README usr/share/libxml-encoding-perl debian/copyright0000644000000000000000000000230111554400264011116 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Steve Hay Source: http://search.cpan.org/dist/XML-Encoding/ Name: XML-Encoding Files: * Copyright: 1998, Clark Cooper 2007-2010, Steve Hay License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2004, 2006, 2008, Ardo van Rangelrooij 2008-2009, Daniel Leidert (dale) 2011, Nicholas Bamber 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/watch0000644000000000000000000000016511554406237010230 0ustar version=3 http://search.cpan.org/dist/XML-Encoding/ .*/XML-Encoding-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011567027235010625 5ustar debian/patches/pod.patch0000644000000000000000000000076611554537164012444 0ustar Author: Nicholas Bamber Subject: Updating internal man page references Forwarded: not-needed Last-Update: 2011-04-23 --- a/bin/compile_encoding +++ b/bin/compile_encoding @@ -322,7 +322,7 @@ =head1 SEE ALSO -L, +L, L, L --- a/bin/make_encmap +++ b/bin/make_encmap @@ -187,7 +187,7 @@ =head1 SEE ALSO -L, +L, L =head1 AUTHORS debian/patches/series0000644000000000000000000000001211554537164012036 0ustar pod.patch debian/compat0000644000000000000000000000000211554400264010365 0ustar 7 debian/libxml-encoding-perl.docs0000644000000000000000000000005511566742403014063 0ustar maps/IANA-assigned-character-sets encoding.h debian/changelog0000644000000000000000000001623111567027044011051 0ustar libxml-encoding-perl (2.08-1) unstable; urgency=low [ Nicholas Bamber ] * Moved package to Debian Perl Group * New upstream release * Raised standards version to 3.9.2 * Raised compat level and debhelper version to 7 * Removed README file as it duplicated pod * Refreshed debian/rules * Changed repository browser to ViewVC in accordance with Debian Perl Group policy * Added debian/source/format * Refreshed debian/copyright * Added ${misc:Depends} to Depends clause * Installed maps directoy to examples and fixed permissions therein * Added patch to fix internal man page references [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: mention module name in long description. -- Nicholas Bamber Tue, 24 May 2011 21:09:11 +0100 libxml-encoding-perl (2.07-2) unstable; urgency=low * Upload to unstable. -- Daniel Leidert (dale) Sun, 15 Feb 2009 20:31:22 +0100 libxml-encoding-perl (2.07-1) experimental; urgency=low * New upstream release 2.07. - Fixes a minor POD issue. -- Daniel Leidert (dale) Fri, 30 Jan 2009 20:45:04 +0100 libxml-encoding-perl (2.06-1) experimental; urgency=low * New upstream release 2.06. -- Daniel Leidert (dale) Sun, 25 Jan 2009 21:41:25 +0100 libxml-encoding-perl (2.05-1) experimental; urgency=low * New upstream release 2.05. - Fixes shebang to be less specific (will be set correctly running make). * debian/control (Build-Depends): Dropped dpatch. * debian/rules: Ditto. (build-stamp, install): Set MAN1EXT to be "1", not "1p". * debian/patches/shebang_perl_path.dpatch: Dropped. Not necessary anymore. * debian/patches/00list: Dropped empty file. -- Daniel Leidert (dale) Fri, 12 Sep 2008 18:25:59 +0200 libxml-encoding-perl (2.04-1) experimental; urgency=low * New upstream release 2.04. - Incorporates all changes to the maps done in the Debian package. Dropping all map changes. * debian/compile_encoding.1: Removed. Added upstream via POD. * debian/make_encmap.1: Ditto. * debian/libxml-encoding-perl.manpages: Ditto. * debian/control: Removed duplicate fields. (Build-Depends): Added dpatch. (Standards-Version): Bumped to 3.8.0. (Vcs-Browser, Vcs-Cvs): Fixed and replaced by Vcs-Svn. * debian/copyright: Updated. * debian/libxml-encoding-perl.dirs: Removed (useless). * debian/libxml-encoding-perl.install: Adjusted to install the maps, entity collections and DTDs. * debian/rules: Added dpatch environment. Rewritten to be short and easy. * debian/patches/shebang_perl_path.dpatch: Added. - bin/compile_encoding: Fixed shebang. - bin/make_encmap: Ditto. * debian/patches/00list: Added and adjusted. -- Daniel Leidert (dale) Fri, 12 Sep 2008 17:08:18 +0200 libxml-encoding-perl (2.01-2) unstable; urgency=low * debian/control: Added Homepage and DM-Upload-Alowed. (Uploaders): Added myself. * debian/compile_encoding.1: Added. * debian/make_encmap.1: Ditto. * debian/libxml-encoding-perl.manpages: Ditto. * debian/rules (maps): Fixed typo preventing iso-8859-9.xml from being installed. (binary-indep): Added call to dh_installman. Make sure, data files don't have executable permissions. -- Daniel Leidert (dale) Tue, 10 Jun 2008 13:50:15 +0200 libxml-encoding-perl (2.01-1) unstable; urgency=low * New upstream release * fixes bin/compile_encoding to use restricted hashes iso pseudo-hashes (closes: Bug#458578) * debian/control: * upgraded to Debian Policy 3.7.3 (no changes) * added Vcs-Browser and Vcs-Cvs fields * The previous upload already moved the scripts from the examples directory to /usr/bin, hence the associated bug report should have been closed (closes: Bug#410942) -- Ardo van Rangelrooij Fri, 04 Jan 2008 16:07:15 -0600 libxml-encoding-perl (1.01-9) unstable; urgency=low * Makefile.PL * changed to install 'bin/compile_encoding' and 'bin/make_encmap' * debian/libxml-encoding-perl.install * added 'usr/bin' * maps/ (thanks to Joey Hess) * updated iso-8859-6.xml from latest data on ftp.unicode.org * added iso-8859-1.xml, iso-8859-10.xml, iso-8859-11.xml, iso-8859-13.xml, iso-8859-14.xml, iso-8859-15.xml, iso-8859-16.xml and windows-1251.xml * Added debian/libxml-encoding-perl.dirs * debian/rules * added code to install the map files, entity files and DTD files into '/usr/share/libxml-encoding-perl' * removed call to dh_installexamples * Removed debian/libxml-encoding-perl.examples * debian/compat * bumped version to 5 * debian/control * moved build dependency on debhelper to 'Build-Depends' * changed build dependency on 'debhelper' to '(>= 5.0)' * upgraded to Debian Policy 3.7.2 (no changes) * debian/watch * bumped version to 3 * fixed typo in version regexp -- Ardo van Rangelrooij Sun, 13 Aug 2006 14:30:04 -0500 libxml-encoding-perl (1.01-8) unstable; urgency=low * Added 'debian/watch' * debian/rules: various small improvements -- Ardo van Rangelrooij Wed, 24 Nov 2004 10:38:14 -0600 libxml-encoding-perl (1.01-7) unstable; urgency=low * debian/control: changed 'Maintainer' to 'Debian XML/SGML Group ' and added current maintainer as 'Uploader' -- Ardo van Rangelrooij Sun, 29 Feb 2004 11:36:39 -0600 libxml-encoding-perl (1.01-6) unstable; urgency=low * debian/copyright: updated * debian/control: upgraded to Debian Policy 3.6.1 (no changes) -- Ardo van Rangelrooij Sat, 7 Feb 2004 22:58:51 -0600 libxml-encoding-perl (1.01-5) unstable; urgency=low * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: updated sections according to latest archive changes: - 'libxml-encoding-perl' from 'interpreters' to 'perl' * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Mon, 1 Sep 2003 22:31:29 -0500 libxml-encoding-perl (1.01-4) unstable; urgency=low * debian/rules: upgraded to debhelper v4 * debian/control: changed build dependency on debhelper accordingly * debian/rules: migrated from 'dh_movefiles' to 'dh_install' * debian/rules: split off 'install' target from 'binary-indep' target * debian/copyright: added pointer to license -- Ardo van Rangelrooij Thu, 8 Aug 2002 19:26:43 -0500 libxml-encoding-perl (1.01-3) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 17:41:23 -0600 libxml-encoding-perl (1.01-2) unstable; urgency=low * debian/control: Build-Depends -> Build-Depends-Indep -- Ardo van Rangelrooij Sun, 2 Sep 2001 12:52:40 -0500 libxml-encoding-perl (1.01-1) unstable; urgency=low * Initial Release -- Ardo van Rangelrooij Sat, 1 Sep 2001 11:09:32 -0500 debian/source/0000755000000000000000000000000011567027235010476 5ustar debian/source/format0000644000000000000000000000001411554400264011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000024611566742403010260 0ustar #!/usr/bin/make -f PKG:=libxml-encoding-perl SHARED:=$(CURDIR)/debian/$(PKG)/usr/share/$(PKG) %: dh $@ override_dh_fixperms: dh_fixperms chmod a-x $(SHARED)/*