[SCM] Debian packaging of liblocale-subcountry-perl branch, master, updated. debian/1.56-1-3-gd086390
gregor herrmann
gregoa at debian.org
Tue Oct 30 16:45:37 UTC 2012
The following commit has been merged in the master branch:
commit 64daa689702f13a34d07fe86cd5d719c29b5d0e0
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Oct 30 17:42:05 2012 +0100
Add patch package.patch from Ivan Kohler: add a package declaration.
Closes: #688069
diff --git a/debian/patches/package.patch b/debian/patches/package.patch
new file mode 100644
index 0000000..01f4d3b
--- /dev/null
+++ b/debian/patches/package.patch
@@ -0,0 +1,20 @@
+Description: $Locale::SubCountry::VERSION is not declared outside a package
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=79734
+Bug-Debian: http://bugs.debian.org/688069
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=79734
+Author: Ivan Kohler <ivan-debian at 420.am>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-10-30
+
+--- a/lib/Locale/SubCountry.pm
++++ b/lib/Locale/SubCountry.pm
+@@ -314,6 +314,8 @@
+
+ #-------------------------------------------------------------------------------
+
++package Locale::SubCountry;
++
+ use strict;
+ use warnings;
+ use locale;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..171740d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+package.patch
--
Debian packaging of liblocale-subcountry-perl
More information about the Pkg-perl-cvs-commits
mailing list