r11856 - in /trunk/libtext-typography-perl/debian: changelog rules

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


Author: gregoa-guest
Date: Sun Dec 30 18:11:46 2007
New Revision: 11856

URL: http://svn.debian.org/wsvn/?sc=1&rev=11856
Log:
debian/rules: don't wrap 'rmdir .. /usr/lib/perl5' to make later
  substitution easier.

Modified:
    trunk/libtext-typography-perl/debian/changelog
    trunk/libtext-typography-perl/debian/rules

Modified: trunk/libtext-typography-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtext-typography-perl/debian/changelog?rev=11856&op=diff
==============================================================================
--- trunk/libtext-typography-perl/debian/changelog (original)
+++ trunk/libtext-typography-perl/debian/changelog Sun Dec 30 18:11:46 2007
@@ -3,6 +3,8 @@
   * 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 wrap 'rmdir .. /usr/lib/perl5' to make later
+    substitution easier.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:43 +0200
 

Modified: trunk/libtext-typography-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtext-typography-perl/debian/rules?rev=11856&op=diff
==============================================================================
--- trunk/libtext-typography-perl/debian/rules (original)
+++ trunk/libtext-typography-perl/debian/rules Sun Dec 30 18:11:46 2007
@@ -10,5 +10,4 @@
 	# 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 --parents \
-		$(CURDIR)/debian/$(THIS)/usr/lib/perl5
+	rmdir --ignore-fail-on-non-empty --parents $(CURDIR)/debian/$(THIS)/usr/lib/perl5




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