Tony Mancill pushed to branch master at Debian Java Maintainers / darcula
Commits: 6ded1a48 by tony mancill at 2023-11-09T19:54:06-08:00 Update debian/watch to use api.github.com - - - - - b4b4cad2 by tony mancill at 2023-11-09T19:54:38-08:00 Use debhelper-compat 13 - - - - - ecac45c0 by tony mancill at 2023-11-09T19:55:39-08:00 Collapse Build-Depends-Indep into Build-Depends - - - - - 7a50c41f by tony mancill at 2023-11-09T19:56:58-08:00 Bump Standards-Version to 4.6.2 - - - - - 4319dc44 by tony mancill at 2023-11-09T19:58:06-08:00 Freshen years in debian/copyright - - - - - b604031a by tony mancill at 2023-11-09T20:17:44-08:00 Replace B-D on junit with junit4 - - - - - a81a2a51 by tony mancill at 2023-11-09T20:17:44-08:00 Prepare changelog for upload - - - - - 207d274e by tony mancill at 2023-11-09T20:21:26-08:00 Mark patch forwarding status as non-needed - - - - - 6 changed files: - debian/changelog - debian/control - debian/copyright - + debian/maven.rules - debian/patches/02_add_pom.patch - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +darcula (2018.2-3) unstable; urgency=medium + + * Team upload. + * Update debian/watch to use api.github.com + * Use debhelper-compat 13 + * Collapse Build-Depends-Indep into Build-Depends + * Bump Standards-Version to 4.6.2 + * Freshen years in debian/copyright + * Update B-D on junit for junit4 and map junit4 in debian/maven/rules + The package now runs junit tests. + + -- tony mancill <[email protected]> Thu, 09 Nov 2023 19:58:16 -0800 + darcula (2018.2-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -4,16 +4,15 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Felix Natter <[email protected]> Build-Depends: - gradle, - debhelper-compat (= 12), - maven-repo-helper, + debhelper-compat (= 13), default-jdk, - junit, - libjetbrains-annotations-java -Build-Depends-Indep: + gradle, gradle-debian-helper, - libiconloader-java -Standards-Version: 4.4.1 + junit4, + libiconloader-java, + libjetbrains-annotations-java, + maven-repo-helper, +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/darcula.git Vcs-Browser: https://salsa.debian.org/java-team/darcula Homepage: https://github.com/fnatter/darcula-dev ===================================== debian/copyright ===================================== @@ -13,11 +13,10 @@ Copyright: 2000-2016 JetBrains s.r.o. License: Apache-2.0 Files: debian/* -Copyright: 2019 Felix Natter <[email protected]> +Copyright: 2019-2023 Felix Natter <[email protected]> + 2023 tony mancill <[email protected]> License: Apache-2.0 License: Apache-2.0 On Debian systems the full text of the Apache-2.0 license can be found in /usr/share/common-licenses/Apache-2.0. - - ===================================== debian/maven.rules ===================================== @@ -0,0 +1 @@ +junit junit jar s/4\..*/4.x/ ===================================== debian/patches/02_add_pom.patch ===================================== @@ -1,6 +1,6 @@ Description: Add pom.xml (taken from maven.org) Author: Felix Natter <[email protected]> -Forwarded: no +Forwarded: not-needed Last-Update: 2019-10-09 --- /dev/null ===================================== debian/watch ===================================== @@ -1,3 +1,5 @@ version=4 -opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/darcula-$1\.tar\.gz/ \ - https://github.com/ice1k/darcula/releases .*/?(\d{4}\.\d)\.tar\.gz +opts="searchmode=plain,\ +filenamemangle=s%.*/v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%" \ +https://api.github.com/repos/ice1k/darcula/releases?per_page=50 \ +https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@ View it on GitLab: https://salsa.debian.org/java-team/darcula/-/compare/70d90f9d8133e54b64b7c3932cd853e1dfa17aee...207d274e87e53a7db57d9d1c5b2ef3411f6f5354 -- View it on GitLab: https://salsa.debian.org/java-team/darcula/-/compare/70d90f9d8133e54b64b7c3932cd853e1dfa17aee...207d274e87e53a7db57d9d1c5b2ef3411f6f5354 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

