r14990 - in /trunk/libcrypt-openssl-x509-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Fri Feb 15 19:56:23 UTC 2008


Author: ntyni
Date: Fri Feb 15 19:56:22 2008
New Revision: 14990

URL: http://svn.debian.org/wsvn/?sc=1&rev=14990
Log:
* Fix intertarget dependencies for parallel builds.
* Move '$(MAKE) test' to the 'build' target.

Modified:
    trunk/libcrypt-openssl-x509-perl/debian/changelog
    trunk/libcrypt-openssl-x509-perl/debian/rules

Modified: trunk/libcrypt-openssl-x509-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-x509-perl/debian/changelog?rev=14990&op=diff
==============================================================================
--- trunk/libcrypt-openssl-x509-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-x509-perl/debian/changelog Fri Feb 15 19:56:22 2008
@@ -8,6 +8,10 @@
 
   [ Damyan Ivanov ]
   * [debian/watch] Stop capturing file extension
+
+  [ Niko Tyni ]
+  * Fix intertarget dependencies for parallel builds.
+  * Move '$(MAKE) test' to the 'build' target.
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:22 +0200
 

Modified: trunk/libcrypt-openssl-x509-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-x509-perl/debian/rules?rev=14990&op=diff
==============================================================================
--- trunk/libcrypt-openssl-x509-perl/debian/rules (original)
+++ trunk/libcrypt-openssl-x509-perl/debian/rules Fri Feb 15 19:56:22 2008
@@ -35,8 +35,9 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -47,14 +48,12 @@
 
 	dh_clean build-stamp install-stamp
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture dependent package, we are not
@@ -62,7 +61,7 @@
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 
-	touch install-stamp
+	touch $@
 
 # Build architecture-independent files here.
 binary-indep: build install




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