[xml/sgml-commit] r2048 - in /packages/herold/trunk/debian/patches: antencoding.patch series

malat at users.alioth.debian.org malat at users.alioth.debian.org
Thu Sep 20 07:11:03 UTC 2012


Author: malat
Date: Thu Sep 20 07:11:02 2012
New Revision: 2048

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2048
Log:
Fix encoding issue

Added:
    packages/herold/trunk/debian/patches/antencoding.patch
Modified:
    packages/herold/trunk/debian/patches/series

Added: packages/herold/trunk/debian/patches/antencoding.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/patches/antencoding.patch?rev=2048&op=file
==============================================================================
--- packages/herold/trunk/debian/patches/antencoding.patch (added)
+++ packages/herold/trunk/debian/patches/antencoding.patch Thu Sep 20 07:11:02 2012
@@ -1,0 +1,14 @@
+Description: Explicitely set encoding
+Author: Mathieu Malaterre <malat at debian.org>
+
+--- herold-6.0.1.orig/build.xml
++++ herold-6.0.1/build.xml
+@@ -7,7 +7,7 @@
+ 	</target>
+ 
+ 	<target name="build" depends="prepare">
+-		<javac includeantruntime="false" srcdir="java" destdir="classes">
++		<javac includeantruntime="false" srcdir="java" destdir="classes" encoding="utf-8">
+ 			<include name="org/dbdoclet/herold/Herold.java" />
+ 			<include name="org/dbdoclet/trafo/tag/docbook/*" />
+ 			<include name="org/dbdoclet/trafo/tag/html/*" />

Modified: packages/herold/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/herold/trunk/debian/patches/series?rev=2048&op=diff
==============================================================================
--- packages/herold/trunk/debian/patches/series (original)
+++ packages/herold/trunk/debian/patches/series Thu Sep 20 07:11:02 2012
@@ -1,2 +1,3 @@
 jarsdir.patch
 fixclasspath.patch
+antencoding.patch




More information about the debian-xml-sgml-commit mailing list