r13980 - in /trunk/libuuid-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Feb 1 16:47:48 UTC 2008


Author: gregoa-guest
Date: Fri Feb  1 16:47:47 2008
New Revision: 13980

URL: http://svn.debian.org/wsvn/?sc=1&rev=13980
Log:
Fix removal of /usr/share/perl5 in debian/rules (closes: #463440).

Modified:
    trunk/libuuid-perl/debian/changelog
    trunk/libuuid-perl/debian/rules

Modified: trunk/libuuid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libuuid-perl/debian/changelog?rev=13980&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/changelog (original)
+++ trunk/libuuid-perl/debian/changelog Fri Feb  1 16:47:47 2008
@@ -3,8 +3,9 @@
   * debian/watch: use dist-based URL.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
+  * Fix removal of /usr/share/perl5 in debian/rules (closes: #463440).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 01 Feb 2008 00:35:17 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 01 Feb 2008 17:40:09 +0100
 
 libuuid-perl (0.02-2) unstable; urgency=low
 

Modified: trunk/libuuid-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libuuid-perl/debian/rules?rev=13980&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/rules (original)
+++ trunk/libuuid-perl/debian/rules Fri Feb  1 16:47:47 2008
@@ -39,7 +39,7 @@
 	rm -rf debian/$(package)
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package) PREFIX=/usr
-	test -d $(CURDIR)/debian/$(package)/usr/share/perl5 && rmdir --ignore-fail-on-non-empty --parents $(CURDIR)/debian/$(package)/usr/share/perl5
+	[ ! -d $(CURDIR)/debian/$(package)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(package)/usr/share/perl5
 	touch install-stamp
 
 # Build architecture-independent files here.




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