[SCM] Debian packaging of libxml-autowriter-perl branch, master, updated. debian/0.40-2-9-g34d8dfe

gregor herrmann gregoa at debian.org
Sat Jun 8 16:51:42 UTC 2013


The following commit has been merged in the master branch:
commit ca768d6f6a20a8f3adc99af22e291c65602addf4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 18:42:41 2013 +0200

    Add patch to remove broken auto_set_repository from Makefile.PL.
    
    Closes: #711624

diff --git a/debian/patches/auto_set_repository.patch b/debian/patches/auto_set_repository.patch
new file mode 100644
index 0000000..5de09ba
--- /dev/null
+++ b/debian/patches/auto_set_repository.patch
@@ -0,0 +1,18 @@
+Description: remove broken auto_set_repository
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=76225
+Bug-Debian: http://bugs.debian.org/711624
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -9,7 +9,6 @@
+ build_requires => 'Test';
+ build_requires => 'IO::File';
+ 
+-auto_set_repository;
+ auto_manifest;
+ auto_install;
+ WriteAll;
diff --git a/debian/patches/series b/debian/patches/series
index 13971e2..dfc34f8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pod-warnings.patch
+auto_set_repository.patch

-- 
Debian packaging of libxml-autowriter-perl



More information about the Pkg-perl-cvs-commits mailing list