Andrius Merkys pushed to branch master at Debian Java Maintainers / commons-text
Commits: 810b45fd by Andrius Merkys at 2021-10-24T02:30:19-04:00 Adjusting debian/watch to watch tags instead of releases. - - - - - fe44e8ac by Andrius Merkys at 2021-10-24T02:31:13-04:00 Bumping debhelper-compat (no changes). - - - - - 864b720b by Andrius Merkys at 2021-10-24T02:32:22-04:00 Updating copyright years. - - - - - b549f797 by Andrius Merkys at 2021-10-24T02:32:40-04:00 Update changelog for 1.9-2 release - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +commons-text (1.9-2) unstable; urgency=medium + + * Adjusting debian/watch to watch tags instead of releases. + * Bumping debhelper-compat (no changes). + * Updating copyright years. + + -- Andrius Merkys <[email protected]> Sun, 24 Oct 2021 02:32:32 -0400 + commons-text (1.9-1) unstable; urgency=medium * New upstream version 1.9 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Andrius Merkys <[email protected]>, Build-Depends: - debhelper (>= 12), + debhelper-compat (= 13), default-jdk, maven-debian-helper, Build-Depends-Indep: ===================================== debian/copyright ===================================== @@ -7,7 +7,7 @@ Copyright: 2014-2020, The Apache Software Foundation License: Apache-2.0 Files: debian/* -Copyright: 2019-2020, Andrius Merkys <[email protected]> +Copyright: 2019-2021, Andrius Merkys <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 opts=uversionmangle=s/-RC/~rc/ \ -https://github.com/apache/commons-text/releases .*/(?:.*?)([\d\.]+(?:-RC\d+)?)\.tar\.gz +https://github.com/apache/commons-text/tags .*/(?:.*?)([\d\.]+(?:-RC\d+)?)\.tar\.gz View it on GitLab: https://salsa.debian.org/java-team/commons-text/-/compare/1cd5a83a88ed0fcbbd1794dff9ea15c95ac816bc...b549f7977dea983d11b17bf0eac599f5f5d1daec -- View it on GitLab: https://salsa.debian.org/java-team/commons-text/-/compare/1cd5a83a88ed0fcbbd1794dff9ea15c95ac816bc...b549f7977dea983d11b17bf0eac599f5f5d1daec 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

