[Git][java-team/unbescape][master] 9 commits: Build-Depends: s/default-jdk/default-jdk-headless/
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Nov 4 11:24:02 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / unbescape
Commits:
ab93363d by Andreas Tille at 2025-11-04T12:16:08+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
0a8b4bdb by Andreas Tille at 2025-11-04T12:18:34+01:00
d/watch: version=5
- - - - -
a5842eb8 by Andreas Tille at 2025-11-04T12:18:43+01:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
b4f00e7e by Andreas Tille at 2025-11-04T12:18:43+01:00
debhelper-compat 13 (routine-update)
- - - - -
89a6f854 by Andreas Tille at 2025-11-04T12:22:29+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
91d93d54 by Andreas Tille at 2025-11-04T12:22:29+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
8698b0e2 by Andreas Tille at 2025-11-04T12:22:29+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
4f261e6e by Andreas Tille at 2025-11-04T12:22:30+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
- - - - -
03c820b7 by Andreas Tille at 2025-11-04T12:22:32+01:00
debputy lint --auto-fix (routine-update)
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+unbescape (1.1.5-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+ * d/watch: version=5
+ * Standards-Version: 4.7.2 (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.
+ Use secure URI in Homepage field.
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Tue, 04 Nov 2025 12:15:23 +0100
+
unbescape (1.1.5-1) unstable; urgency=medium
* Initial release (Closes: #881635)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,21 +1,31 @@
Source: unbescape
+Standards-Version: 4.7.2
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Christopher Hoskin <mans0954 at debian.org>,
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Hoskin <mans0954 at debian.org>
-Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1)
-Build-Depends-Indep: libmaven-bundle-plugin-java (>= 2.5.4), libmaven-javadoc-plugin-java (>= 3.0.0~M1),
- default-jdk-doc
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/unbescape.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/unbescape.git
-Homepage: http://www.unbescape.org
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk-headless,
+ maven-debian-helper,
+Build-Depends-Indep:
+ libmaven-bundle-plugin-java,
+ libmaven-javadoc-plugin-java,
+ default-jdk-doc,
+Vcs-Browser: https://salsa.debian.org/java-team/unbescape
+Vcs-Git: https://salsa.debian.org/java-team/unbescape.git
+Homepage: https://www.unbescape.org
Package: libunbescape-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}, libunbescape-java-doc
Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+ ${maven:Depends},
+Suggests:
+ ${maven:OptionalDepends},
+ libunbescape-java-doc,
Description: advanced yet easy-to-use escape/unescape library for Java
unbescape is a Java library aimed at performing fully-featured and
high-performance escape and unescape operations for:
@@ -41,11 +51,15 @@ Description: advanced yet easy-to-use escape/unescape library for Java
Package: libunbescape-java-doc
Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
-Suggests: libunbescape-java
Multi-Arch: foreign
+Section: doc
+Depends:
+ ${misc:Depends},
+Recommends:
+ ${maven:DocDepends},
+ ${maven:DocOptionalDepends},
+Suggests:
+ libunbescape-java,
Description: escape/unescape library for Java (documentation)
This package contains the API documentation of libunbescape-java,
a Java library aimed at performing fully-featured and
=====================================
debian/copyright
=====================================
@@ -11,10 +11,10 @@ Files: debian/*
Copyright: 2017, Christopher Hoskin <mans0954 at debian.org>
License: Apache-2.0
-Files: ./src/site/css/bootstrap-responsive.css
- ./src/site/css/bootstrap-responsive.min.css
- ./src/site/css/bootstrap.css
- ./src/site/css/bootstrap.min.css
+Files: src/site/css/bootstrap-responsive.css
+ src/site/css/bootstrap-responsive.min.css
+ src/site/css/bootstrap.css
+ src/site/css/bootstrap.min.css
Copyright: 2012, Twitter, Inc
License: Apache-2.0
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --no-symlink
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts=filenamemangle=s/.+\/unbescape-(\d\S+?)(?:.RELEASE)?\.tar\.gz/unbescape-$1\.tar\.gz/ \
- https://github.com/unbescape/unbescape/tags .*/unbescape-(\d\S+?)(?:.RELEASE)?\.tar\.gz
+Version: 5
+
+Template: Github
+Owner: unbescape
+Project: unbescape
View it on GitLab: https://salsa.debian.org/java-team/unbescape/-/compare/2bbaf142dce332357887adf428f41cb70b85088f...03c820b75baa98422ca8f573b3cc4edc84318f27
--
View it on GitLab: https://salsa.debian.org/java-team/unbescape/-/compare/2bbaf142dce332357887adf428f41cb70b85088f...03c820b75baa98422ca8f573b3cc4edc84318f27
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/20251104/0274aade/attachment.htm>
More information about the pkg-java-commits
mailing list