[Git][java-team/darcula][master] 8 commits: Update debian/watch to use api.github.com
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Fri Nov 10 04:27:32 GMT 2023
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 <tmancill at debian.org> 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 <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter at gmx.net>
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 <fnatter at gmx.net>
+Copyright: 2019-2023 Felix Natter <fnatter at gmx.net>
+ 2023 tony mancill <tmancill at debian.org>
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 <fnatter at gmx.net>
-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 at -$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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20231110/3cf5e8c7/attachment.htm>
More information about the pkg-java-commits
mailing list