This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ant.
commit e611865d475a77df67258ab66edd4701491d881d Author: Emmanuel Bourg <[email protected]> Date: Wed Mar 28 01:27:46 2018 +0200 Build the new optional ant-xz module --- debian/ant-optional.poms | 1 + debian/changelog | 3 ++- debian/control | 4 +++- debian/rules | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/ant-optional.poms b/debian/ant-optional.poms index 421989b..d40414d 100644 --- a/debian/ant-optional.poms +++ b/debian/ant-optional.poms @@ -16,3 +16,4 @@ src/etc/poms/ant-junit/pom.xml src/etc/poms/ant-junit4/pom.xml src/etc/poms/ant-swing/pom.xml src/etc/poms/ant-testutil/pom.xml +src/etc/poms/ant-xz/pom.xml diff --git a/debian/changelog b/debian/changelog index 6738615..0e83e34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -ant (1.10.0-1) UNRELEASED; urgency=medium +ant (1.10.1-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Changed the source/target level to 1.8 when building Ant + - Build the new optional ant-xz module * Adjust the source/target level to 1.7 in anticipation of the 1.6 removal in Java 11 * Added activation.jar to the build classpath to fix the empty ant-javamail diff --git a/debian/control b/debian/control index 34a747c..3c3ff61 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: antlr, libregexp-java, libxalan2-java (>= 2.4.0), libxml-commons-resolver1.1-java (>= 1.2-7~), + libxz-java, maven-repo-helper (>> 1.0) Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/ant.git @@ -68,7 +69,8 @@ Suggests: antlr, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), - libxml-commons-resolver1.1-java + libxml-commons-resolver1.1-java, + libxz-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 diff --git a/debian/rules b/debian/rules index 8a1cc16..fb96c8e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch +DEPENDENCIES := antlr bcel bsf commons-logging javax.activation javax.mail jdepend junit junit4 hamcrest-core log4j-1.2 oro regexp xalan2 serializer xml-resolver-1.2 commons-net jsch xz %: dh $@ --with maven-repo-helper @@ -31,7 +31,7 @@ override_mh_install: mh_installpoms -pant-optional for MODULE in antlr apache-bcel apache-bsf apache-log4j apache-oro apache-regexp apache-resolver apache-xalan2 \ - commons-logging commons-net javamail jdepend jmf jsch junit junit4 swing testutil; do \ + commons-logging commons-net javamail jdepend jmf jsch junit junit4 swing testutil xz; do \ mh_installjar -pant-optional -l src/etc/poms/ant-$$MODULE/pom.xml build/lib/ant-$$MODULE.jar /usr/share/ant/lib/ant-$$MODULE.jar; \ done -- 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

