r8579 - in /trunk/libmail-box-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Oct 25 18:00:11 UTC 2007


Author: gregoa-guest
Date: Thu Oct 25 18:00:10 2007
New Revision: 8579

URL: http://svn.debian.org/wsvn/?sc=1&rev=8579
Log:
Remove empty /usr/lib/perl5 directory.

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

Modified: trunk/libmail-box-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/changelog?rev=8579&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/changelog (original)
+++ trunk/libmail-box-perl/debian/changelog Thu Oct 25 18:00:10 2007
@@ -4,8 +4,9 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 25 Oct 2007 19:41:15 +0200
+  * Remove empty /usr/lib/perl5 directory.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 25 Oct 2007 19:59:13 +0200
 
 libmail-box-perl (2.075-1) unstable; urgency=low
 

Modified: trunk/libmail-box-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/rules?rev=8579&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/rules (original)
+++ trunk/libmail-box-perl/debian/rules Thu Oct 25 18:00:10 2007
@@ -43,6 +43,8 @@
 	# ... Just kill it. Of course, inform upstream - When it is gone,
 	# we'll have to remove this couple of lines.
 	rm $(CURDIR)/debian/libmail-box-perl/usr/share/perl5/Mail/Makefile.PL
+	# and remove /usr/lib/perl5
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libmail-box-perl/usr/lib/perl5
 
 binary-indep: build install
 binary-arch: build install




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