Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ant-contrib
Commits: fe0d18fe by Emmanuel Bourg at 2020-08-06T11:21:17+02:00 Disabled the broken verifydesign tests (Closes: #954684) - - - - - 4e587b76 by Emmanuel Bourg at 2020-08-06T11:21:50+02:00 Standards-Version updated to 4.5.0 - - - - - f3e12cd1 by Emmanuel Bourg at 2020-08-06T11:21:54+02:00 Switch to debhelper level 13 - - - - - 84b1e8ea by Emmanuel Bourg at 2020-08-06T11:22:41+02:00 Wrap and sort - - - - - f12f9399 by Emmanuel Bourg at 2020-08-06T11:22:53+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/0006-disable-verifydesign-tests.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ant-contrib (1.0~b3+svn177-12) unstable; urgency=medium + + * Team upload. + * Disabled the broken verifydesign tests (Closes: #954684) + * Standards-Version updated to 4.5.0 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Thu, 06 Aug 2020 11:22:46 +0200 + ant-contrib (1.0~b3+svn177-11) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -3,15 +3,18 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: James Page <[email protected]> -Build-Depends: ant, debhelper-compat (= 12), default-jdk -Build-Depends-Indep: ant-optional, - ivy (>= 2), - junit, - libbcel-java, - libcommons-httpclient-java, - libxerces2-java, - maven-repo-helper -Standards-Version: 4.4.1 +Build-Depends: + ant, + ant-optional, + debhelper-compat (= 13), + default-jdk, + ivy (>= 2), + junit, + libbcel-java, + libcommons-httpclient-java, + libxerces2-java, + maven-repo-helper +Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/java-team/ant-contrib.git Vcs-Browser: https://salsa.debian.org/java-team/ant-contrib Homepage: http://ant-contrib.sourceforge.net @@ -21,7 +24,7 @@ Package: ant-contrib Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ant -Suggests: libcommons-httpclient-java, libbcel-java, ivy +Suggests: ivy, libbcel-java, libcommons-httpclient-java Enhances: ant Description: collection of tasks, types and other tools for Apache Ant Extends ant and provides the following tasks: ===================================== debian/patches/0006-disable-verifydesign-tests.patch ===================================== @@ -0,0 +1,24 @@ +Description: Disables the broken verifydesign tests (already disabled in the Maven POM) +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/build.xml ++++ b/build.xml +@@ -157,8 +157,8 @@ + </target> + + <target name="clean"> +- <mkdir dir="${target.dir}" /> +- <mkdir dir="${dist.dir}" /> ++ <mkdir dir="${target.dir}" /> ++ <mkdir dir="${dist.dir}" /> + <delete includeemptydirs="true"> + <fileset dir="${target.dir}" includes="**/*" /> + <fileset dir="${dist.dir}" includes="**/*" /> +@@ -286,6 +286,7 @@ + <fileset dir="${target.test-classes.dir}" excludes="${skip-tests}"> + <exclude name="**/antclipse/**" unless="eclipse.present"/> + <exclude name="walls/**"/> ++ <exclude name="**/design/**"/> + </fileset> + </batchtest> + <sysproperty key="antcontrib.jar" file="${target.dir}/${jar.name}"/> ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ 0003-ivy-compatibility.patch 0004-optional-maven-dependencies.patch 0005-outofdate-test.patch +0006-disable-verifydesign-tests.patch View it on GitLab: https://salsa.debian.org/java-team/ant-contrib/-/compare/cf8780fabedc3914a20ebd5b4b99ade240b364c6...f12f93999494201286e9e6c20ce6a9ad70bf5ec1 -- View it on GitLab: https://salsa.debian.org/java-team/ant-contrib/-/compare/cf8780fabedc3914a20ebd5b4b99ade240b364c6...f12f93999494201286e9e6c20ce6a9ad70bf5ec1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

