debian/0000755000000000000000000000000012072327425007172 5ustar debian/rules0000755000000000000000000000003612072327425010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000243412072327425010600 0ustar Source: libbusiness-us-usps-webtools-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhash-asobject-perl, libtest-manifest-perl, libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl, libwww-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-us-usps-webtools-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-us-usps-webtools-perl.git Homepage: http://search.cpan.org/dist/Business-US-USPS-WebTools/ Package: libbusiness-us-usps-webtools-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhash-asobject-perl, liburi-perl, libwww-perl Description: Perl module enabling use of USPS Web Tools services Business::US::USPS::WebTools provides a Perl interface to the US Postal Service's Web Tools service. You need a UserID and Password to use these services. See the Web Tools site at http://www.usps.com/webtools/ for details. debian/source/0000755000000000000000000000000012072327425010472 5ustar debian/source/format0000644000000000000000000000001412072327425011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000144712072327425011052 0ustar libbusiness-us-usps-webtools-perl (1.11-2) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://bugs.debian.org/677732#10) * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update debian/copyright (years and format) * Add patch to change fixed manpages section * Remove libtest-* from dependencies * Add libtest-manifest-perl, libtest-pod-perl and libtest-pod- coverage-perl in dependencies * Update debian/rules to use "dh $@" -- Xavier Guimard Sun, 06 Jan 2013 10:49:05 +0100 libbusiness-us-usps-webtools-perl (1.11-1) unstable; urgency=low * Initial Release (closes: Bug#466800). -- Ivan Kohler Wed, 20 Feb 2008 18:48:44 -0800 debian/compat0000644000000000000000000000000212072327425010370 0ustar 8 debian/patches/0000755000000000000000000000000012072327425010621 5ustar debian/patches/manpage-section-mismatch.patch0000644000000000000000000000207312072327425016521 0ustar Description: Change fixed section of manpages Author: Xavier Guimard Forwarded: no Last-Update: 2013-01-06 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,10 +28,10 @@ }, 'MAN3PODS' => { - 'lib/WebTools.pm' => '$(INST_MAN3DIR)/Business::US::USPS::WebTools.3', - 'lib/AddressStandardization.pm' => '$(INST_LIBDIR)/Business::US::USPS::WebTools::AddressStandardization.3', - 'lib/ZipCodeLookup.pm' => '$(INST_LIBDIR)/Business::US::USPS::WebTools::ZipCodeLookup.3', - 'lib/CityStateLookup.pm' => '$(INST_LIBDIR)/Business::US::USPS::WebTools::CityStateLookup.3', + 'lib/WebTools.pm' => '$(INST_MAN3DIR)/Business::US::USPS::WebTools.3pm', + 'lib/AddressStandardization.pm' => '$(INST_LIBDIR)/Business::US::USPS::WebTools::AddressStandardization.3pm', + 'lib/ZipCodeLookup.pm' => '$(INST_LIBDIR)/Business::US::USPS::WebTools::ZipCodeLookup.3pm', + 'lib/CityStateLookup.pm' => '$(INST_LIBDIR)/Business::US::USPS::WebTools::CityStateLookup.3pm', }, clean => { FILES => q|Business-*| }, debian/patches/series0000644000000000000000000000003712072327425012036 0ustar manpage-section-mismatch.patch debian/copyright0000644000000000000000000000213412072327425011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Business-US-USPS-WebTools Source: http://search.cpan.org/dist/Business-US-USPS-WebTools/ Upstream-Contact: brian d foy Files: * Copyright: 2006-2007, brian d foy License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Ivan Kohler 2013, Xavier Guimard 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/watch0000644000000000000000000000031512072327425010222 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Business-US-USPS-WebTools/ .*/Business-US-USPS-WebTools-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libbusiness-us-usps-webtools-perl.examples0000644000000000000000000000001312072327425017457 0ustar examples/*