This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository polyglot-maven.
commit e4de121cdc8fcc9101af63bc868355eea28cc00e Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 30 10:33:00 2015 +0100 Removed the unused build dependency on libasm3-java (Closes: #800865) --- debian/build.xml | 1 - debian/changelog | 7 +++++++ debian/control | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 6907925..fa93c0d 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -45,7 +45,6 @@ <path id="groovyc.classpath"> <fileset dir="/usr/share/java" includes="commons-cli.jar"/> <fileset dir="/usr/share/java" includes="groovy-all.jar"/> - <fileset dir="/usr/share/java" includes="asm3-all.jar"/> </path> <!--path id="clojurec.classpath"> diff --git a/debian/changelog b/debian/changelog index cf42023..d494ddf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +polyglot-maven (0.8~tobrien+git20120905-3) UNRELEASED; urgency=medium + + * Team upload. + * Removed the unused build dependency on libasm3-java (Closes: #800865) + + -- Emmanuel Bourg <[email protected]> Tue, 27 Oct 2015 21:58:45 +0100 + polyglot-maven (0.8~tobrien+git20120905-2) unstable; urgency=low * Upload to unstable. diff --git a/debian/control b/debian/control index eb6de56..d9167e9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.5) Build-Depends-Indep: groovy, junit4, - libasm3-java, libcommons-cli-java, libcommons-logging-java, libplexus-classworlds2-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

