r8631 - in /trunk/libjavascript-perl/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 11:11:22 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 11:11:22 2007
New Revision: 8631

URL: http://svn.debian.org/wsvn/?sc=1&rev=8631
Log:
* Move '$(MAKE) test' to the build target.

Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/rules

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/changelog?rev=8631&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Mon Oct 29 11:11:22 2007
@@ -28,8 +28,9 @@
     UTF8 support (-DJS_C_STRINGS_ARE_UTF8).
   * Build-depend on libmozjs-dev (>= 1.8.1.4-1), because the earlier version
     of libmozjs (internally 1.60) causes test failures in t/29-exceptions.t.
+  * Move '$(MAKE) test' to the build target.
 
- -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 11:11:38 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 11:14:39 +0200
 
 libjavascript-perl (0.55-3) unstable; urgency=low
 

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/rules?rev=8631&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Mon Oct 29 11:11:22 2007
@@ -28,6 +28,7 @@
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ JS_THREADSAFE=1 JS_ENABLE_E4X=1\
 		JS_UTF8=0 $(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) test
 	touch build-stamp
 
 clean:
@@ -41,7 +42,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	# As this is a architecture dependent package, we are not supposed to install




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