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 4e27fa32ec98e1b0ae019f2bc16b601df49543ff Author: Benjamin Mesing <[email protected]> Date: Sun Oct 20 19:07:25 2013 +0200 - added patch directory (from patch-queue/master) --- ...ed-build.xml-for-debian-specific-settings.patch | 39 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 40 insertions(+) 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 new file mode 100644 index 0000000..aa69379 --- /dev/null +++ b/debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch @@ -0,0 +1,39 @@ +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?= + +--- + build.xml | 9 +++++++-- + 1 file changed, 7 insertions(+), 2 deletions(-) + +diff --git a/build.xml b/build.xml +index 8870a2e..786fc58 100644 +--- a/build.xml ++++ b/build.xml +@@ -45,7 +45,7 @@ + + + <!-- Creates the jar file. --> +- <target name="make-jar" depends="compile" description="Create the jar file"> ++ <target name="make-jar" depends="compile,make-javadoc" description="Create the jar file"> + <delete includeEmptyDirs="true" quiet="true" dir="${dist-dir}"/> + <mkdir dir="${dist-dir}"/> + <jar destfile="${dist-dir}/autocomplete.jar"> +@@ -92,9 +92,14 @@ + <packageset dir="${source-dir}" defaultexcludes="yes"> + <include name="org/**"/> + </packageset> +- <link href="http://javadoc.fifesoft.com/rsyntaxtextarea/"/> ++ <link href="file:///usr/share/doc/default-jdk-doc/api" packagelistLoc="/usr/share/doc/default-jdk/api/" /> + </javadoc> + </target> ++ <target name="clean"> ++ <delete dir="${class-dir}" /> ++ <delete dir="${dist-dir}" /> ++ <delete dir="${doc-dir}" /> ++ </target> + + + </project> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..f188c3e --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Modified-build.xml-for-debian-specific-settings.patch -- 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

