[Git][java-team/gossip][master] 5 commits: Fix watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 20 19:58:31 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / gossip
Commits:
cc78ab86 by Andreas Tille at 2025-01-20T20:34:35+01:00
Fix watch file
- - - - -
40350a1e by Andreas Tille at 2025-01-20T20:38:25+01:00
d/rules: Drop redundant get-orig-source target
- - - - -
b55b99f4 by Andreas Tille at 2025-01-20T20:38:48+01:00
Drop redundant d/README.source
- - - - -
c9bd95a6 by Andreas Tille at 2025-01-20T20:42:46+01:00
Add changelog entry of NMU
- - - - -
2d7d3fd9 by Andreas Tille at 2025-01-20T20:57:31+01:00
* debhelper-compat = 13
* Switch from cdbs to dh
- - - - -
6 changed files:
- − debian/README.source
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about gossip
-------------------------
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.
=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+gossip (1.8-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix watch file
+ * d/rules: Drop redundant get-orig-source target
+ * Drop redundant d/README.source
+ * debhelper-compat = 13
+ * Switch from cdbs to dh
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Jan 2025 20:34:20 +0100
+
+gossip (1.8-2.1) unstable; urgency=medium
+
+ * Non maintainer upload by the Reproducible Builds team.
+ * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org> Fri, 08 Jan 2021 13:20:06 +0100
+
gossip (1.8-2) unstable; urgency=medium
* Build depend on libmodello-maven-plugin-java (>= 1.8)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -3,9 +3,9 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs,
- debhelper (>= 9),
+Build-Depends: debhelper-compat (= 13),
default-jdk,
+ javahelper,
junit4,
libjansi-java,
libmaven-source-plugin-java,
=====================================
debian/rules
=====================================
@@ -1,10 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
JAVA_HOME := /usr/lib/jvm/default-java
DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
+%:
+ dh $@ --with javahelper
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://github.com/jdillon/gossip/releases .*/gossip-([\d\.]+).tar.gz
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/jdillon/gossip/tags (?:.*?/)?gossip-(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/gossip/-/compare/d42dfbbda63ce82624c037597a7076998aa2ca9f...2d7d3fd9709b52e301cc0d522bb09852cb5e047d
--
View it on GitLab: https://salsa.debian.org/java-team/gossip/-/compare/d42dfbbda63ce82624c037597a7076998aa2ca9f...2d7d3fd9709b52e301cc0d522bb09852cb5e047d
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/20250120/161f004b/attachment.htm>
More information about the pkg-java-commits
mailing list