r11860 - in /trunk/libmail-bulkmail-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 30 18:24:52 UTC 2007


Author: gregoa-guest
Date: Sun Dec 30 18:24:52 2007
New Revision: 11860

URL: http://svn.debian.org/wsvn/?sc=1&rev=11860
Log:
debian/rules: don't remove /usr/lib/perl5 and /usr/lib separately.

Modified:
    trunk/libmail-bulkmail-perl/debian/changelog
    trunk/libmail-bulkmail-perl/debian/rules

Modified: trunk/libmail-bulkmail-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/changelog?rev=11860&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/changelog (original)
+++ trunk/libmail-bulkmail-perl/debian/changelog Sun Dec 30 18:24:52 2007
@@ -3,6 +3,7 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * debian/rules: don't remove /usr/lib/perl5 and /usr/lib separately.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:12 +0200
 

Modified: trunk/libmail-bulkmail-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/rules?rev=11860&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/rules (original)
+++ trunk/libmail-bulkmail-perl/debian/rules Sun Dec 30 18:24:52 2007
@@ -41,8 +41,7 @@
 
 	#As this is a architecture independent package, we are not supposed to install
 	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
-	rmdir --ignore-fail-on-non-empty $(TMP)/usr/lib				
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 	touch install-stamp
 




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