debian/0000755000000000000000000000000012231533354007167 5ustar debian/rules0000755000000000000000000000003512231533354010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000307012231533354010572 0ustar Source: libi18n-charset-perl Maintainer: Debian Perl Group Uploaders: Marc 'HE' Brockschmidt , Krzysztof Krzyzaniak (eloy) , gregor herrmann , Niko Tyni Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libio-capture-perl, libio-string-perl, libtest-pod-coverage-perl, libtest-pod-perl, libunicode-map-perl, libunicode-maputf8-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libi18n-charset-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libi18n-charset-perl.git Homepage: https://metacpan.org/release/I18N-Charset/ Package: libi18n-charset-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-string-perl Suggests: libjcode-pm-perl, libunicode-map-perl, libunicode-map8-perl, libunicode-maputf8-perl Description: Perl module for mapping character set names to IANA names I18N::Charset maps Character Set names to the names officially registered with IANA. For example, 'Shift_JIS' is the official name of 'x-sjis'. . It also maps character set names to Unicode::Map, Unicode::Map8, and Unicode::MapUTF8 conversion scheme names (if those modules are installed). For example, the Unicode::Map8 scheme name for 'windows-1251' is 'cp1251'. debian/source/0000755000000000000000000000000012231533354010467 5ustar debian/source/format0000644000000000000000000000001412231533354011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000003067212231533354011051 0ustar libi18n-charset-perl (1.412-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Imported Upstream version 1.402 * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for upstream files and bundled copy of Module::Install. * Bump Standards-Version to 3.9.4 [ gregor herrmann ] * debian/copyright: update wording of Comment about copyright ownership. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release 1.412. * Update years of packaging copyright. -- gregor herrmann Tue, 22 Oct 2013 19:33:26 +0200 libi18n-charset-perl (1.401-1) unstable; urgency=low * Team upload. * Imported Upstream version 1.401 -- Salvatore Bonaccorso Thu, 03 Nov 2011 18:09:11 +0100 libi18n-charset-perl (1.397-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Bump years of copyright. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Drop version from libunicode-maputf8-perl (build) dependency, already satisfied in at least old-oldstable. -- gregor herrmann Sat, 01 Oct 2011 16:43:42 +0200 libi18n-charset-perl (1.396-1) unstable; urgency=low * Team upload. * New upstream release. * debian/copyright: Refer to GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems." * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Sat, 05 Mar 2011 15:14:10 +0100 libi18n-charset-perl (1.394-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: - switch Vcs-Browser field to ViewSVN - make (build) dependency on libunicode-maputf8-perl versioned (closes: #569450) - remove duplicate Section/Priority - set Standards-Version to 3.8.4 (no changes) - remove build dependency on libtest-simple-perl, Test::More is in core - mention module name in long description * Switch to debhelper 7. * Switch to source format 3.0 (quilt). * debian/copyright: update formatting. -- gregor herrmann Fri, 12 Feb 2010 00:33:10 +0100 libi18n-charset-perl (1.394-1) unstable; urgency=low * New upstream release. * Remove mostly obsolete debian/TODO, add a comment to debian/patches/t_utf8.patch. -- gregor herrmann Sat, 12 Jul 2008 15:11:06 +0200 libi18n-charset-perl (1.392-1) unstable; urgency=low * New upstream release. * Upstream has changed the Unicode::Map8 handling, we can simplify our t_utf8.patch. -- gregor herrmann Sun, 06 Jul 2008 02:52:27 +0200 libi18n-charset-perl (1.391-1) unstable; urgency=low * New upstream release. * debian/copyright: add information for files under inc/. * Set Standards-Version to 3.8.0, add debian/README.source to document quilt usage. -- gregor herrmann Mon, 30 Jun 2008 20:38:31 +0200 libi18n-charset-perl (1.389-1) unstable; urgency=low * New upstream release. * Refresh patch t_utf8.patch. * Refresh debian/rules, no functional changes. * debian/control: change my email address; make build dependency on quilt versioned. -- gregor herrmann Sun, 01 Jun 2008 20:07:50 +0200 libi18n-charset-perl (1.388-1) unstable; urgency=low * New upstream release. * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * Remove debian/libi18n-charset-perl.docs, install README via debian/rules. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467911). - don't try to install lib/I18N/Charset/character-sets any more (removed from upstream tarball) - remove CFLAGS and OPTIMIZE, this package is architecture-independent - move test suite to build-stamp target - move dh_clean before make distclean - use $@ for touching stamp files - remove unneeded calls to dh_link and dh_strip * debian/control: - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza) - remove XS-Vcs-Svn fields - add libjcode-pm-perl to Suggests - wrap long lines * Patches: - add quilt framework - t_utf8.patch: formerly directly applied; revert t/utf8.t to pristine version; disable to additional test in t_utf8.patch. * debian/copyright: - add upstream source location - adjust copyright holder to reality - update years of copyright - add copyright/licensing for Debian packaging - convert to new format -- gregor herrmann Fri, 07 Mar 2008 15:52:12 +0100 libi18n-charset-perl (1.385-1) unstable; urgency=low * New upstream release. * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep. -- gregor herrmann Sat, 19 May 2007 01:16:06 +0200 libi18n-charset-perl (1.382-1) unstable; urgency=low * New upstream release. * Install ./lib/I18N/Charset/character-sets to /usr/share/doc/libi18n-charset-perl/. * Remove /usr/share/perl5/I18N/Charset directory. not just its contents. -- gregor herrmann Fri, 13 Apr 2007 22:59:03 +0200 libi18n-charset-perl (1.379-1) unstable; urgency=low [ Krzysztof Krzyzaniak (eloy) ] * New upstream release (closes: #329561) * debian/rules: libio-capture-perl added to deps * changing ChangeLog to Changes [ gregor herrmann ] * Patched the tests for Windows charsets in t/utf8.t in order to work with the current version of libunicode-map8-perl. [ Niko Tyni ] * Don't ignore the return code of 'make distclean'. * Cleanup of debian/rules. * debian/control: upgraded to Debian Policy 3.7.2 (no changes needed) * Depend on ${misc:Depends}, as recommended by debhelper. -- Niko Tyni Thu, 11 May 2006 22:43:28 +0300 libi18n-charset-perl (1.371-1) unstable; urgency=low * New upstream release. * debian/control: New maintainer: Debian Perl Group. * debian/watch: Added to track new upstream versions. -- Marc 'HE' Brockschmidt Wed, 25 Feb 2004 16:41:04 +0100 libi18n-charset-perl (1.37-1) unstable; urgency=low * New upstream release * debian/control: removed obsolete (build) dependency on 'libfile-which-perl' * debian/control: added build depedency on and suggests of 'libunicode-maputf8-perl' (closes: Bug#167011) * debian/copyright: updated * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: updated sections according to latest archive changes: - 'libi18n-charset-perl' from 'interpreters' to 'perl' * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' * debian/control: upgraded to Debian Policy 3.6.1 (no changes) -- Ardo van Rangelrooij Sat, 7 Feb 2004 10:05:37 -0600 libi18n-charset-perl (1.23-1) unstable; urgency=low * New upstream release * debian/control: added (build) dependency on 'libfile-which-perl' * debian/control: added (build) dependency on 'libio-string-perl' * 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 (closes: Bug#157595) * debian/control: temporarily removed build dependency on and suggests for 'libunicode-maputf8-perl' due to problems building against perl 5.8.0 (filed wishlist for adding build dependency and suggests after working properly with perl 5.8.0) (closes: Bug#164928) * debian/control: upgraded to Debian Policy 3.5.7 (no changes) * debian/copyright: updated upstream author's email address -- Ardo van Rangelrooij Tue, 29 Oct 2002 19:26:59 -0600 libi18n-charset-perl (1.17-1) unstable; urgency=low * New upstream release * debian/control: added build dependency on 'libunicode-maputf8-perl' * debian/control: added suggests for 'libunicode-maputf8-perl' * debian/control: updated long description -- Ardo van Rangelrooij Sat, 4 May 2002 17:49:26 -0500 libi18n-charset-perl (1.16-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Fri, 19 Apr 2002 21:51:03 -0500 libi18n-charset-perl (1.15-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Sat, 16 Feb 2002 15:43:29 -0600 libi18n-charset-perl (1.12-2) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 10:50:12 -0600 libi18n-charset-perl (1.12-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Sat, 8 Sep 2001 17:53:59 -0500 libi18n-charset-perl (1.11-1) unstable; urgency=low * New upstream release * debian/control: updated description * debian/control: added suggests for 'libunicode-map-perl' * debian/contorl: added build dependency on 'libunicode-map[8]-perl' -- Ardo van Rangelrooij Sat, 1 Sep 2001 10:22:18 -0500 libi18n-charset-perl (1.09-1) unstable; urgency=low * New upstream release * lib/I18N/Charset.pm: fixed typo preventing proper man page generation * debian/control: upgraded to Debian Policy 3.5.5 * debian/control: upgraded to Debian Perl Policy 1.20 -- Ardo van Rangelrooij Thu, 5 Jul 2001 20:21:24 -0500 libi18n-charset-perl (1.08-1) unstable; urgency=low * New upstream release -- Ardo van Rangelrooij Tue, 24 Apr 2001 19:56:35 -0500 libi18n-charset-perl (1.07-2) unstable; urgency=low * debian/control: updated perl dependency -- Ardo van Rangelrooij Sat, 14 Apr 2001 14:51:41 -0500 libi18n-charset-perl (1.07-1) unstable; urgency=low * New upstream release * debian/copyright: updated * debian/control: updated debhelper dependency to remove dh_testversion * debian/control: upgraded to Debian Policy 3.5.2 * debian/control: upgraded to Debian Perl Policy 1.17 * debian/rules: upgraded to Debian Perl Policy 1.17 -- Ardo van Rangelrooij Sun, 1 Apr 2001 12:44:14 -0500 libi18n-charset-perl (1.05-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.2.1 * debian/rules: upgraded to debhelper v3 -- Ardo van Rangelrooij Sun, 14 Jan 2001 11:16:51 -0600 libi18n-charset-perl (1.03-4) unstable; urgency=low * debian/control: updated long description * debian/control: upgraded to Debian Policy 3.1.1 * debian/copyright: updated * debian/rules: added missing `$(MAKE) test` * debian/rules: added missing build-stamp stuff -- Ardo van Rangelrooij Sat, 17 Jun 2000 17:36:38 +0200 libi18n-charset-perl (1.03-3) unstable; urgency=low * debian/control: Perl dependency changed into `${perl:Depends}' -- Ardo van Rangelrooij Fri, 5 Nov 1999 19:43:47 +0100 libi18n-charset-perl (1.03-2) unstable; urgency=low * Upgraded to Debian Perl Policy 1.1 -- Ardo van Rangelrooij Sun, 10 Oct 1999 19:09:17 +0200 libi18n-charset-perl (1.03-1) unstable; urgency=low * New upstream release * Upgraded to Debian Policy 3.0.1 -- Ardo van Rangelrooij Thu, 7 Oct 1999 19:39:49 +0200 libi18n-charset-perl (1.02-3) unstable; urgency=low * Made almost lintian-free (except for /usr/doc): moved man manpages to /usr/share/man and fixed various file and directory permissions -- Ardo van Rangelrooij Wed, 11 Aug 1999 20:25:35 -0500 libi18n-charset-perl (1.02-2) unstable; urgency=low * Complies with Perl packaging standard 1.0 -- Ardo van Rangelrooij Tue, 13 Jul 1999 14:53:11 -0500 libi18n-charset-perl (1.02-1) unstable; urgency=low * Initial Release * Added characters sets added to the private copy of Charset.pm in the wdg-html-validator package to avoid redundancy -- Ardo van Rangelrooij Fri, 11 Jun 1999 21:47:02 +0200 debian/compat0000644000000000000000000000000212231533354010365 0ustar 8 debian/patches/0000755000000000000000000000000012231533354010616 5ustar debian/patches/t_utf8.patch0000644000000000000000000000231212231533354013046 0ustar Description: Unicode::Map8 is patched in Debian ... Forwarded: not-needed Author: gregor herrmann Last-Update: 2011-10-01 --- a/t/utf8.t +++ b/t/utf8.t @@ -45,11 +45,11 @@ { skip 'Unicode::Map8 is not installed', 7 unless eval 'require Unicode::Map8'; # Unicode::Map8 aliases: - is(umu8_charset_name('Windows-1-2-5-1'), 'cp1251', 'windows-1-2-5-1'); - is(umu8_charset_name('windows-1252'), 'cp1252', 'windows-1252 eq'); - is(umu8_charset_name('win-latin-1'), 'cp1252', 'win-latin-1'); - isnt(umu8_charset_name('windows-1252'), 'cp1253', 'windows-1252 ne'); - is(umu8_charset_name('windows-1253'), 'cp1253', 'windows-1253'); + is(umu8_charset_name('Windows-1-2-5-1'), 'windows-1251', 'windows-1-2-5-1'); + is(umu8_charset_name('windows-1252'), 'windows-1252', 'windows-1252 eq'); + is(umu8_charset_name('win-latin-1'), 'windows-1252', 'win-latin-1'); + isnt(umu8_charset_name('windows-1252'), 'windows-1253', 'windows-1252 ne'); + is(umu8_charset_name('windows-1253'), 'windows-1253', 'windows-1253'); # Unicode::Map8 names with dummy mib: my $sInput = 'Adobe Zapf Ding Bats'; my $sExpect = 'Adobe-Zapf-Dingbats'; debian/patches/series0000644000000000000000000000001512231533354012027 0ustar t_utf8.patch debian/copyright0000644000000000000000000000322312231533354011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: I18N-Charset Upstream-Contact: Martin Thurn, Source: https://metacpan.org/release/I18N-Charset/ Files: * Copyright: 1998-2012, Martin Thurn, License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 1999, 2000, 2001, 2002, 2004, Ardo van Rangelrooij 2004, Marc 'HE' Brockschmidt 2006, Niko Tyni 2007-2013, gregor herrmann 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/watch0000644000000000000000000000016212231533354010217 0ustar version=3 https://metacpan.org/release/I18N-Charset/ .*/I18N-Charset-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/libi18n-charset-perl.docs0000644000000000000000000000000712231533354013673 0ustar README