Tony Mancill pushed to branch master at Debian Java Maintainers / uncommons-maths
Commits: c628f71f by tony mancill at 2026-08-14T20:56:44-07:00 Add myself to uploaders (Closes: #1144369) - - - - - bdb0bc2d by tony mancill at 2026-08-14T20:59:26-07:00 Update debian-helper compat to 13 - - - - - e4c4c649 by tony mancill at 2026-08-14T21:02:56-07:00 Freshen years in debian/copyright - - - - - 90496a06 by tony mancill at 2026-08-14T21:03:51-07:00 Bump Standards-Version to 4.7.4 - - - - - 69ca95cb by tony mancill at 2026-08-14T21:39:04-07:00 Prevent dh sequencer from running tests - - - - - 9f053260 by tony mancill at 2026-08-14T21:55:32-07:00 Prepare changelog for upload - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +uncommons-maths (1.2.3-3) unstable; urgency=medium + + [ tony mancill ] + * Add myself to uploaders (Closes: #1144369) + * Update debian-helper compat to 13 + - Prevent dh sequencer from running tests + * Freshen years in debian/copyright + * Bump Standards-Version to 4.7.4 + + [ 殷啟聰 | Kai-Chung Yan ] + * Remove myself from Uploaders + + -- tony mancill <[email protected]> Fri, 14 Aug 2026 21:03:56 -0700 + uncommons-maths (1.2.3-2) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -2,17 +2,18 @@ Source: uncommons-maths Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: tony mancill <[email protected]> Build-Depends: - debhelper (>= 11~), + debhelper-compat (= 13), default-jdk-doc, default-jdk, gradle-debian-helper, javahelper, maven-repo-helper -Standards-Version: 4.1.5 +Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/java-team/uncommons-maths.git Vcs-Browser: https://salsa.debian.org/java-team/uncommons-maths -Homepage: http://maths.uncommons.org +Homepage: https://maths.uncommons.org Package: libuncommons-maths-java Architecture: all ===================================== debian/copyright ===================================== @@ -9,6 +9,8 @@ License: Apache-2.0 Files: debian/* Copyright: 2016, Kai-Chung Yan <[email protected]> + 2018-2026, Emmanuel Bourg <[email protected]> + 2026, tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/rules ===================================== @@ -10,6 +10,9 @@ override_dh_auto_build: --project-prop upstreamVersion=$(DEB_VERSION_UPSTREAM) \ assemble javadoc +override_dh_auto_test: + # skip tests + override_dh_auto_clean: dh_auto_clean $(RM) -r debian/.gradle View it on GitLab: https://salsa.debian.org/java-team/uncommons-maths/-/compare/696229bac8f8be82679559f9d69e2eabe405c8da...9f053260339865bbdc373ffaffdf73ed8f90b20b -- View it on GitLab: https://salsa.debian.org/java-team/uncommons-maths/-/compare/696229bac8f8be82679559f9d69e2eabe405c8da...9f053260339865bbdc373ffaffdf73ed8f90b20b You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

