r8158 - in /trunk/libnet-lite-ftp-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Oct 9 19:11:29 UTC 2007


Author: gregoa-guest
Date: Tue Oct  9 19:11:29 2007
New Revision: 8158

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

Modified:
    trunk/libnet-lite-ftp-perl/debian/changelog
    trunk/libnet-lite-ftp-perl/debian/rules

Modified: trunk/libnet-lite-ftp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-lite-ftp-perl/debian/changelog?rev=8158&op=diff
==============================================================================
--- trunk/libnet-lite-ftp-perl/debian/changelog (original)
+++ trunk/libnet-lite-ftp-perl/debian/changelog Tue Oct  9 19:11:29 2007
@@ -5,8 +5,9 @@
   * Add /me to Uploaders and Homepage field to debian/control.
   * Cleanup debian/rules (unused compiler flags, move tests to build target,
     remove unused dh_* calls).
+  * Remove empty /usr/lib/perl5 directory from binary package.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 21:07:46 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 21:10:13 +0200
 
 libnet-lite-ftp-perl (0.52-1) unstable; urgency=low
 

Modified: trunk/libnet-lite-ftp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-lite-ftp-perl/debian/rules?rev=8158&op=diff
==============================================================================
--- trunk/libnet-lite-ftp-perl/debian/rules (original)
+++ trunk/libnet-lite-ftp-perl/debian/rules Tue Oct  9 19:11:29 2007
@@ -39,6 +39,7 @@
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	install -d $(TMP)/usr/share/doc/$(PACKAGE)
 	mv $(TMP)/usr/share/perl5/Net/Lite/example.pl $(TMP)/usr/share/doc/$(PACKAGE)
+	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
 	touch install-stamp
 
 binary-arch:




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