r23752 - in /branches/libthread-pool-simple-perl/0.23-2/debian: changelog rules

goneri at users.alioth.debian.org goneri at users.alioth.debian.org
Sun Aug 3 17:00:33 UTC 2008


Author: goneri
Date: Sun Aug  3 17:00:31 2008
New Revision: 23752

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23752
Log:
prepare a 0.23-2 release with just the needed change to fix #493431

Modified:
    branches/libthread-pool-simple-perl/0.23-2/debian/changelog
    branches/libthread-pool-simple-perl/0.23-2/debian/rules

Modified: branches/libthread-pool-simple-perl/0.23-2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/libthread-pool-simple-perl/0.23-2/debian/changelog?rev=23752&op=diff
==============================================================================
--- branches/libthread-pool-simple-perl/0.23-2/debian/changelog (original)
+++ branches/libthread-pool-simple-perl/0.23-2/debian/changelog Sun Aug  3 17:00:31 2008
@@ -1,3 +1,10 @@
+libthread-pool-simple-perl (0.23-2) unstable; urgency=low
+
+  [ gregor herrmann ]
+  * debian/rules: delete /usr/lib/perl5 only if it exists (Closes: #493431)
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 03 Aug 2008 19:20:58 +0200
+
 libthread-pool-simple-perl (0.23-1) unstable; urgency=low
 
   * Initial Release (Closes: #425823)

Modified: branches/libthread-pool-simple-perl/0.23-2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/libthread-pool-simple-perl/0.23-2/debian/rules?rev=23752&op=diff
==============================================================================
--- branches/libthread-pool-simple-perl/0.23-2/debian/rules (original)
+++ branches/libthread-pool-simple-perl/0.23-2/debian/rules Sun Aug  3 17:00:31 2008
@@ -51,7 +51,7 @@
 	# 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
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 	touch install-stamp
 




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