r43724 - /trunk/libnet-sip-perl/debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Sep 5 02:05:57 UTC 2009


Author: jawnsy-guest
Date: Sat Sep  5 02:05:06 2009
New Revision: 43724

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43724
Log:
Add back the rules needed to remove extraneous .pod files (they're embedded in the .pm files anyway)

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

Modified: trunk/libnet-sip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/rules?rev=43724&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/rules (original)
+++ trunk/libnet-sip-perl/debian/rules Sat Sep  5 02:05:06 2009
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh --with quilt $@
+
+override_dh_auto_install:
+	dh_auto_install
+	find $(TMP)/usr/share/perl5 -name "*.pod" | xargs rm




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