r5121 - in /packages/libsvn-notify-mirror-perl/trunk/debian: changelog rules

micah at users.alioth.debian.org micah at users.alioth.debian.org
Sun Apr 15 20:06:00 UTC 2007


Author: micah
Date: Sun Apr 15 20:06:00 2007
New Revision: 5121

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5121
Log:
remove packlist in the install process

Modified:
    packages/libsvn-notify-mirror-perl/trunk/debian/changelog
    packages/libsvn-notify-mirror-perl/trunk/debian/rules

Modified: packages/libsvn-notify-mirror-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/changelog?rev=5121&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/changelog (original)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/changelog Sun Apr 15 20:06:00 2007
@@ -2,6 +2,7 @@
 
   * Initial Release.
   * Modified Build.PL to ask if rsync tests should be run or not
+  * Remove packlist in debian/rules
 
  -- Micah Anderson <micah at debian.org>  Fri,  6 Apr 2007 21:44:33 -0600
 

Modified: packages/libsvn-notify-mirror-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/rules?rev=5121&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/rules (original)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/rules Sun Apr 15 20:06:00 2007
@@ -51,6 +51,9 @@
 	$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	find $(TMP) -type f -name .packlist | xargs rm -f
+
 	touch install-stamp
 
 binary-arch:




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