Andreas Tille pushed to branch master at Debian Java Maintainers / gettext-ant-tasks
Commits: af52e7f5 by Andreas Tille at 2025-01-25T23:06:26+01:00 Point Homepage to Github - - - - - d1fd13c5 by Andreas Tille at 2025-01-26T11:16:29+01:00 * Point watch file to Github * d/copyright: Fix souce location - - - - - 58f47fd0 by Andreas Tille at 2025-01-26T11:16:38+01:00 Standards-Version: 4.7.0 (routine-update) - - - - - 33107458 by Andreas Tille at 2025-01-26T11:16:38+01:00 debhelper-compat 13 (routine-update) - - - - - 26df9936 by Andreas Tille at 2025-01-26T11:27:55+01:00 Reorder sequence of d/control fields by cme (routine-update) - - - - - 05716edc by Andreas Tille at 2025-01-26T11:27:55+01:00 Secure URI in copyright format (routine-update) - - - - - a856a4d8 by Andreas Tille at 2025-01-26T11:28:37+01:00 Do not parse d/changelog (routine-update) - - - - - a3899bc0 by Andreas Tille at 2025-01-26T10:28:37+00:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - 882bfbf3 by Andreas Tille at 2025-01-26T10:28:37+00:00 Add missing build dependency on javahelper for addon javahelper. Changes-By: lintian-brush Fixes: lintian: missing-build-dependency-for-dh-addon See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html - - - - - 3d7a6ce5 by Andreas Tille at 2025-01-26T10:28:38+00:00 Make "Files: *" paragraph the first in the copyright file. Changes-By: lintian-brush Fixes: lintian: global-files-wildcard-not-first-paragraph-in-dep5-copyright See-also: https://lintian.debian.org/tags/global-files-wildcard-not-first-paragraph-in-dep5-copyright.html - - - - - 37cfa4f8 by Andreas Tille at 2025-01-26T11:29:08+01:00 Fix changelog - - - - - 517f844d by Andreas Tille at 2025-01-26T11:36:02+01:00 R-add ant to Build-Depends - - - - - 67fc45ce by Andreas Tille at 2025-01-26T12:11:57+01:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,19 @@ +gettext-ant-tasks (0.9.7+svn206-2) unstable; urgency=medium + + * Team upload. + * Point Homepage to Github + * Point watch file to Github + * d/copyright: Fix source location + * Standards-Version: 4.7.0 (routine-update) + * debhelper-compat 13 (routine-update) + * Reorder sequence of d/control fields by cme (routine-update) + * Secure URI in copyright format (routine-update) + * Trim trailing whitespace. + * Add missing build dependency on javahelper for addon javahelper. + * Make "Files: *" paragraph the first in the copyright file. + + -- Andreas Tille <[email protected]> Sun, 26 Jan 2025 11:36:21 +0100 + gettext-ant-tasks (0.9.7+svn206-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -1,19 +1,21 @@ Source: gettext-ant-tasks -Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), ant, javahelper (>= 0.20), default-jdk -Standards-Version: 3.9.4 -Vcs-Git: git://anonscm.debian.org/pkg-java/gettext-ant-tasks.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/gettext-ant-tasks.git -Homepage: http://code.google.com/p/gettext-commons/ +Section: java +Priority: optional +Build-Depends: debhelper-compat (= 13), + default-jdk, + javahelper, + ant +Standards-Version: 4.7.0 +Vcs-Browser: https://salsa.debian.org/java-team/gettext-ant-tasks +Vcs-Git: https://salsa.debian.org/java-team/gettext-ant-tasks.git +Homepage: https://github.com/jgettext/gettext-commons Package: libgettext-ant-tasks-java Architecture: all -Depends: - ${misc:Depends}, - ${java:Depends} +Depends: ${misc:Depends}, + ${java:Depends} Recommends: ant Description: Java classes for internationalization (i18n) - Ant tasks Lightweight library combining the power of the unix-style gettext tools ===================================== debian/copyright ===================================== @@ -1,5 +1,9 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: http://code.google.com/p/gettext-commons +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/jgettext/gettext-commons + +Files: * +Copyright: 2006, Felix Berger +License: Apache-2.0 Files: src/test/resources/org/xnap/commons/ant/gettext/de.po Copyright: 2005, Steffen Pingel <[email protected]> @@ -9,10 +13,6 @@ Files: src/test/resources/org/xnap/commons/ant/gettext/fr.po Copyright: 2005, Canonical Ltd, and Rosetta Contributors License: Apache-2.0 -Files: * -Copyright: 2006, Felix Berger -License: Apache-2.0 - Files: debian/* Copyright: 2010, David Paleino <[email protected]> License: Apache-2.0 ===================================== debian/rules ===================================== @@ -27,4 +27,3 @@ get-orig-source: svn export -r $(SVNREV) http://gettext-commons.googlecode.com/svn/gettext-ant-tasks/trunk gettext-ant-tasks tar Jcf gettext-ant-tasks_$(FULLVER).orig.tar.xz --exclude .settings --exclude .classpath --exclude .project gettext-ant-tasks/ rm -rf gettext-ant-tasks/ - ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=3 -opts=uversionmangle=s/-sources$//,downloadurlmangle=s%^(http:)//code\.google\.com(//gettext-commons\.googlecode\.com/)%$1$2% \ -http://code.google.com/p/gettext-commons/downloads/list \ -.*/gettext-ant-tasks(?:-|\.|_|_v)(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz|jar) +version=4 + +opts="uversionmangle=s/_/./g,filenamemangle=s%(?:.*?)?v?(\d[\d_]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ + https://github.com/jgettext/gettext-commons/tags (?:.*?/)?gettext-commons-(\d[\d_]*)\.tar\.gz + View it on GitLab: https://salsa.debian.org/java-team/gettext-ant-tasks/-/compare/dc9734bf96145d3f3acc242f7a72144d213fc99b...67fc45ce7935aa12e734f0602eebaef461666fb8 -- View it on GitLab: https://salsa.debian.org/java-team/gettext-ant-tasks/-/compare/dc9734bf96145d3f3acc242f7a72144d213fc99b...67fc45ce7935aa12e734f0602eebaef461666fb8 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

