r15542 - in /trunk/libapache2-mod-perl2/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Feb 24 22:44:03 UTC 2008


Author: dmn
Date: Sun Feb 24 22:44:02 2008
New Revision: 15542

URL: http://svn.debian.org/wsvn/?sc=1&rev=15542
Log:
* Remove empty /usr/bin. Thanks, lintian.

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=15542&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Sun Feb 24 22:44:02 2008
@@ -24,6 +24,7 @@
   * Reformat NEWS.Debian, following DevRef 6.3.4. Thanks, lintian.
   * Drop "-1" revision from dependencies. Thanks, lintian.
   * Add copyright information to debian/copyright
+  * Remove empty /usr/bin. Thanks, lintian.
 
  -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 09:57:01 +0100
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=15542&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Sun Feb 24 22:44:02 2008
@@ -80,6 +80,8 @@
 	# supposed to install stuff to /usr/share. MakeMaker creates
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+	
+	[ ! -d $(TMP)/usr/bin ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin
 
 	touch $@
 




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