Tony Mancill pushed to branch master at Debian Java Maintainers / gant
Commits: cf9ed2cc by tony mancill at 2021-01-23T08:23:40-08:00 Update Homepage URL (Closes: #980866) - - - - - a503a635 by tony mancill at 2021-01-23T08:24:20-08:00 Set Rules-Requires-Root: no in debian/control - - - - - 3698818d by tony mancill at 2021-01-23T08:24:37-08:00 Bump Standards-Version to 4.5.1 - - - - - 013f70ce by tony mancill at 2021-01-23T08:25:09-08:00 Update Vcs URLs to point to Salsa - - - - - ce65cb90 by tony mancill at 2021-01-23T08:25:37-08:00 Use debhelper-compat 13 - - - - - 9f7d9d41 by tony mancill at 2021-01-23T08:33:31-08:00 Remove deprecated get-orig-source target - - - - - 65c6c825 by tony mancill at 2021-01-23T08:35:38-08:00 Update debian/rules to disable tests after debhelper upgrade - - - - - 894c06b8 by tony mancill at 2021-01-23T08:36:07-08:00 prepare changelog for upload to unstable - - - - - 25268d56 by tony mancill at 2021-01-23T08:38:17-08:00 prepare changelog for upload to unstable - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +gant (1.9.11-8) unstable; urgency=medium + + * Team upload. + * Update Homepage URL (Closes: #980866) + * Set Rules-Requires-Root: no in debian/control + * Bump Standards-Version to 4.5.1 + * Update Vcs URLs to point to Salsa + * Use debhelper-compat 13 + * Update debian/rules to disable tests after debhelper upgrade + * Remove deprecated get-orig-source target + + -- tony mancill <[email protected]> Sat, 23 Jan 2021 08:35:43 -0800 + gant (1.9.11-7) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 \ No newline at end of file ===================================== debian/control ===================================== @@ -5,12 +5,13 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> Build-Depends: ant, gradle-debian-helper, - debhelper (>= 10), + debhelper-compat (= 13), default-jdk-headless | default-jdk -Standards-Version: 4.1.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/gant.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gant.git -Homepage: http://gant.github.io +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/gant.git +Vcs-Browser: https://salsa.debian.org/java-team/gant +Homepage: https://github.com/Gant/Gant +Rules-Requires-Root: no Package: gant Architecture: all ===================================== debian/rules ===================================== @@ -18,5 +18,5 @@ override_dh_install: override_dh_installchangelogs: dh_installchangelogs releaseNotes.txt -get-orig-source: - uscan --force-download --rename +# disable tests; this package has never run them +override_dh_auto_test: View it on GitLab: https://salsa.debian.org/java-team/gant/-/compare/e00ded9bd18795a3b17066c94b4f54d51f75db9a...25268d56e5fe6b60dc73f501a8126db399703f94 -- View it on GitLab: https://salsa.debian.org/java-team/gant/-/compare/e00ded9bd18795a3b17066c94b4f54d51f75db9a...25268d56e5fe6b60dc73f501a8126db399703f94 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

