r2996 - in /packages/libfile-touch-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Fri Jun 16 13:41:51 UTC 2006


Author: ntyni-guest
Date: Fri Jun 16 13:41:50 2006
New Revision: 2996

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2996
Log:
Don't install an empty /usr/lib/perl5

Modified:
    packages/libfile-touch-perl/trunk/debian/changelog
    packages/libfile-touch-perl/trunk/debian/rules

Modified: packages/libfile-touch-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfile-touch-perl/trunk/debian/changelog?rev=2996&op=diff
==============================================================================
--- packages/libfile-touch-perl/trunk/debian/changelog (original)
+++ packages/libfile-touch-perl/trunk/debian/changelog Fri Jun 16 13:41:50 2006
@@ -4,9 +4,10 @@
   * Don't ignore the result of 'make distclean'.
   * Upgrade to Standards-Version 3.7.2. No changes needed.
   * Upgrade to debhelper compatibility level 5.
-  * debian/rules: use $(CURDIR) [make] instead of $(PWD) [sh]
+  * debian/rules: use $(CURDIR) [make] instead of $(PWD) [sh].
+  * Don't install an empty /usr/lib/perl5 directory.
 
- -- Niko Tyni <ntyni at iki.fi>  Fri, 16 Jun 2006 16:30:10 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Fri, 16 Jun 2006 16:40:27 +0300
 
 libfile-touch-perl (0.01-5) unstable; urgency=low
 

Modified: packages/libfile-touch-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfile-touch-perl/trunk/debian/rules?rev=2996&op=diff
==============================================================================
--- packages/libfile-touch-perl/trunk/debian/rules (original)
+++ packages/libfile-touch-perl/trunk/debian/rules Fri Jun 16 13:41:50 2006
@@ -35,6 +35,10 @@
 
 	$(MAKE) pure_install PREFIX=$(prefix)
 
+	#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 $(TMP)/usr/lib/perl5
+
 	dh_installdocs
 	dh_installchangelogs Changes
 




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