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

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sun Mar 7 23:06:15 UTC 2010


Author: franck
Date: Sun Mar  7 23:06:07 2010
New Revision: 53922

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53922
Log:
Set JS_UTF8 from 0 to 1 to enable UTF8 support.

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

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=53922&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Sun Mar  7 23:06:07 2010
@@ -13,6 +13,7 @@
     + Removed --with-quilt argument for debhelper.
     + Removed BDI on quilt in d.control.
   * Added /me to Uploaders: Refreshed d.control and d.copyright accordingly.
+  * Set JS_UTF8 from 0 to 1 to enable UTF8 support.
 
  -- Franck Joncourt <franck at debian.org>  Sun, 07 Mar 2010 22:44:42 +0100
 

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/rules?rev=53922&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Sun Mar  7 23:06:07 2010
@@ -5,7 +5,7 @@
 
 %:
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ \
-	JS_THREADSAFE=1 JS_ENABLE_E4X=1 JS_UTF8=0 JS_FORCE=1 \
+	JS_THREADSAFE=1 JS_ENABLE_E4X=1 JS_UTF8=1 JS_FORCE=1 \
 	dh $@
 
 override_dh_clean:




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