This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ant.
commit 9c7be687a54c7796b90e9c28b602b6c36ab721f9 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 6 01:27:33 2017 +0100 Refreshed the patches --- debian/changelog | 4 +++- debian/patches/0002-do-not-build-test-jars.patch | 2 +- debian/patches/0006-fix-ANT_HOME-path.patch | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a8b871c..36c5c66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -ant (1.9.7-4) UNRELEASED; urgency=medium +ant (1.9.8-1) UNRELEASED; urgency=medium + * New upstream release + - Refreshed the patches * Reproducibility improvements: - The PropertyFile task now honors the SOURCE_DATE_EPOCH variable for the date in the header of the .properties file generated diff --git a/debian/patches/0002-do-not-build-test-jars.patch b/debian/patches/0002-do-not-build-test-jars.patch index a925967..718bf47 100644 --- a/debian/patches/0002-do-not-build-test-jars.patch +++ b/debian/patches/0002-do-not-build-test-jars.patch @@ -8,7 +8,7 @@ Subject: [PATCH] do not build test jars --- a/build.xml +++ b/build.xml -@@ -889,7 +889,7 @@ +@@ -887,7 +887,7 @@ =================================================================== --> <target name="dist-lite" diff --git a/debian/patches/0006-fix-ANT_HOME-path.patch b/debian/patches/0006-fix-ANT_HOME-path.patch index add109d..bbe68e0 100644 --- a/debian/patches/0006-fix-ANT_HOME-path.patch +++ b/debian/patches/0006-fix-ANT_HOME-path.patch @@ -8,7 +8,7 @@ Subject: [PATCH] fix $ANT_HOME path --- a/src/script/ant +++ b/src/script/ant -@@ -97,25 +97,9 @@ +@@ -153,25 +153,9 @@ esac if [ -z "$ANT_HOME" -o ! -d "$ANT_HOME" ] ; then -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

