[Git][java-team/jhighlight][master] 7 commits: Standards-Version: 4.7.0 (routine-update)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Jan 31 17:23:31 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jhighlight
Commits:
0ebc06bd by Andreas Tille at 2025-01-31T18:20:27+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
f0f7706f by Andreas Tille at 2025-01-31T18:20:27+01:00
debhelper-compat 13 (routine-update)
- - - - -
037a3bf2 by Andreas Tille at 2025-01-31T18:20:28+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
6a4a2991 by Andreas Tille at 2025-01-31T18:20:28+01:00
Secure URI in copyright format (routine-update)
- - - - -
3822f7d6 by Andreas Tille at 2025-01-31T18:20:29+01:00
Drop useless get-orig-source target (routine-update)
- - - - -
12148765 by Andreas Tille at 2025-01-31T18:22:23+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
44d60c4a by Andreas Tille at 2025-01-31T18:23:04+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,12 +1,18 @@
-jhighlight (1.0-4) UNRELEASED; urgency=medium
+jhighlight (1.0-4) unstable; urgency=medium
* Team upload.
* New Homepage at Github
* Point watch file to Github
* Fix Source URL in d/copyright
* Build-Depends: s/default-jdk/default-jdk-headless/
-
- -- Andreas Tille <tille at debian.org> Fri, 31 Jan 2025 17:29:09 +0100
+ * 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.
+
+ -- Andreas Tille <tille at debian.org> Fri, 31 Jan 2025 18:22:31 +0100
jhighlight (1.0-3.1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,22 +1,23 @@
Source: jhighlight
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Section: java
+Priority: optional
Build-Depends: ant,
- debhelper (>= 9),
+ debhelper-compat (= 13),
default-jdk-headless,
jflex,
libservlet3.1-java,
maven-repo-helper
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jhighlight.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jhighlight.git
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/jhighlight
+Vcs-Git: https://salsa.debian.org/java-team/jhighlight.git
Homepage: https://github.com/codelibs/jhighlight
Package: libjhighlight-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Small embeddable Java library for syntax highlighting
JHighlight is an embeddable Java syntax highlighting library that supports
=====================================
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: JHighlight
Source: https://github.com/codelibs/jhighlight
=====================================
debian/rules
=====================================
@@ -18,6 +18,3 @@ override_dh_auto_clean:
rm -f src/com/uwyn/jhighlight/highlighter/XmlHighlighter.java
rm -f src/com/uwyn/jhighlight/highlighter/CppHighlighter.java
rm -f src/com/uwyn/jhighlight/highlighter/GroovyHighlighter.java
-
-get-orig-source:
- uscan --download-curent-version --force-download --no-symlink
View it on GitLab: https://salsa.debian.org/java-team/jhighlight/-/compare/5608690cad2685347e049382893d06985e9f3221...44d60c4a8c360badae35518fa8261e8639e0ed6c
--
View it on GitLab: https://salsa.debian.org/java-team/jhighlight/-/compare/5608690cad2685347e049382893d06985e9f3221...44d60c4a8c360badae35518fa8261e8639e0ed6c
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/20250131/323f481f/attachment.htm>
More information about the pkg-java-commits
mailing list