r7021 - /trunk/libnet-arp-perl/debian/rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Mon Aug 20 14:29:47 UTC 2007


Author: jeremiah-guest
Date: Mon Aug 20 14:29:47 2007
New Revision: 7021

URL: http://svn.debian.org/wsvn/?sc=1&rev=7021
Log:
another location for remove the .packlist file

Modified:
    trunk/libnet-arp-perl/debian/rules

Modified: trunk/libnet-arp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-arp-perl/debian/rules?rev=7021&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/rules (original)
+++ trunk/libnet-arp-perl/debian/rules Mon Aug 20 14:29:47 2007
@@ -40,10 +40,6 @@
 
 	touch build-stamp
 
-
-	find debian/tmp -type f -name .packlist | xargs rm -f
-	-find debian/tmp/usr/lib/perl5 -type d -empty | xargs rmdir -p
-
 clean: clean-patched unpatch
 
 clean-patched:
@@ -69,6 +65,11 @@
 	# supposed to install stuff to /usr/share. MakeMaker creates
 	# the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+	# Remove the .packlist file to keep lintian happy.
+	find debian/tmp -type f -name .packlist | xargs rm -f
+	-find debian/tmp/usr/lib/perl5 -type d -empty | xargs rmdir -p
+
 
 	touch install-stamp
 




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