Author: ebourg-guest Date: 2015-10-27 20:18:47 +0000 (Tue, 27 Oct 2015) New Revision: 18864
Modified: trunk/asm3/debian/ant.properties trunk/asm3/debian/changelog trunk/asm3/debian/control Log: Removed the unused build dependency on libow-util-ant-tasks-java Modified: trunk/asm3/debian/ant.properties =================================================================== --- trunk/asm3/debian/ant.properties 2015-10-22 22:59:47 UTC (rev 18863) +++ trunk/asm3/debian/ant.properties 2015-10-27 20:18:47 UTC (rev 18864) @@ -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 Modified: trunk/asm3/debian/changelog =================================================================== --- trunk/asm3/debian/changelog 2015-10-22 22:59:47 UTC (rev 18863) +++ trunk/asm3/debian/changelog 2015-10-27 20:18:47 UTC (rev 18864) @@ -1,3 +1,10 @@ +asm3 (3.3.2-3) UNRELEASED; urgency=medium + + * Team upload. + * Removed the unused build dependency on libow-util-ant-tasks-java + + -- Emmanuel Bourg <[email protected]> Tue, 27 Oct 2015 21:16:17 +0100 + asm3 (3.3.2-2) unstable; urgency=low * Team upload. Modified: trunk/asm3/debian/control =================================================================== --- trunk/asm3/debian/control 2015-10-22 22:59:47 UTC (rev 18863) +++ trunk/asm3/debian/control 2015-10-27 20:18:47 UTC (rev 18864) @@ -5,7 +5,7 @@ Uploaders: Ludovic Claude <[email protected]>, Niels Thykier <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk -Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), libow-util-ant-tasks-java (>= 1.3-2), javahelper +Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), javahelper Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

