Emmanuel Bourg pushed to branch master at Debian Java Maintainers / testng
Commits: 3db6c87b by Emmanuel Bourg at 2018-07-30T15:29:40Z Standards-Version updated to 4.1.5 - - - - - bbd3d969 by Emmanuel Bourg at 2018-07-30T15:29:46Z Switch to debhelper level 11 - - - - - f236ec01 by Emmanuel Bourg at 2018-07-30T15:52:50Z Use salsa.debian.org Vcs-* URLs - - - - - 09c15843 by Emmanuel Bourg at 2018-07-30T15:52:55Z Use the non relocated jcommander artifact to help Gradle (Closes: #895886) - - - - - dcbf375d by Emmanuel Bourg at 2018-07-30T15:53:10Z Wrap and sort - - - - - 12bae075 by Emmanuel Bourg at 2018-07-30T15:54:09Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/maven.rules - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +testng (6.9.12-3) unstable; urgency=medium + + * Team upload. + * Use the non relocated jcommander artifact to help Gradle (Closes: #895886) + * Standards-Version updated to 4.1.5 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Mon, 30 Jul 2018 17:53:55 +0200 + testng (6.9.12-2) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,25 +3,26 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Eugene Zhukov <[email protected]> -Build-Depends: debhelper (>= 10), - default-jdk, - maven-debian-helper, +Build-Depends: ant, - libmaven-bundle-plugin-java, - libbsh-java, + debhelper (>= 11~), + default-jdk, junit4, + libbsh-java, + libbuild-helper-maven-plugin-java, libguice-java, libjcommander-java, + libmaven-bundle-plugin-java, libyaml-snake-java, - libbuild-helper-maven-plugin-java -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/testng -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/testng + maven-debian-helper +Standards-Version: 4.1.5 +Vcs-Git: https://salsa.debian.org/java-team/testng.git +Vcs-Browser: https://salsa.debian.org/java-team/testng Homepage: http://testng.org Package: testng Architecture: all -Depends: ${misc:Depends}, ${maven:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: testing framework for Java TestNG is a testing framework inspired from JUnit and NUnit but introducing ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -13,4 +13,3 @@ License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache-2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0' - ===================================== debian/maven.rules ===================================== --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,6 +1,5 @@ com.google.inject guice jar s/.*/debian/ s/no_aop// * -com.beust jcommander jar s/1\..*/1.x/ * * junit junit jar s/4\..*/4.x/ * * org.yaml snakeyaml bundle s/1\..*/1.x/ * * org.yaml snakeyaml s/jar/bundle/ s/1\..*/1.x/ * * ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,3 @@ %: dh $@ - -get-orig-source: - uscan --download-current-version --force-download --rename View it on GitLab: https://salsa.debian.org/java-team/testng/compare/ba6045895584e21f483f5cddfab1e06c4e69448e...12bae0755b067c0f89fd99c3d6eaf5c90d5b1b65 -- View it on GitLab: https://salsa.debian.org/java-team/testng/compare/ba6045895584e21f483f5cddfab1e06c4e69448e...12bae0755b067c0f89fd99c3d6eaf5c90d5b1b65 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

