[Git][java-team/javafxsvg][master] 9 commits: Add watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 30 15:11:00 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / javafxsvg
Commits:
60ffee2c by Andreas Tille at 2025-01-30T15:55:39+01:00
Add watch file
- - - - -
52bde35c by Andreas Tille at 2025-01-30T15:55:49+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
5c29d128 by Andreas Tille at 2025-01-30T15:55:49+01:00
debhelper-compat 13 (routine-update)
- - - - -
57ad447f by Andreas Tille at 2025-01-30T15:55:51+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
c68bb342 by Andreas Tille at 2025-01-30T15:55:51+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
d798a43b by Andreas Tille at 2025-01-30T15:57:17+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
acba59ff by Andreas Tille at 2025-01-30T15:58:09+01:00
d/copyright: review
- - - - -
6bd72e25 by Andreas Tille at 2025-01-30T15:59:17+01:00
Re-add maven-debian-helper to Build-Depends
- - - - -
b0cb4a7b by Andreas Tille at 2025-01-30T16:04:54+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+javafxsvg (1.2.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Add watch file
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Trim trailing whitespace.
+ * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org> Thu, 30 Jan 2025 16:04:04 +0100
+
javafxsvg (1.2.1-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,18 +1,22 @@
Source: javafxsvg
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 2.1)
-Build-Depends-Indep: libbatik-java, libxmlgraphics-commons-java, openjfx
-Standards-Version: 4.2.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/javafxsvg.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javafxsvg.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ maven-debian-helper
+Build-Depends-Indep: libbatik-java,
+ libxmlgraphics-commons-java,
+ openjfx
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/javafxsvg
+Vcs-Git: https://salsa.debian.org/java-team/javafxsvg.git
Homepage: https://github.com/codecentric/javafxsvg
Package: libjavafxsvg-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends},
+ ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: CenterDevice JavaFxSVG library
JavaFxSVG is a simple library adding SVG support to JavaFX.
=====================================
debian/copyright
=====================================
@@ -4,12 +4,12 @@ Source: https://github.com/codecentric/javafxsvg
Files: *
Copyright: 2017, CenterDevice GmbH
-License: BSD-3
+License: BSD-3-clause
Files: src/main/java/de/codecentric/centerdevice/javafxsvg/BufferedImageTranscoder.java
Copyright: 2013, bb-generation
2017, CenterDevice GmbH
-License: BSD-3
+License: BSD-3-clause
Comment: This license for this file is documented as follows:
/*
* Code based on: https://gist.github.com/ComFreek/b0684ac324c815232556
@@ -25,9 +25,9 @@ Comment: This license for this file is documented as follows:
Files: debian/*
Copyright: 2017, tony mancill <tmancill at debian.org>
-License: BSD-3
+License: BSD-3-clause
-License: BSD-3
+License: BSD-3-clause
Copyright (c) 2015, codecentric AG
All rights reserved.
.
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
=====================================
debian/watch
=====================================
@@ -0,0 +1,5 @@
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/codecentric/javafxsvg/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+
View it on GitLab: https://salsa.debian.org/java-team/javafxsvg/-/compare/089d2b8ded0d40c96eb21c75c05d28926b890f7d...b0cb4a7b8bcb470ed45aa1cf47ccbb3902befd1a
--
View it on GitLab: https://salsa.debian.org/java-team/javafxsvg/-/compare/089d2b8ded0d40c96eb21c75c05d28926b890f7d...b0cb4a7b8bcb470ed45aa1cf47ccbb3902befd1a
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/20250130/23f42287/attachment.htm>
More information about the pkg-java-commits
mailing list