r10639 - in /trunk/libcarp-datum-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Dec 1 22:00:26 UTC 2007


Author: gregoa-guest
Date: Sat Dec  1 22:00:26 2007
New Revision: 10639

URL: http://svn.debian.org/wsvn/?sc=1&rev=10639
Log:
* Don't install empty /usr/lib/perl5 directory.
* Let build-stamp depend on configure-stamp to make parallel builds
  possible.

Modified:
    trunk/libcarp-datum-perl/debian/changelog
    trunk/libcarp-datum-perl/debian/rules

Modified: trunk/libcarp-datum-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcarp-datum-perl/debian/changelog?rev=10639&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/changelog (original)
+++ trunk/libcarp-datum-perl/debian/changelog Sat Dec  1 22:00:26 2007
@@ -7,6 +7,9 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Don't install empty /usr/lib/perl5 directory.
+  * Let build-stamp depend on configure-stamp to make parallel builds
+    possible.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:44 +0200
 

Modified: trunk/libcarp-datum-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcarp-datum-perl/debian/rules?rev=10639&op=diff
==============================================================================
--- trunk/libcarp-datum-perl/debian/rules (original)
+++ trunk/libcarp-datum-perl/debian/rules Sat Dec  1 22:00:26 2007
@@ -13,8 +13,8 @@
 
 	touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -44,6 +44,7 @@
 	$(MAKE) install PREFIX=$(CURDIR)/debian/libcarp-datum-perl/usr
 	-mkdir -p $(CURDIR)/debian/libcarp-datum-perl/usr/share/man/man1
 	ln -sf ../man3/Carp::Datum::Strip.3pm.gz $(CURDIR)/debian/libcarp-datum-perl/usr/share/man/man1/datum_strip.1.gz
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libcarp-datum-perl/usr/lib/perl5
 
 
 # Build architecture-dependent files here.




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