[autocomplete] 02/13: - added patch directory (from patch-queue/master)

Benjamin Mesing ben at alioth.debian.org
Mon Oct 21 19:10:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

ben pushed a commit to branch master
in repository autocomplete.

commit 913d3afaa9643493fc2f0876f673daca44df3585
Author: Benjamin Mesing <bensmail at gmx.net>
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 <bensmail at gmx.net>
+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



More information about the pkg-java-commits mailing list