[Git][java-team/jug][master] 2 commits: Make sure downloaded tarball will be flagged by +dfsg
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 1 15:37:13 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jug
Commits:
cf42f625 by Andreas Tille at 2025-02-01T16:34:37+01:00
Make sure downloaded tarball will be flagged by +dfsg
- - - - -
1fe85d69 by Andreas Tille at 2025-02-01T16:36:00+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-jug (3.1.5-2) UNRELEASED; urgency=medium
+jug (3.1.5-2) unstable; urgency=medium
* Team upload.
* Fix Homepage
@@ -6,9 +6,11 @@ jug (3.1.5-2) UNRELEASED; urgency=medium
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
- * watch file standard 4 (routine-update)
+ * d/watch
+ - file standard 4 (routine-update)
+ - Make sure downloaded tarball will be flagged by +dfsg
- -- Andreas Tille <tille at debian.org> Sat, 01 Feb 2025 16:08:37 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 01 Feb 2025 16:34:47 +0100
jug (3.1.5-1) unstable; urgency=medium
=====================================
debian/copyright
=====================================
@@ -2,6 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Java UUID Generator
Source: https://github.com/cowtowncoder/java-uuid-generator
Files-Excluded: jug-native
+ .github
+ .mvn
+ .travis.yml
Files: *
Copyright: 2002-2004, Tatu Saloranta
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts="repack,compression=xz"
-https://github.com/cowtowncoder/java-uuid-generator/tags .*/java-uuid-generator-([\d\.]+).tar.gz
+
+opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/cowtowncoder/java-uuid-generator/tags .*/java-uuid-generator-([\d\.]+).tar.gz
View it on GitLab: https://salsa.debian.org/java-team/jug/-/compare/44e8d8279160c6e904ad912c44d579ecb95f9648...1fe85d69813897ce7757aa5bcfd629a6abbaccbc
--
View it on GitLab: https://salsa.debian.org/java-team/jug/-/compare/44e8d8279160c6e904ad912c44d579ecb95f9648...1fe85d69813897ce7757aa5bcfd629a6abbaccbc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250201/c4b5679b/attachment.htm>
More information about the pkg-java-commits
mailing list