Markus Koschany pushed to branch master at Debian Java Maintainers / intellij-annotations
Commits: 13fd7e7c by Markus Koschany at 2023-02-27T23:07:41+01:00 Fix debian/watch file. - - - - - 18446ff2 by Markus Koschany at 2023-02-27T23:07:55+01:00 Declare compliance with Debian Policy 4.6.2. - - - - - 8097bedc by Markus Koschany at 2023-02-27T23:08:21+01:00 Update copyright year - - - - - 9e5faeca by Markus Koschany at 2023-02-27T23:08:53+01:00 Update changelog - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +intellij-annotations (23.0.0-2) unstable; urgency=medium + + * Fix debian/watch file. + * Declare compliance with Debian Policy 4.6.2. + + -- Markus Koschany <[email protected]> Mon, 27 Feb 2023 23:08:40 +0100 + intellij-annotations (23.0.0-1) unstable; urgency=medium * New upstream version 23.0.0. ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: maven-repo-helper, default-jdk, default-jdk-doc -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/intellij-annotations.git Vcs-Browser: https://salsa.debian.org/java-team/intellij-annotations Homepage: https://github.com/JetBrains/java-annotations/ ===================================== debian/copyright ===================================== @@ -11,7 +11,7 @@ License: Apache-2.0 Files: debian/* Copyright: - 2016-2021, Markus Koschany <[email protected]> + 2016-2023, Markus Koschany <[email protected]> 2018, Saif Abdul Cassim <[email protected]> 2018, Andrej Shadura <[email protected]> License: Apache-2.0 ===================================== debian/watch ===================================== @@ -1,4 +1,3 @@ -version=3 -opts="filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/intellij-annotations-$1\.tar\.gz/,uversionmangle=s/-(alpha|beta)-/~$1/" \ -https://github.com/JetBrains/java-annotations/releases \ - .*/v?(\d\S*)\.tar\.gz +version=4 +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/,uversionmangle=s/-beta/~beta/;s/-rc/~rc/ \ +https://github.com/JetBrains/java-annotations/tags .*/@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/java-team/intellij-annotations/-/compare/c41552069359ff1a80903f66954ce9ea480e5133...9e5faeca430a85d481355c3b3d5ed30ffc3bdca9 -- View it on GitLab: https://salsa.debian.org/java-team/intellij-annotations/-/compare/c41552069359ff1a80903f66954ce9ea480e5133...9e5faeca430a85d481355c3b3d5ed30ffc3bdca9 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

