r8018 - in /trunk/libcrypt-cbc-perl/debian: changelog rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Sat Sep 29 12:17:40 UTC 2007
Author: gregoa-guest
Date: Sat Sep 29 12:17:40 2007
New Revision: 8018
URL: http://svn.debian.org/wsvn/?sc=1&rev=8018
Log:
Move tests to build target in debian/rules.
Modified:
trunk/libcrypt-cbc-perl/debian/changelog
trunk/libcrypt-cbc-perl/debian/rules
Modified: trunk/libcrypt-cbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/changelog?rev=8018&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/changelog (original)
+++ trunk/libcrypt-cbc-perl/debian/changelog Sat Sep 29 12:17:40 2007
@@ -4,8 +4,9 @@
* Fix typo in last changelog.
* Wrap long lines in debian/control
* Add libcrypt-des-ede3-perl to (build) dependencies.
+ * Move tests to build target in debian/rules.
- -- gregor herrmann <gregor+debian at comodo.priv.at> Sat, 29 Sep 2007 14:01:47 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Sat, 29 Sep 2007 14:17:24 +0200
libcrypt-cbc-perl (2.22-1) unstable; urgency=low
Modified: trunk/libcrypt-cbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/rules?rev=8018&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/rules (original)
+++ trunk/libcrypt-cbc-perl/debian/rules Sat Sep 29 12:17:40 2007
@@ -13,9 +13,14 @@
# thanks to: Gergely Nagy.
Makefile: Makefile.PL
${PERL} Makefile.PL INSTALLDIRS=vendor PERL=${PERL}
-build: Makefile
+
+build: Makefile build-stamp
+
+build-stamp:
dh_testdir
${MAKE} LD_RUN_PATH=
+ $(MAKE) test
+ touch build-stamp
clean: checkroot
rm -f build-stamp
@@ -25,7 +30,6 @@
binary-indep: checkroot build
dh_clean
dh_installdirs
- $(MAKE) test
$(MAKE) pure_install PREFIX=$(prefix)
#As this is a architecture independent package, we are not supposed to install
More information about the Pkg-perl-cvs-commits
mailing list