[SCM] Debian packaging of libarchive-zip-perl branch, master, updated. debian/1.30-5-4-gb128c22

gregor herrmann gregoa at debian.org
Tue Feb 21 17:16:24 UTC 2012


The following commit has been merged in the master branch:
commit 9a921d8429259e598cefc144a9cf2bd4d0e83570
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Feb 21 18:07:08 2012 +0100

    Add patch fix_clean_target.patch to make upstream's clean target work.
    Remove override from debian/rules. (Cf. #654901)

diff --git a/debian/patches/fix_clean_target.patch b/debian/patches/fix_clean_target.patch
new file mode 100644
index 0000000..5a74099
--- /dev/null
+++ b/debian/patches/fix_clean_target.patch
@@ -0,0 +1,19 @@
+Description: fix clean target
+ Mangling all filenames into one long string is not what we want.
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=75197
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75197
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-02-21
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -28,7 +28,7 @@
+ 		'Time::Local'         => 0,
+ 	},
+ 	clean => {
+-		FILES => join( '', qw{
++		FILES => join( ' ', qw{
+ 			test.log
+ 			testdir/*
+ 			testdir/
diff --git a/debian/patches/series b/debian/patches/series
index f35f15e..eb7a19d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix-spelling-error.patch
 0001-Make-the-embedded-File-Which-which-work-in-BEGIN-blo.patch
 0002-TODO-test-for-rt.cpan.org-73797-deflated-empty-file-.patch
 0003-Fix-for-rt.cpan.org-73797-deflated-empty-file-direct.patch
+fix_clean_target.patch
diff --git a/debian/rules b/debian/rules
index 135728c..0bf1871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,3 @@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=1 dh_auto_test
-
-override_dh_clean:
-	dh_clean
-	rm -rf testdir extracted test.log

-- 
Debian packaging of libarchive-zip-perl



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