r12618 - in /trunk/libmoosex-object-pluggable-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Jan 13 04:03:11 UTC 2008


Author: gregoa-guest
Date: Sun Jan 13 04:03:10 2008
New Revision: 12618

URL: http://svn.debian.org/wsvn/?sc=1&rev=12618
Log:
debian/rules:
  - let install-stamp target depend on build-stamp
  - move tests to build-stamp target

Modified:
    trunk/libmoosex-object-pluggable-perl/debian/changelog
    trunk/libmoosex-object-pluggable-perl/debian/rules

Modified: trunk/libmoosex-object-pluggable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmoosex-object-pluggable-perl/debian/changelog?rev=12618&op=diff
==============================================================================
--- trunk/libmoosex-object-pluggable-perl/debian/changelog (original)
+++ trunk/libmoosex-object-pluggable-perl/debian/changelog Sun Jan 13 04:03:10 2008
@@ -8,8 +8,11 @@
   * debian/watch: use dist-based URL.
   * Set debhelper compatibility level to 6.
   * Set Standards-Version to 3.7.3 (no changes needed).
+  * debian/rules:
+    - let install-stamp target depend on build-stamp
+    - move tests to build-stamp target
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 13 Jan 2008 04:57:30 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 13 Jan 2008 04:59:22 +0100
 
 libmoosex-object-pluggable-perl (0.0005-2) unstable; urgency=low
 

Modified: trunk/libmoosex-object-pluggable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmoosex-object-pluggable-perl/debian/rules?rev=12618&op=diff
==============================================================================
--- trunk/libmoosex-object-pluggable-perl/debian/rules (original)
+++ trunk/libmoosex-object-pluggable-perl/debian/rules Sun Jan 13 04:03:10 2008
@@ -26,6 +26,7 @@
 	# Add commands to compile the package here
 	PERL_AUTIONSTALL=--skip $(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -38,14 +39,13 @@
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-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 independent package, we are not




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