r17625 - in /trunk/libgetopt-euclid-perl/debian: changelog rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Mar 16 05:11:10 UTC 2008


Author: roberto
Date: Sun Mar 16 05:11:09 2008
New Revision: 17625

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17625
Log:
* debian/rules: Prevent installation of .packlist.

Modified:
    trunk/libgetopt-euclid-perl/debian/changelog
    trunk/libgetopt-euclid-perl/debian/rules

Modified: trunk/libgetopt-euclid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-euclid-perl/debian/changelog?rev=17625&op=diff
==============================================================================
--- trunk/libgetopt-euclid-perl/debian/changelog (original)
+++ trunk/libgetopt-euclid-perl/debian/changelog Sun Mar 16 05:11:09 2008
@@ -7,6 +7,7 @@
   * debian/rules: clean up; remove commented dh_* commands; make directory
     removal conditional.
   * debian/watch: Use better regex.
+  * debian/rules: Prevent installation of .packlist.
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libgetopt-euclid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-euclid-perl/debian/rules?rev=17625&op=diff
==============================================================================
--- trunk/libgetopt-euclid-perl/debian/rules (original)
+++ trunk/libgetopt-euclid-perl/debian/rules Sun Mar 16 05:11:09 2008
@@ -51,6 +51,7 @@
 	$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
+	find $(TMP) -type f -name .packlist | xargs rm -f
 	# don't install the demo module
 	$(RM) $(TMP)/usr/share/perl5/Getopt/Euclid/HierDemo.pm \
 	      $(TMP)/usr/share/man/man3/Getopt::Euclid::HierDemo.3pm




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