r2452 - packages/libchart-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sun Mar 19 20:21:46 UTC 2006


Author: ntyni-guest
Date: 2006-03-19 20:21:41 +0000 (Sun, 19 Mar 2006)
New Revision: 2452

Modified:
   packages/libchart-perl/trunk/debian/changelog
   packages/libchart-perl/trunk/debian/rules
Log:
Remove empty '/usr/lib/perl5'


Modified: packages/libchart-perl/trunk/debian/changelog
===================================================================
--- packages/libchart-perl/trunk/debian/changelog	2006-03-19 20:17:01 UTC (rev 2451)
+++ packages/libchart-perl/trunk/debian/changelog	2006-03-19 20:21:41 UTC (rev 2452)
@@ -4,8 +4,9 @@
   * Modify the color patch from #172140 to keep the first 64 colors
     compatible with upstream. (Closes: #231730)
   * clean up old CVS references in debian/rules.
+  * Don't install an empty '/usr/lib/perl5' directory.
 
- -- Niko Tyni <ntyni at iki.fi>  Sun, 19 Mar 2006 22:16:16 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Sun, 19 Mar 2006 22:21:00 +0200
 
 libchart-perl (2.4.1-1) unstable; urgency=low
 

Modified: packages/libchart-perl/trunk/debian/rules
===================================================================
--- packages/libchart-perl/trunk/debian/rules	2006-03-19 20:17:01 UTC (rev 2451)
+++ packages/libchart-perl/trunk/debian/rules	2006-03-19 20:21:41 UTC (rev 2452)
@@ -32,6 +32,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 README TODO rgb.txt Documentation.pdf
 	dh_installchangelogs
 




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