[Git][java-team/practicalxml-java][master] 9 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Feb 24 20:36:57 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / practicalxml-java
Commits:
0ef41910 by Andreas Tille at 2025-02-24T21:31:56+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
0e4ffeaa by Andreas Tille at 2025-02-24T21:32:11+01:00
Standards-Version: 4.7.1 (routine-update)
- - - - -
2d370fd3 by Andreas Tille at 2025-02-24T21:32:11+01:00
debhelper-compat 13 (routine-update)
- - - - -
b5f5c98d by Andreas Tille at 2025-02-24T21:33:21+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
53a7d2ac by Andreas Tille at 2025-02-24T21:33:21+01:00
Secure URI in copyright format (routine-update)
- - - - -
5440eb46 by Andreas Tille at 2025-02-24T21:33:21+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
374af40d by Andreas Tille at 2025-02-24T20:33:23+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
98401b74 by Andreas Tille at 2025-02-24T20:33:23+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
- - - - -
6a7bc458 by Andreas Tille at 2025-02-24T21:35:28+01:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+practicalxml-java (1.1.19-2) unstable; urgency=medium
+
+ * Team upload.
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * Standards-Version: 4.7.1 (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> Mon, 24 Feb 2025 21:33:42 +0100
+
practicalxml-java (1.1.19-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,18 +1,22 @@
Source: practicalxml-java
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: junit (>= 3.8.2), libkdgcommons-java (>= 1.0.14)
-Standards-Version: 3.9.7
-Vcs-Git: git://anonscm.debian.org/pkg-java/practicalxml-java.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/practicalxml-java.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper
+Build-Depends-Indep: junit,
+ libkdgcommons-java
+Standards-Version: 4.7.1
+Vcs-Browser: https://salsa.debian.org/java-team/practicalxml-java
+Vcs-Git: https://salsa.debian.org/java-team/practicalxml-java.git
Homepage: http://sourceforge.net/projects/practicalxml/
Package: libpracticalxml-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends},
+ ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: practical XML handling routines
The package provides a collection of utility classes for working with
=====================================
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: practicalxml
Source: http://sourceforge.net/projects/practicalxml/
=====================================
debian/rules
=====================================
@@ -4,6 +4,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --download-current-version --no-symlink --force-download
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://sourceforge.net/p/practicalxml/code/HEAD/tree/tags/ rel-([\d\.]+) debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/practicalxml-java/-/compare/0ab1f94e2975115703890251474dd715e0913071...6a7bc458088001d2eb8788d2f7c9df24635d5094
--
View it on GitLab: https://salsa.debian.org/java-team/practicalxml-java/-/compare/0ab1f94e2975115703890251474dd715e0913071...6a7bc458088001d2eb8788d2f7c9df24635d5094
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/20250224/dff9aa99/attachment.htm>
More information about the pkg-java-commits
mailing list