[Git][java-team/jas-plotter][master] 11 commits: Standards-Version: 4.7.0 (routine-update)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 28 16:27:08 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jas-plotter
Commits:
15061aae by Andreas Tille at 2025-01-28T16:59:52+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
f7ba669c by Andreas Tille at 2025-01-28T16:59:52+01:00
debhelper-compat 13 (routine-update)
- - - - -
35d61047 by Andreas Tille at 2025-01-28T17:17:43+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
4235402e by Andreas Tille at 2025-01-28T17:17:43+01:00
Secure URI in copyright format (routine-update)
- - - - -
2e6ea809 by Andreas Tille at 2025-01-28T17:17:43+01:00
Remove trailing whitespace in debian/changelog (routine-update)
- - - - -
548c671d by Andreas Tille at 2025-01-28T17:17:43+01:00
Remove trailing whitespace in debian/copyright (routine-update)
- - - - -
a1171ef4 by Andreas Tille at 2025-01-28T16:17:48+00:00
Use secure URI in debian/watch.
Changes-By: lintian-brush
- - - - -
0f0dc284 by Andreas Tille at 2025-01-28T17:18:42+01:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
b876328c by Andreas Tille at 2025-01-28T17:19:36+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
0ab02bf2 by Andreas Tille at 2025-01-28T17:26:13+01:00
d/copyright: review
- - - - -
7bab9990 by Andreas Tille at 2025-01-28T17:26:51+01:00
Fix typo
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,13 +1,23 @@
jas-plotter (2.2.6+dfsg1-5) UNRELEASED; urgency=medium
* Team upload.
-
+
[ Philipp Huebner ]
* Remove myself from uploaders
[ Andreas Tille ]
* Fix watch file
* d/copyright: Files-Excluded + drop now redundant README.source
+ * 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)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Use secure URI in debian/watch.
+ * Use secure URI in Homepage field.
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * d/copyright: review
-- Andreas Tille <tille at debian.org> Tue, 28 Jan 2025 15:28:36 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,27 +1,25 @@
Source: jas-plotter
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Giovanni Mascellani <gio at debian.org>
-Build-Depends:
- debhelper (>= 10),
- default-jdk,
- maven-debian-helper
-Build-Depends-Indep:
- javahelp2 (>= 2.0.05.ds1-3),
- junit,
- libsurefire-java (>= 2.4.3),
- libtablelayout-java (>= 20090826-3),
- libxerces2-java
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/jas-plotter.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/jas-plotter.git
-Homepage: http://java.freehep.org/jas-plotter/
+Build-Depends: debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper
+Build-Depends-Indep: javahelp2,
+ junit,
+ libsurefire-java,
+ libtablelayout-java,
+ libxerces2-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/jas-plotter
+Vcs-Git: https://salsa.debian.org/java-team/jas-plotter.git
+Homepage: https://java.freehep.org/jas-plotter/
Package: libjas-plotter-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: JAS(2) Plotter graphic library
This library, part of the Java Analysis Studio distribution, is able to
=====================================
debian/copyright
=====================================
@@ -1,10 +1,10 @@
-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: JAS(2) Plotter
Upstream-Contact: The FreeHEP team <developers at freehep.org>
Source: http://java.freehep.org/jas-plotter
-Files-Removed: src/main/java/tablelayout
- src/main/java/jas/util/layout/PnutsLayout.java
- src/main/java/jas/util/xml/XMLCharacterProperties.java
+Files-Excluded: src/main/java/tablelayout
+ src/main/java/jas/util/layout/PnutsLayout.java
+ src/main/java/jas/util/xml/XMLCharacterProperties.java
Files: *
Copyright: 2000-2007, CERN, Geneva, Switzerland
@@ -21,12 +21,12 @@ License: LGPL-2.1+
Files: src/main/java/jas/util/encoder/GifEncoder.java
src/main/java/jas/util/encoder/ImageEncoder.java
Copyright: 1996-1998, Jef Poskanzer <jef at acme.com>
-License: other
+License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
+ notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
@@ -37,7 +37,7 @@ License: other
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
=====================================
debian/watch
=====================================
@@ -1,5 +1,5 @@
version=4
opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,repacksuffix=+dfsg,dversionmangle=auto" \
- http://java.freehep.org/maven2/org/freehep/jas-plotter/ \
+ https://java.freehep.org/maven2/org/freehep/jas-plotter/ \
([1-9][\d.]+)/ debian debian/orig-tar.sh
View it on GitLab: https://salsa.debian.org/java-team/jas-plotter/-/compare/5c2e331ffd51e81fc8f2ef4eb006714bccfca50e...7bab9990e5897a40db018a7e7592eba015f1c8b2
--
View it on GitLab: https://salsa.debian.org/java-team/jas-plotter/-/compare/5c2e331ffd51e81fc8f2ef4eb006714bccfca50e...7bab9990e5897a40db018a7e7592eba015f1c8b2
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/20250128/4e10b748/attachment.htm>
More information about the pkg-java-commits
mailing list