[SCM] Debian packaging of libxml-sax-machines-perl branch, master, updated. d8ab7ceef6ce5f729cb545c079c6480f8ac11693
gregor herrmann
gregoa at debian.org
Sat Jun 8 16:22:26 UTC 2013
The following commit has been merged in the master branch:
commit 2649fcce96798c618e10e407d2462c77f6afaad5
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 8 18:13:48 2013 +0200
Add patch to remove the broken auto_set_repository from Makefile.PL.
Closes: #711626
diff --git a/debian/patches/auto_set_repository.patch b/debian/patches/auto_set_repository.patch
new file mode 100644
index 0000000..2a0926f
--- /dev/null
+++ b/debian/patches/auto_set_repository.patch
@@ -0,0 +1,18 @@
+Description: auto_set_repository is broken
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76224
+Bug-Debian: http://bugs.debian.org/711626
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -10,7 +10,6 @@
+
+ no_index 'directory' => 'examples';
+
+-auto_set_repository;
+ auto_manifest;
+ auto_install;
+ WriteAll;
diff --git a/debian/patches/series b/debian/patches/series
index 3ad2be3..37fd29f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
pod-warnings.patch
siteconfig-warning.patch
+auto_set_repository.patch
--
Debian packaging of libxml-sax-machines-perl
More information about the Pkg-perl-cvs-commits
mailing list