This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository bytecode.
commit 05b00dae5598051a4a697272528afbe8bf40d5d3 Author: Olivier Sallou <[email protected]> Date: Tue Jun 21 10:15:35 2016 +0200 update patches --- debian/patches/buildxml.patch | 4 ++-- debian/patches/set_default_java_target | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/patches/buildxml.patch b/debian/patches/buildxml.patch index 9822e52..2337eda 100644 --- a/debian/patches/buildxml.patch +++ b/debian/patches/buildxml.patch @@ -3,8 +3,8 @@ Last-Updated: 2007-09-04 Forwarded: no Subject: fix build.xml for Debian build Description: adapt build file for Debian ---- build.xml 2003-07-07 17:55:08.000000000 +0200 -+++ build.xml 2007-09-04 15:19:31.000000000 +0200 +--- /build.xml 2003-07-07 17:55:08.000000000 +0200 ++++ /build.xml 2007-09-04 15:19:31.000000000 +0200 @@ -37,7 +37,7 @@ <target name="init"> <tstamp /> diff --git a/debian/patches/set_default_java_target b/debian/patches/set_default_java_target index 12bcd0a..fd8de81 100644 --- a/debian/patches/set_default_java_target +++ b/debian/patches/set_default_java_target @@ -5,6 +5,15 @@ Last-Updated: 2016-06-20 Forwarded: no --- a/build.xml +++ b/build.xml +@@ -32,7 +32,7 @@ + + --> + +-<project default="package" basedir="."> ++<project default="dist" basedir="."> + + <target name="init"> + <tstamp /> @@ -166,6 +166,7 @@ deprecation="false" depend="no" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bytecode.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

