[SCM] Debian packaging of Test-LWP-UserAgent CPAN distribution branch, master, updated. 536e546755397b1185158849012572fad5d7aefd

Oleg Gashev oleg at gashev.net
Fri May 31 18:21:46 UTC 2013


The following commit has been merged in the master branch:
commit 6a85373c0bfe74ee0d586795d8a3ff18e1b362bd
Author: Oleg Gashev <oleg at gashev.net>
Date:   Fri May 31 18:08:56 2013 +0000

    Updating debian/rules: remove files.

diff --git a/debian/rules b/debian/rules
index c117c78..0c01788 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
-override_dh_install:
-	dh_install
-	rm -f debian/libtest-lwp-useragent-perl/usr/share/perl5/Test/LWP/advent_2012.pod
-	rm -f 'debian/libtest-lwp-useragent-perl/usr/share/man/man3/Test::LWP::advent_2012.3pm'
+override_dh_auto_install:
+	dh_auto_install
+	rm -f $(TMP)/usr/share/perl5/Test/LWP/advent_2012.pod
+	rm -f $(TMP)/usr/share/man/man3/Test::LWP::advent_2012.3pm
 

-- 
Debian packaging of Test-LWP-UserAgent CPAN distribution



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