debian/0000755000000000000000000000000012224027005007160 5ustar debian/rules0000755000000000000000000000003612224027005010237 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000257012224027005010567 0ustar Source: liblocale-subcountry-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Marc 'HE' Brockschmidt , Jonathan Yu , Niko Tyni , Krzysztof Krzyzaniak (eloy) , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Locale-SubCountry/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblocale-subcountry-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-subcountry-perl.git Package: liblocale-subcountry-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for converting state/province names to/from code Locale::SubCountry is a collection of Perl modules for converting the full name for a countries' administrative region to the code commonly used for postal addressing and vice versa. The codes are defined in ISO 3166-2:1998, "Codes for the representation of names of countries and their subdivisions." . Subcountry regions are defined as states in the US and Australia, provinces in Canada and counties in the UK. The names and codes for all subcountry regions in a country can be returned either as a hash or array. debian/source/0000755000000000000000000000000012224027005010460 5ustar debian/source/format0000644000000000000000000000001412224027005011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001630212224027005011034 0ustar liblocale-subcountry-perl (1.62-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 05 Oct 2013 17:19:26 +0200 liblocale-subcountry-perl (1.61-1) unstable; urgency=low [ 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. * Drop package.patch, issue fixed upstream. * debian/copyright: update years. -- gregor herrmann Sun, 17 Feb 2013 18:59:57 +0100 liblocale-subcountry-perl (1.56-2) unstable; urgency=low * Add patch package.patch from Ivan Kohler: add a package declaration. (Closes: #688069) * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Tue, 30 Oct 2012 17:44:18 +0100 liblocale-subcountry-perl (1.56-1) unstable; urgency=low * Team upload. * d/control: Wrap line. * New upstream release. -- Nuno Carvalho Wed, 08 Aug 2012 14:12:00 +0100 liblocale-subcountry-perl (1.50-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Update years of copyright. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sat, 26 May 2012 20:56:43 +0200 liblocale-subcountry-perl (1.47-1) unstable; urgency=low * Team upload. * New upstream release -- Salvatore Bonaccorso Sat, 30 Apr 2011 22:14:37 +0200 liblocale-subcountry-perl (1.46-1) unstable; urgency=low * New upstream release. * Add debian/NEWS. * Set Standards-Version to 3.9.2 (no changes). -- gregor herrmann Sat, 23 Apr 2011 20:07:08 +0200 liblocale-subcountry-perl (1.44-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release * Rewrite control description * Bump debhelper compat to 8 * Use new 3.0 (quilt) source format * Use short debhelper rules format * Standards-Version 3.9.1 (no changes) * Refresh copyright information * Add myself to Uploaders and Copyright * Email change: Niko Tyni -> ntyni@debian.org -- Jonathan Yu Mon, 07 Mar 2011 22:05:17 -0500 liblocale-subcountry-perl (1.41-1) unstable; urgency=low * New upstream release. * Refresh debian/rules, no functional changes; don't install README any more (text version of the inline POD). * debian/control: - add /me to Uploaders - wrap long line - mention module name in long description -- gregor herrmann Sun, 20 Apr 2008 19:45:49 +0200 liblocale-subcountry-perl (1.40-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Set Standards-Version to 3.7.3 (no changes needed). * debian/watch: use dist-based URL. * debian/copyright: update year of copyright, add actual upstream source location instead of pointing to CPAN at large. * debian/rules: - remove compiler flags, we don't compile anything - move tests to build-stamp target - move dh_clean before make distclean - remove empty /usr/lib/perl5 directory only if it exists - remove unneeded dh_* calls * Bump debhelper compatibility level to 6. * Remove debian/liblocale-subcountry-perl.docs, install README directly from debian/rules. -- Roberto C. Sanchez Sun, 13 Jan 2008 15:13:33 -0500 liblocale-subcountry-perl (1.38-2) unstable; urgency=low [ Frank Lichtenheld ] * Fix typo in Description [ Joey Hess ] * Add myself to uploaders. * Remove sub-revision from standards-version field. -- Joey Hess Sat, 11 Aug 2007 22:05:31 -0400 liblocale-subcountry-perl (1.38-1) unstable; urgency=low * New upstream release * debian/control: + Added me to Uploaders + Standards-Version: upgraded to 3.7.2.1 + Build-Depends: debhelper upgraded to (>= 5.1) * debian/compat: upgraded to 5 -- Krzysztof Krzyzaniak (eloy) Fri, 1 Dec 2006 17:12:17 +0100 liblocale-subcountry-perl (1.37-1) unstable; urgency=low * New upstream release. * Move debhelper from Build-Depends-Indep to Build-Depends, as it's required for the 'clean' target. * Don't ignore the result of 'make clean'. * Update debian/copyright: the module is nowadays licensed as Perl itself. * Add libtest-pod-perl and libtest-pod-coverage-perl to Build-Depends-Indep. -- Niko Tyni Tue, 18 Apr 2006 00:26:42 +0300 liblocale-subcountry-perl (1.36-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Tue, 12 Jul 2005 13:08:14 +0300 liblocale-subcountry-perl (1.34-1) unstable; urgency=low * New upstream release -- Gunnar Wolf Mon, 26 Apr 2004 18:25:19 -0500 liblocale-subcountry-perl (1.33-1) unstable; urgency=low * New upstream release. * debian/control: New maintainer: Debian Perl Group. * debian/rules: Used standard DPG rules file * debian/watch: Added to track new upstream versions. -- Marc 'HE' Brockschmidt Wed, 25 Feb 2004 17:19:49 +0100 liblocale-subcountry-perl (1.23-3) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.6.1 (no changes) -- Ardo van Rangelrooij Sat, 7 Feb 2004 22:23:15 -0600 liblocale-subcountry-perl (1.23-2) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Sat, 26 Jul 2003 20:10:56 -0500 liblocale-subcountry-perl (1.23-1) unstable; urgency=low * New upstream release * 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: - 'liblocale-subcountry-perl' from 'interpreters' to 'perl' * debian/control: upgraded to Debian Policy 3.5.10 (no changes) -- Ardo van Rangelrooij Sat, 19 Jul 2003 13:12:57 -0500 liblocale-subcountry-perl (1.22-1) unstable; urgency=low * New upstream release * debian/control: upgraded to Debian Policy 3.5.8 (no changes) -- Ardo van Rangelrooij Fri, 31 Jan 2003 22:41:38 -0600 liblocale-subcountry-perl (1.11-2) 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 Sun, 4 Aug 2002 19:05:36 -0500 liblocale-subcountry-perl (1.11-1) unstable; urgency=low * Initial Release -- Ardo van Rangelrooij Fri, 19 Apr 2002 23:03:10 -0500 debian/NEWS0000644000000000000000000000110012224027005007647 0ustar liblocale-subcountry-perl (1.46-1) unstable; urgency=low From upstream Changes (1.45): Country names are now stored in title case, not all capitals, as in Fiji and not FIJI. This was done to improve readability (original ISO date used upper case) NOTE, this means that when calling the new method with a country name, you need to specify the name in title case. It will not work if you use upper case. This could cause some backward compatibility issues from your calling code. -- gregor herrmann Sat, 23 Apr 2011 20:04:33 +0200 debian/compat0000644000000000000000000000000212224027005010356 0ustar 8 debian/copyright0000644000000000000000000000260612224027005011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Locale-SubCountry Upstream-Contact: Kim Ryan Source: https://metacpan.org/release/Locale-SubCountry/ Files: * Copyright: 2011-2013, Kim Ryan License: Artistic or GPL-1+ Files: debian/* Copyright: 2002-2004, Ardo van Rangelrooij 2004-2005, Gunnar Wolf 2004, Marc 'HE' Brockschmidt 2006, Krzysztof Krzyzaniak (eloy) 2006, Niko Tyni 2007, Joey Hess 2008, Roberto C. Sanchez 2008-2013, gregor herrmann 2011, Jonathan Yu 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/watch0000644000000000000000000000017412224027005010213 0ustar version=3 https://metacpan.org/release/Locale-SubCountry/ .*/Locale-SubCountry-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/liblocale-subcountry-perl.examples0000644000000000000000000000001312224027005016013 0ustar examples/*