r70555 - /trunk/libclass-prototyped-perl/debian/rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 5 23:26:47 UTC 2011


Author: rra
Date: Sat Mar  5 23:26:40 2011
New Revision: 70555

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70555
Log:
Fix removal of the useless Class::Prototyped::why documentation

Modified:
    trunk/libclass-prototyped-perl/debian/rules

Modified: trunk/libclass-prototyped-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-prototyped-perl/debian/rules?rev=70555&op=diff
==============================================================================
--- trunk/libclass-prototyped-perl/debian/rules (original)
+++ trunk/libclass-prototyped-perl/debian/rules Sat Mar  5 23:26:40 2011
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
+
+TMPDIR := debian/$(shell dh_listpackages)
 
 override_dh_auto_install:
 	dh_auto_install
-	rm debian/tmp/usr/share/perl5/Class/Prototyped/why.pod
-	rm debian/tmp/usr/share/man/man3/Class::Prototyped::why.3pm
+	rm $(TMPDIR)/usr/share/perl5/Class/Prototyped/why.pod
+	rm $(TMPDIR)/tmp/usr/share/man/man3/Class::Prototyped::why.3pm
 
 %:
 	dh $@




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