[SCM] Debian packaging of Business-US-USPS-WebTools CPAN distribution branch, master, updated. debian/1.11-1-8-gb4da257
Xavier Guimard
x.guimard at free.fr
Sun Jan 6 09:51:19 UTC 2013
The following commit has been merged in the master branch:
commit 5b5aa041e1fc95f311b8ccf564ce104a19a6d867
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sun Jan 6 10:40:58 2013 +0100
Add patch to change fixed manpages section
diff --git a/debian/patches/manpage-section-mismatch.patch b/debian/patches/manpage-section-mismatch.patch
new file mode 100644
index 0000000..adc9995
--- /dev/null
+++ b/debian/patches/manpage-section-mismatch.patch
@@ -0,0 +1,22 @@
+Description: Change fixed section of manpages
+Author: Xavier Guimard <x.guimard at free.fr>
+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-*| },
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad39c44
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-section-mismatch.patch
--
Debian packaging of Business-US-USPS-WebTools CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list