This is an automated email from the git hooks/post-receive script. ben pushed a commit to tag debian/2.5.0-1 in repository autocomplete.
commit 6cd5e3deccd74cbba0398a2354eca540578914dc Author: Benjamin Mesing <[email protected]> Date: Mon Oct 21 19:08:54 2013 +0200 - updated debian/patches --- ...ed-build.xml-for-debian-specific-settings.patch | 33 ++++++++++++++++---- 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch b/debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch index aa69379..d997b09 100644 --- a/debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch +++ b/debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch @@ -2,17 +2,33 @@ From: Benjamin Mesing <[email protected]> Date: Sun, 20 Oct 2013 19:02:56 +0200 Subject: =?UTF-8?q?Modified=20build.xml=20for=20debian=20specific=20settin?= =?UTF-8?q?gs=0A-=20added=20clean=20target=0A-=20link=20to=20local=20javad?= - =?UTF-8?q?oc?= + =?UTF-8?q?oc=0A-=20fixed=20classpath=20for=20rsyntaxtextarea.jar?= --- - build.xml | 9 +++++++-- - 1 file changed, 7 insertions(+), 2 deletions(-) + build.xml | 14 ++++++++++---- + 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml -index 8870a2e..786fc58 100644 +index 8870a2e..ec192b9 100644 --- a/build.xml +++ b/build.xml -@@ -45,7 +45,7 @@ +@@ -31,6 +31,7 @@ + <property name="debug" value="true"/> + <property name="debuglevel" value="lines,vars,source"/> + <property name="java-level" value="1.5"/> ++ <property name="default-class-path" value="/usr/share/java"/> + + + <!-- Compiles the classes. --> +@@ -38,14 +39,14 @@ + <delete includeEmptyDirs="true" quiet="true" dir="${class-dir}"/> + <mkdir dir="${class-dir}"/> + <javac srcdir="${source-dir}" destdir="${class-dir}" +- classpath="../RSyntaxTextArea/dist/rsyntaxtextarea.jar" ++ classpath="${default-class-path}/rsyntaxtextarea.jar" + deprecation="yes" debug="${debug}" debuglevel="${debuglevel}" + source="${java-level}" target="${java-level}" includeantruntime="false"/> + </target> <!-- Creates the jar file. --> @@ -21,7 +37,12 @@ index 8870a2e..786fc58 100644 <delete includeEmptyDirs="true" quiet="true" dir="${dist-dir}"/> <mkdir dir="${dist-dir}"/> <jar destfile="${dist-dir}/autocomplete.jar"> -@@ -92,9 +92,14 @@ +@@ -88,13 +89,18 @@ + <!-- Builds the javadoc. --> + <target name="make-javadoc" depends="compile"> + <javadoc destdir="${doc-dir}" author="true" version="true" +- breakiterator="yes" classpath="../RSyntaxTextArea/dist/rsyntaxtextarea.jar"> ++ breakiterator="yes" classpath="${default-class-path}/rsyntaxtextarea.jar"> <packageset dir="${source-dir}" defaultexcludes="yes"> <include name="org/**"/> </packageset> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

