Andreas Tille pushed to branch master at Debian Java Maintainers / libgettext-commons-java
Commits: 2747cdc8 by Andreas Tille at 2025-02-04T17:49:12+01:00 Fix watch file - - - - - f200f0e4 by Andreas Tille at 2025-02-04T17:50:11+01:00 Build-Depends: s/default-jdk/default-jdk-headless/ - - - - - 81e7d3b6 by Andreas Tille at 2025-02-04T17:50:22+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - d60f9cbb by Andreas Tille at 2025-02-04T17:50:22+01:00 debhelper-compat 13 (routine-update) - - - - - 011ca0bf by Andreas Tille at 2025-02-04T17:52:03+01:00 Reorder sequence of d/control fields by cme (routine-update) - - - - - 3f7aad91 by Andreas Tille at 2025-02-04T17:52:03+01:00 Drop useless get-orig-source target (routine-update) - - - - - c1c82b2c by Andreas Tille at 2025-02-04T17:52:41+01:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +libgettext-commons-java (0.9.6-7) UNRELEASED; urgency=medium + + * Team upload. + * Fix watch file + * Build-Depends: s/default-jdk/default-jdk-headless/ + * Standards-Version: 4.7.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Reorder sequence of d/control fields by cme (routine-update) + * Drop useless get-orig-source target (routine-update) + * Trim trailing whitespace. + + -- Andreas Tille <[email protected]> Tue, 04 Feb 2025 17:48:56 +0100 + libgettext-commons-java (0.9.6-6) unstable; urgency=medium * Team upload. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -1,24 +1,25 @@ Source: libgettext-commons-java -Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Andreas Putzo <[email protected]>, - Giovanni Mascellani <[email protected]>, - tony mancill <[email protected]> -Build-Depends: debhelper (>=10), - default-jdk, + Giovanni Mascellani <[email protected]>, + tony mancill <[email protected]> +Section: java +Priority: optional +Build-Depends: debhelper-compat (= 13), + default-jdk-headless, junit, libmaven-assembly-plugin-java, libsurefire-java, maven-debian-helper -Standards-Version: 4.1.0 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libgettext-commons-java.git -Vcs-Git: https://anonscm.debian.org/git/pkg-java/libgettext-commons-java.git +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/java-team/libgettext-commons-java +Vcs-Git: https://salsa.debian.org/java-team/libgettext-commons-java.git Homepage: https://github.com/jgettext/gettext-commons Package: libgettext-commons-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} +Depends: ${maven:Depends}, + ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Java classes for internationalization (i18n) Lightweight library combining the power of the unix-style gettext tools ===================================== debian/rules ===================================== @@ -4,6 +4,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java %: dh $@ --buildsystem=maven - -get-orig-source: - uscan --download-current-version --force-download --rename ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ version=4 -opts="uversionmangle=s/_/\./g,repack,compression=xz" \ - https://github.com/jgettext/gettext-commons/releases .*gettext-commons-([0-9._]*).tar.gz + +opts="filenamemangle=s%(?:.*?)?v?(\d[\d._]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,uversionmangle=s/_/\./g" \ + https://github.com/jgettext/gettext-commons/tags .*gettext-commons-([0-9._]*).tar.gz View it on GitLab: https://salsa.debian.org/java-team/libgettext-commons-java/-/compare/c7e81008c4682badc4150b8802e8ec19267c8870...c1c82b2cae9616429fe76a1903d0475fa3a15241 -- View it on GitLab: https://salsa.debian.org/java-team/libgettext-commons-java/-/compare/c7e81008c4682badc4150b8802e8ec19267c8870...c1c82b2cae9616429fe76a1903d0475fa3a15241 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

