[SCM] Debian packaging of libwww-search-perl branch, master, updated. upstream/2.46-10-ga13ac96

Nicholas Bamber nicholas at periapt.co.uk
Wed Oct 26 19:06:42 UTC 2011


The following commit has been merged in the master branch:
commit a13ac96516a25bbe3daeb4d0120388a9f26fba08
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Wed Oct 26 12:23:32 2011 +0100

    finally fixed clean clean issue

diff --git a/debian/rules b/debian/rules
index 6c8d32f..6f30509 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_components:
 	mv $(TMP)/usr/bin/googlism.pl $(TMP)/usr/bin/googlism
 	mv $(TMP)/usr/share/man/man1/googlism.pl.1p $(TMP)/usr/share/man/man1/googlism.1p
 
-override_dh_clean:
-	rm -f Makefile
-	dh_clean
+override_dh_auto_clean:
+	test -f && touch Makefile
+	dh_auto_clean
 

-- 
Debian packaging of libwww-search-perl



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