This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ant.
commit 0c15a94f3fc322448abe32734dc72003a0acbd67 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 30 00:45:04 2017 +0200 Removed the Breaks/Replaces/Conflicts with the long gone libant1.6-java --- debian/changelog | 1 + debian/control | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 56738d5..213d488 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ant (1.9.9-4) UNRELEASED; urgency=medium * Team upload. * Adjust the source/target level automatically for Debian builds with Java 9 + * Removed the Breaks/Replaces/Conflicts with the long gone libant1.6-java * Standards-Version updated to 4.0.0 -- Emmanuel Bourg <[email protected]> Fri, 30 Jun 2017 00:34:56 +0200 diff --git a/debian/control b/debian/control index 4f3e2a6..bd87c7f 100644 --- a/debian/control +++ b/debian/control @@ -37,9 +37,6 @@ Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless ${misc:Depends} Recommends: ant-optional Suggests: ant-doc, ant-gcj, default-jdk | java-compiler | java-sdk -Conflicts: libant1.6-java -Replaces: ant-doc (<= 1.6.5-1), libant1.6-java -Breaks: ant-doc (<= 1.6.5-1) Description: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent @@ -89,8 +86,6 @@ Suggests: ant-optional-gcj, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java -Conflicts: libant1.6-java -Replaces: libant1.6-java Description: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent -- 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

