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

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


Author: jeremiah-guest
Date: Mon Aug 20 14:15:51 2007
New Revision: 7018

URL: http://svn.debian.org/wsvn/?sc=1&rev=7018
Log:
added two rules to remove .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=7018&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/rules (original)
+++ trunk/libnet-arp-perl/debian/rules Mon Aug 20 14:15:51 2007
@@ -39,6 +39,10 @@
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 
 	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
 




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