Emmanuel Bourg pushed to branch master at Debian Java Maintainers / carrotsearch-randomizedtesting
Commits: 87a34feb by Emmanuel Bourg at 2019-09-19T22:19:07Z Restored the junit4-ant module - - - - - 1e68403a by Emmanuel Bourg at 2019-09-19T22:19:29Z Standards-Version updated to 4.4.0 - - - - - 4e62cfee by Emmanuel Bourg at 2019-09-19T22:19:37Z Switch to debhelper level 11 - - - - - be5b3879 by Emmanuel Bourg at 2019-09-19T22:19:44Z Use salsa.debian.org Vcs-* URLs - - - - - 25675a6b by Emmanuel Bourg at 2019-09-19T22:21:04Z Wrap and sort - - - - - 60b6e5c5 by Emmanuel Bourg at 2019-09-19T22:22:28Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/libcarrotsearch-randomizedtesting-java.poms - debian/maven.ignoreRules - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +carrotsearch-randomizedtesting (2.1.17-3) unstable; urgency=medium + + * Team upload. + * Restored the junit4-ant module + * Standards-Version updated to 4.4.0 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Fri, 20 Sep 2019 00:22:05 +0200 + carrotsearch-randomizedtesting (2.1.17-2) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -3,12 +3,10 @@ Section: java Priority: optional Maintainer: Debian Java maintainers <[email protected]> Build-Depends: - debhelper (>= 9), - default-jdk, - maven-debian-helper (>= 2.0) -Build-Depends-Indep: ant, ant-optional, + debhelper (>= 11), + default-jdk, junit4, libasm-java (>= 5.0), libdom4j-java, @@ -19,10 +17,11 @@ Build-Depends-Indep: libmaven-dependency-plugin-java, libmaven-invoker-plugin-java, libmaven-plugin-tools-java (>= 3.2), - maven -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/carrotsearch-randomizedtesting.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/carrotsearch-randomizedtesting.git + libsimple-xml-java (>> 2.7.1), + maven-debian-helper (>= 2.0) +Standards-Version: 4.4.0 +Vcs-Git: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting.git +Vcs-Browser: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting Homepage: http://labs.carrotsearch.com/randomizedtesting.html Package: libcarrotsearch-randomizedtesting-java ===================================== debian/libcarrotsearch-randomizedtesting-java.poms ===================================== @@ -27,7 +27,7 @@ # pom.xml --no-parent --has-package-version randomized-runner/pom.xml --has-package-version -junit4-ant/pom.xml --ignore +junit4-ant/pom.xml --has-package-version junit4-maven-plugin/pom.xml --ignore junit4-maven-plugin-tests/pom.xml --ignore examples/maven/pom.xml --ignore ===================================== debian/maven.ignoreRules ===================================== @@ -6,4 +6,3 @@ com.carrotsearch.randomizedtesting junit4-maven-plugin * * * * com.pyx4me proguard-maven-plugin * * * * net.sf.proguard proguard * * * * org.easytesting fest-assert-core * * * * -org.simpleframework simple-xml * * * * ===================================== debian/rules ===================================== @@ -1,7 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven - -get-orig-source: - uscan --download-current-version --force-download --rename --repack --compression xz + dh $@ View it on GitLab: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting/compare/78a2636cc4036f8d72debc15805e0c143e4f21cc...60b6e5c5f9075f45070b5a05d7a49b088d4999fe -- View it on GitLab: https://salsa.debian.org/java-team/carrotsearch-randomizedtesting/compare/78a2636cc4036f8d72debc15805e0c143e4f21cc...60b6e5c5f9075f45070b5a05d7a49b088d4999fe 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

