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

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Nov 19 20:54:50 UTC 2007


Author: ntyni-guest
Date: Mon Nov 19 20:54:50 2007
New Revision: 9595

URL: http://svn.debian.org/wsvn/?sc=1&rev=9595
Log:
* Build with -DMOZILLA_1_8_BRANCH=1 to fix test failures on 32-bit
  architectures. (Closes: #451774)

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=9595&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Mon Nov 19 20:54:50 2007
@@ -1,3 +1,10 @@
+libjavascript-perl (1.04-2) unstable; urgency=low
+
+  * Build with -DMOZILLA_1_8_BRANCH=1 to fix test failures on 32-bit
+    architectures. (Closes: #451774)
+
+ -- Niko Tyni <ntyni at iki.fi>  Mon, 19 Nov 2007 22:46:08 +0200
+
 libjavascript-perl (1.04-1) unstable; urgency=low
 
   [ Krzysztof Krzyzaniak (eloy) ]

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/rules?rev=9595&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Mon Nov 19 20:54:50 2007
@@ -30,7 +30,7 @@
 	dh_testdir
 	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) OPTIMIZE="$(CFLAGS) -DMOZILLA_1_8_BRANCH=1" LD_RUN_PATH=""
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ $(MAKE) test
 	touch build-stamp
 




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