r8632 - 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:25 UTC 2007
Author: ntyni-guest
Date: Mon Oct 29 11:11:24 2007
New Revision: 8632
URL: http://svn.debian.org/wsvn/?sc=1&rev=8632
Log:
* Set JS_INC when running the tests to fix test failures in
t/24-c-level-interrupt-handler.t.
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=8632&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Mon Oct 29 11:11:24 2007
@@ -29,8 +29,10 @@
* 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.
+ * Set JS_INC when running the tests to fix test failures in
+ t/24-c-level-interrupt-handler.t.
- -- Niko Tyni <ntyni at iki.fi> Mon, 29 Oct 2007 11:14:39 +0200
+ -- Niko Tyni <ntyni at iki.fi> Mon, 29 Oct 2007 11:15:53 +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=8632&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Mon Oct 29 11:11:24 2007
@@ -28,7 +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
+ JS_INC=/usr/include/nspr/:/usr/include/mozjs/ $(MAKE) test
touch build-stamp
clean:
More information about the Pkg-perl-cvs-commits
mailing list