r45271 - /trunk/libnet-smpp-perl/debian/rules

ghostbar at users.alioth.debian.org ghostbar at users.alioth.debian.org
Sat Oct 3 18:46:49 UTC 2009


Author: ghostbar
Date: Sat Oct  3 18:46:43 2009
New Revision: 45271

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45271
Log:
Trying to remove *.pl files from usr/share/perl5/Net/

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

Modified: trunk/libnet-smpp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smpp-perl/debian/rules?rev=45271&op=diff
==============================================================================
--- trunk/libnet-smpp-perl/debian/rules (original)
+++ trunk/libnet-smpp-perl/debian/rules Sat Oct  3 18:46:43 2009
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
-
+TMP=$(CURDIR)/debian/libnet-smpp-perl
 %:
 	dh --with quilt $@
+
+override_dh_auto_install:
+	rm -f $(TMP)/usr/share/perl5/Net/*pl
+	dh_auto_install




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