This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libasm4-java.
commit 35b42db7f8576cfbcd35d45727220e7f5a1cb4e0 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 27 21:14:34 2015 +0100 Removed the unused build dependency on libow-util-ant-tasks-java --- debian/ant.properties | 5 ----- debian/changelog | 7 +++++++ debian/control | 1 - 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index e8f3ba8..8edc408 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -1,11 +1,6 @@ # Properties that are set within asm's default build.properties product.name=asm -# Build class path (classes needed to build the project) -# Class path for the ObjectWeb utility Ant tasks (version 1.2 or higher) -# See http://forge.objectweb.org/projects/monolog -objectweb.ant.tasks.path=/usr/share/java/ow_util_ant_tasks.jar - # URL for Javadoc generation jdk.url=file:///usr/share/doc/classpath-doc/api diff --git a/debian/changelog b/debian/changelog index 9aa3d75..85de7bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libasm4-java (5.0.4-2) UNRELEASED; urgency=medium + + * Team upload. + * Removed the unused build dependency on libow-util-ant-tasks-java + + -- Emmanuel Bourg <[email protected]> Tue, 27 Oct 2015 20:54:01 +0100 + libasm4-java (5.0.4-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 17c2d20..8111eab 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends-Indep: ant (>= 1.6.5), ant-optional, antlr, javahelper, - libow-util-ant-tasks-java (>= 1.3-2), maven-repo-helper Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/libasm4-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

