Tony Mancill pushed to branch master at Debian Java Maintainers / hawtbuf
Commits: 69bfd48f by tony mancill at 2021-04-29T21:39:26-07:00 Update Homepage URL (Closes: #982932) - - - - - bdb81af3 by tony mancill at 2021-04-29T21:43:50-07:00 Use debhelper-compat 13 - - - - - 5f421699 by tony mancill at 2021-04-29T21:44:35-07:00 interim changelog - - - - - 0ca5cedc by tony mancill at 2021-04-29T21:44:39-07:00 Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html - - - - - cf5a2788 by tony mancill at 2021-04-29T21:44:39-07:00 Set upstream metadata fields: Bug-Database, Repository, Repository-Browse.. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - 05d28699 by tony mancill at 2021-04-29T21:44:41-07:00 Update Vcs-* headers from URL redirect. Changes-By: lintian-brush Fixes: lintian: vcs-obsolete-in-debian-infrastructure See-also: https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html - - - - - fdc22bb2 by tony mancill at 2021-04-29T21:44:41-07:00 Use canonical URL in Vcs-Git. Changes-By: lintian-brush Fixes: lintian: vcs-field-not-canonical See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html - - - - - 683d098b by tony mancill at 2021-04-29T21:44:41-07:00 Remove unnecessary get-orig-source-target. Changes-By: lintian-brush Fixes: lintian: debian-rules-contains-unnecessary-get-orig-source-target See-also: https://lintian.debian.org/tags/debian-rules-contains-unnecessary-get-orig-source-target.html - - - - - 4173235f by tony mancill at 2021-04-29T21:45:23-07:00 Bump Standards-Version to 4.5.1 - - - - - 045db678 by tony mancill at 2021-06-18T21:42:04-07:00 Set Rules-Requires-Root: no in debian/control - - - - - 3d121919 by tony mancill at 2021-06-18T21:43:19-07:00 prepare changelog for upload - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - + debian/upstream/metadata - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +hawtbuf (1.11-2) unstable; urgency=medium + + * Team upload. + * Update Homepage URL (Closes: #982932) + * Use debhelper-compat 13 + * Update watch file format version to 4. + * Set upstream metadata fields: Bug-Database, Repository, Repository-Browse. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + * Remove unnecessary get-orig-source-target. + * Bump Standards-Version to 4.5.1 + * Set Rules-Requires-Root: no in debian/control + + -- tony mancill <[email protected]> Fri, 18 Jun 2021 21:42:51 -0700 + hawtbuf (1.11-1) unstable; urgency=medium * New upstream release ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), default-jdk, junit4, libjavacc-maven-plugin-java, @@ -12,10 +12,11 @@ Build-Depends: debhelper (>= 10), libmaven-plugin-tools-java (>= 3.3), libmaven3-core-java, maven-debian-helper (>= 1.5) -Standards-Version: 4.0.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/hawtbuf.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/hawtbuf.git -Homepage: http://hawtbuf.fusesource.org +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/java-team/hawtbuf.git +Vcs-Browser: https://salsa.debian.org/java-team/hawtbuf +Homepage: https://github.com/fusesource/hawtbuf/ +Rules-Requires-Root: no Package: libhawtbuf-java Architecture: all ===================================== debian/rules ===================================== @@ -2,6 +2,3 @@ %: dh $@ - -get-orig-source: - uscan --download-current-version --force-download --no-symlink ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,4 @@ +--- +Bug-Database: http://fusesource.com/issues/browse/${forge-project-id-uc} +Repository: git://forge.fusesource.com/${forge-project-id}.git +Repository-Browse: http://fusesource.com/forge/gitweb?p=${forge-project-id}.git ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 +version=4 https://github.com/fusesource/hawtbuf/tags .*/hawtbuf-project-([\d\.]+).tar.gz View it on GitLab: https://salsa.debian.org/java-team/hawtbuf/-/compare/1292a9804631f2724f0ac81e972090938afb69e1...3d1219191115b2aa428aa99889b8154c394d12f5 -- View it on GitLab: https://salsa.debian.org/java-team/hawtbuf/-/compare/1292a9804631f2724f0ac81e972090938afb69e1...3d1219191115b2aa428aa99889b8154c394d12f5 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

