This is an automated email from the git hooks/post-receive script. praveen pushed a commit to branch master in repository libjopendocument-java.
commit fd15ea03502195bd86e66c950e8105991117c343 Author: Praveen Arimbrathodiyil <[email protected]> Date: Sat Jun 14 15:14:19 2014 +0530 add clean target --- debian/patches/add-clean-target.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/add-clean-target.patch b/debian/patches/add-clean-target.patch new file mode 100644 index 0000000..043d08d --- /dev/null +++ b/debian/patches/add-clean-target.patch @@ -0,0 +1,14 @@ +Index: jOpenDocument/build.xml +=================================================================== +--- jOpenDocument.orig/build.xml ++++ jOpenDocument/build.xml +@@ -104,5 +104,9 @@ + <zipgroupfileset dir="lib" includes="*.jar" /> + </jar> + </target> ++ <target name="clean"> ++ <delete dir="build"/> ++ <delete dir="dist"/> ++ </target> + + </project> diff --git a/debian/patches/series b/debian/patches/series index 91a1fbc..00f6158 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ use-system-jars.patch +add-clean-target.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjopendocument-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

