r2768 - in /packages/libnetxap-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Sat May 13 19:00:30 UTC 2006


Author: ntyni-guest
Date: Sat May 13 19:00:28 2006
New Revision: 2768

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2768
Log:
Remove empty /usr/lib/perl5

Modified:
    packages/libnetxap-perl/trunk/debian/changelog
    packages/libnetxap-perl/trunk/debian/rules

Modified: packages/libnetxap-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/changelog?rev=2768&op=diff
==============================================================================
--- packages/libnetxap-perl/trunk/debian/changelog (original)
+++ packages/libnetxap-perl/trunk/debian/changelog Sat May 13 19:00:28 2006
@@ -16,8 +16,9 @@
       Thanks to Torsten Hilbrich for the patch. (Closes: #366209)
     + 90quota.dpatch: Fix quota support.
       Thanks to Mike Beattie for the patch. (Closes: #366480)
+  * Don't install an empty '/usr/lib/perl5' directory.
 
- -- Niko Tyni <ntyni at iki.fi>  Sat, 13 May 2006 21:10:38 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Sat, 13 May 2006 22:00:04 +0300
 
 libnetxap-perl (0.02-5) unstable; urgency=low
 

Modified: packages/libnetxap-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnetxap-perl/trunk/debian/rules?rev=2768&op=diff
==============================================================================
--- packages/libnetxap-perl/trunk/debian/rules (original)
+++ packages/libnetxap-perl/trunk/debian/rules Sat May 13 19:00:28 2006
@@ -47,12 +47,13 @@
 
 	$(MAKE) install PREFIX=$(TMP)/usr
 
+	#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
 
-# Build architecture-dependent files here.
 binary-arch: build install
 # We have nothing to do.
 
-# Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir
 	dh_testroot




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