[Git][java-team/kdgcommons-java][master] 14 commits: Import Upstream version 1.0.13
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 1 21:52:45 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / kdgcommons-java
Commits:
07f64216 by Andreas Tille at 2025-02-01T17:46:28+01:00
Import Upstream version 1.0.13
- - - - -
e1c3164c by Steffen Moeller at 2025-02-01T17:46:28+01:00
Import Debian changes 1.0.13-1
kdgcommons-java (1.0.13-1) unstable; urgency=low
.
* Initial release (Closes: #730204)
- - - - -
3d0e6603 by Andreas Tille at 2025-02-01T17:46:29+01:00
Import Upstream version 1.0.15
- - - - -
f3ce44e6 by Emmanuel Bourg at 2025-02-01T17:46:29+01:00
Import Debian changes 1.0.15-1
kdgcommons-java (1.0.15-1) unstable; urgency=medium
.
* Team upload.
* New upstream release
* Build with the DH sequencer instead of CDBS
* Switch to debhelper level 10
* Standards-Version updated to 3.9.8
* Use secure Vcs-* URLs
.
kdgcommons-java (1.0.14-1) unstable; urgency=medium
.
* Team upload.
* New upstream release
* Standards-Version updated to 3.9.6 (no changes)
* Moved the package to Git
* Switch to debhelper level 9
* Added a watch file
- - - - -
44b73e97 by Holger Levsen at 2025-02-01T17:46:29+01:00
Import Debian changes 1.0.15-1.1
kdgcommons-java (1.0.15-1.1) unstable; urgency=medium
.
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
- - - - -
c03fe306 by Andreas Tille at 2025-02-01T22:40:19+01:00
d/copyright: Secure URI in d/copyright
- - - - -
841aceca by Andreas Tille at 2025-02-01T22:40:33+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
2162b373 by Andreas Tille at 2025-02-01T22:40:33+01:00
debhelper-compat 13 (routine-update)
- - - - -
d6af19a3 by Andreas Tille at 2025-02-01T22:45:19+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
0562c31f by Andreas Tille at 2025-02-01T22:45:19+01:00
Secure URI in copyright format (routine-update)
- - - - -
4723549c by Andreas Tille at 2025-02-01T22:45:19+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
ff31977a by Andreas Tille at 2025-02-01T21:45:20+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
affec9e7 by Andreas Tille at 2025-02-01T22:45:25+01:00
watch file standard 4 (routine-update)
- - - - -
5a477168 by Andreas Tille at 2025-02-01T22:51:01+01:00
Re-add unintentionally removed Build-Depends
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,24 @@
+kdgcommons-java (1.0.15-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * d/copyright: Secure URI in d/copyright
+ * 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.
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Sat, 01 Feb 2025 22:39:26 +0100
+
+kdgcommons-java (1.0.15-1.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> Thu, 07 Jan 2021 17:17:33 +0100
+
kdgcommons-java (1.0.15-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,22 +1,24 @@
Source: kdgcommons-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 (>= 10), default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: junit (>= 3.8.2)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/kdgcommons-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/kdgcommons-java.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper
+Build-Depends-Indep: junit
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/kdgcommons-java
+Vcs-Git: https://salsa.debian.org/java-team/kdgcommons-java.git
Homepage: http://sourceforge.net/projects/kdgcommons/
Package: libkdgcommons-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends},
+ ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: utility library for web programming
The KDG Commons library is a collection of utility classes for Java,
supplementing and in some cases replacing Jakarta Commons and Google
Guava. This involves SQL database access via JDBC, hex data handling,
secure string handling for web applications and much more.
-
=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-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: KDG Commons
-Source: http://sourceforge.net/projects/kdgcommons/
+Source: https://sourceforge.net/projects/kdgcommons/
Files: *
Copyright: 2013-2014, Keith D Gregory
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --no-symlink --force-download
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts=uversionmangle=s/_/./g \
https://sourceforge.net/p/kdgcommons/code/HEAD/tree/tags/ rel_([\d_]+) debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/kdgcommons-java/-/compare/315b652b49b2170530cbf5fb7ac8daef72fa33dd...5a4771685a588a1d7de5e8bd3d84328a49579b5b
--
View it on GitLab: https://salsa.debian.org/java-team/kdgcommons-java/-/compare/315b652b49b2170530cbf5fb7ac8daef72fa33dd...5a4771685a588a1d7de5e8bd3d84328a49579b5b
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/20250201/6de81d8e/attachment.htm>
More information about the pkg-java-commits
mailing list