Package: xulrunner Version: 1.8.1.16 Severity: wishlist Tags: patch I'm trying to create a package that require SpiderMonkey to have UTF8 support. Could you add it? Here is a patch that does so:
--- debian/rules 2009-07-09 15:44:38.000000000 -0400 +++ debian/rules 2009-07-09 15:44:49.000000000 -0400 @@ -63,7 +63,7 @@ build-stamp: config.status dh_testdir # Add here commands to compile the package. - LD_LIBRARY_PATH=$(CURDIR)/dist/lib $(MAKE) PYTHON_SO=$(shell objdump -x /usr/lib/lib$(shell pyversions -d).so | grep SONAME | awk '{print $$2}') $(JAVA_VARS) DEB_NO_JAR=1 + LD_LIBRARY_PATH=$(CURDIR)/dist/lib $(MAKE) PYTHON_SO=$(shell objdump -x /usr/lib/lib$(shell pyversions -d).so | grep SONAME | awk '{print $$2}') $(JAVA_VARS) DEB_NO_JAR=1 JS_C_STRINGS_ARE_UTF8=1 #docbook-to-man debian/xulrunner.sgml > xulrunner.1 touch build-stamp -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org