[Git][java-team/uncommons-maths][master] 6 commits: Add myself to uploaders (Closes: #1144369)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sat Aug 15 06:05:09 BST 2026
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 <tmancill at debian.org> 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 <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: tony mancill <tmancill at debian.org>
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 <seamlikok at gmail.com>
+ 2018-2026, Emmanuel Bourg <ebourg at apache.org>
+ 2026, tony mancill <tmancill at debian.org>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260815/30c8468e/attachment.htm>
More information about the pkg-java-commits
mailing list