r13982 - 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:54:58 UTC 2008


Author: gregoa-guest
Date: Fri Feb  1 16:54:58 2008
New Revision: 13982

URL: http://svn.debian.org/wsvn/?sc=1&rev=13982
Log:
* Move tests to build-stamp target.
* Let install-stamp depend on build-stamp.

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=13982&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/changelog (original)
+++ trunk/libuuid-perl/debian/changelog Fri Feb  1 16:54:58 2008
@@ -5,8 +5,10 @@
     field (source stanza); Homepage field (source stanza).
   * Fix removal of /usr/share/perl5 in debian/rules (closes: #463440).
   * Install upstream changelog.
+  * Move tests to build-stamp target.
+  * Let install-stamp depend on build-stamp.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 01 Feb 2008 17:49:51 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 01 Feb 2008 17:52:32 +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=13982&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/rules (original)
+++ trunk/libuuid-perl/debian/rules Fri Feb  1 16:54:58 2008
@@ -26,6 +26,7 @@
 	$(checkdir)
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) test
 	touch build-stamp
 
 clean:	checkroot
@@ -33,11 +34,10 @@
 	rm -f debian/*.substvars *-stamp debian/files
 	rm -rf debian/$(package)
 
-install: build install-stamp
-install-stamp: checkroot
+install: install-stamp
+install-stamp: checkroot build-stamp
 	rm -f debian/*.substvars
 	rm -rf debian/$(package)
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package) PREFIX=/usr
 	[ ! -d $(CURDIR)/debian/$(package)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(package)/usr/share/perl5
 	touch install-stamp
@@ -71,7 +71,7 @@
 	dpkg-deb --build debian/$(package) ..
 
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch




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