r12218 - in /trunk/libalien-wxwidgets-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 8 14:59:18 UTC 2008


Author: dmn
Date: Tue Jan  8 14:59:18 2008
New Revision: 12218

URL: http://svn.debian.org/wsvn/?sc=1&rev=12218
Log:
* Move test suite to build-stamp target

Modified:
    trunk/libalien-wxwidgets-perl/debian/changelog
    trunk/libalien-wxwidgets-perl/debian/rules

Modified: trunk/libalien-wxwidgets-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libalien-wxwidgets-perl/debian/changelog?rev=12218&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/changelog (original)
+++ trunk/libalien-wxwidgets-perl/debian/changelog Tue Jan  8 14:59:18 2008
@@ -1,3 +1,9 @@
+libalien-wxwidgets-perl (0.32-3) UNRELEASED; urgency=low
+
+  * Move test suite to build-stamp target
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 08 Jan 2008 16:58:40 +0200
+
 libalien-wxwidgets-perl (0.32-2) unstable; urgency=low
 
   * Add missing dependency.

Modified: trunk/libalien-wxwidgets-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libalien-wxwidgets-perl/debian/rules?rev=12218&op=diff
==============================================================================
--- trunk/libalien-wxwidgets-perl/debian/rules (original)
+++ trunk/libalien-wxwidgets-perl/debian/rules Tue Jan  8 14:59:18 2008
@@ -36,6 +36,7 @@
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	$(PERL) Build test
 
 	touch build-stamp
 
@@ -56,7 +57,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
 	find $(TMP) -type f -name .packlist | xargs rm -f




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