[Git][java-team/jeromq][master] 9 commits: Packaging update

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Jan 31 10:34:33 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / jeromq


Commits:
5e2dc848 by Andreas Tille at 2025-01-31T11:10:50+01:00
Packaging update

- - - - -
4ef4f23f by Andreas Tille at 2025-01-31T11:10:50+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
078f29ad by Andreas Tille at 2025-01-31T11:10:50+01:00
debhelper-compat 13 (routine-update)

- - - - -
650861fd by Andreas Tille at 2025-01-31T11:10:51+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
9a36d922 by Andreas Tille at 2025-01-31T11:10:51+01:00
Secure URI in copyright format (routine-update)

- - - - -
cd2e6b88 by Andreas Tille at 2025-01-31T11:10:51+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
6929f77f by Andreas Tille at 2025-01-31T10:10:52+00:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
dd2dd791 by Andreas Tille at 2025-01-31T10:10:52+00:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -
d364c5af by Andreas Tille at 2025-01-31T11:28:17+01:00
Re-add unintentionally removed maven-debian-helper from Build-Depends

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+jeromq (0.3.6-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Packaging update
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Trim trailing whitespace.
+  * Update watch file format version to 4.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 31 Jan 2025 11:06:46 +0100
+
 jeromq (0.3.6-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -1,18 +1,21 @@
 Source: jeromq
-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: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.0)
-Build-Depends-Indep: libmaven-bundle-plugin-java, junit4 
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jeromq.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jeromq.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               maven-debian-helper
+Build-Depends-Indep: libmaven-bundle-plugin-java,
+                     junit4
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/jeromq
+Vcs-Git: https://salsa.debian.org/java-team/jeromq.git
 Homepage: https://github.com/zeromq/jeromq
 
 Package: libjeromq-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends},
+         ${maven:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: Java implementation of the ZeroMQ messaging library
  JeroMQ is pure Java implementation of the ZeroMQ messaging library (libmzq).


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: JeroMQ
 Source: https://github.com/zeromq/jeromq
 


=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --download-current-version --force-download --no-symlink


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/zeromq/jeromq/tags .*/v([\d\.]+).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/jeromq/-/compare/d2f9209a9bc83456bac134c10a82e89e4bf3b5ca...d364c5afb59569d701b0457921b95fd0f5c4fa40

-- 
View it on GitLab: https://salsa.debian.org/java-team/jeromq/-/compare/d2f9209a9bc83456bac134c10a82e89e4bf3b5ca...d364c5afb59569d701b0457921b95fd0f5c4fa40
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/20250131/d9935795/attachment.htm>


More information about the pkg-java-commits mailing list