[med-svn] [Git][med-team/liboptions-java][master] 12 commits: Rewriting d/watch with version 5

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Sun Feb 22 23:20:05 GMT 2026



Pierre Gruet pushed to branch master at Debian Med / liboptions-java


Commits:
426d73da by Pierre Gruet at 2026-02-22T18:21:02+01:00
Rewriting d/watch with version 5

- - - - -
4041f08a by Pierre Gruet at 2026-02-22T18:22:25+01:00
Dropping d/compat, B-D on debhelper-compat 13

- - - - -
029e4055 by Pierre Gruet at 2026-02-22T18:22:42+01:00
Removing Priority: optional, which is default

- - - - -
56a7dc4b by Pierre Gruet at 2026-02-22T18:22:45+01:00
Removing R-R-R: no, which is now default

- - - - -
d2822995 by Pierre Gruet at 2026-02-22T18:23:48+01:00
Raising Standards version to 4.7.3

- - - - -
d546241a by Pierre Gruet at 2026-02-22T18:26:47+01:00
Marking the -doc package as Multi-Arch: foreign

- - - - -
d144ae05 by Pierre Gruet at 2026-02-22T18:27:20+01:00
Updating changelog

- - - - -
f6334d00 by Pierre Gruet at 2026-02-22T18:32:27+01:00
Fixing Date format in patch header

- - - - -
54c893b3 by Pierre Gruet at 2026-02-22T18:32:39+01:00
Adding a Lintian override for embedded JS

- - - - -
c1290e62 by Pierre Gruet at 2026-02-22T18:32:49+01:00
Fixing javadoc path

- - - - -
532355fd by Pierre Gruet at 2026-02-22T18:33:04+01:00
Updating changelog

- - - - -
34c18684 by Pierre Gruet at 2026-02-22T18:33:10+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/liboptions-java-doc.javadoc
- + debian/liboptions-java-doc.lintian-overrides
- debian/patches/build_xml.patch
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+liboptions-java (0.0.20120113-4) unstable; urgency=medium
+
+  * Team upload
+  * Dropping d/compat, B-D on debhelper-compat 13
+  * Raising Standards version to 4.7.3:
+    - Removing Priority: optional, which is default
+  * Marking the -doc package as Multi-Arch: foreign
+  * Rewriting d/watch with version 5
+  * Fixing Date format in patch header
+  * Adding a Lintian override for embedded JS
+  * Fixing javadoc path
+
+ -- Pierre Gruet <pgt at debian.org>  Sun, 22 Feb 2026 18:33:06 +0100
+
 liboptions-java (0.0.20120113-3) unstable; urgency=medium
 
   * Fake watch file


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -2,17 +2,15 @@ Source: liboptions-java
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 Section: java
-Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                javahelper,
                default-jdk,
                ant,
                ant-optional,
                libjdom1-java,
                junit
-Rules-Requires-Root: no
 Build-Depends-Indep: default-jdk-doc
-Standards-Version: 4.3.0
+Standards-Version: 4.7.3
 Vcs-Browser: https://salsa.debian.org/med-team/liboptions-java
 Vcs-Git: https://salsa.debian.org/med-team/liboptions-java.git
 X-Homepage: Obtained source in private mail
@@ -34,6 +32,7 @@ Description: command line option parsing library for Java
 
 Package: liboptions-java-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Depends: ${java:Depends},
          ${misc:Depends}


=====================================
debian/liboptions-java-doc.javadoc
=====================================
@@ -1 +1 @@
-dist/javadoc /usr/share/doc/liboptions-java/api
+dist/javadoc usr/share/doc/liboptions-java/api


=====================================
debian/liboptions-java-doc.lintian-overrides
=====================================
@@ -0,0 +1,4 @@
+# It would be too complicated to remove the javascript that is included in
+# javadocs, see the discussion on Debian Java mailing list starting at 
+# https://lists.debian.org/debian-java/2018/06/msg00020.html.
+embedded-javascript-library please use * [usr/share/doc/liboptions-java/api/script-dir/jquery*.*s]


=====================================
debian/patches/build_xml.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 17 Jan 2012 14:33:34 +0100
+Last-Update: 2012-01-17
 Description: Use Debian packaged jdom
 
 --- options.orig/build.xml


=====================================
debian/watch
=====================================
@@ -1,6 +1,7 @@
+Version: 5
+
 # Source code was sent via mail from
 #    Dr. Matthias Laux <matthias.laux at icw.de>
-
-version=4
-opts=dversionmangle=s/.*/0.No-Release/ \
-  https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
+Source: https://people.debian.org/~eriberto/
+Matching-Pattern: FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
+Dversionmangle: s/.*/0.No-Release/



View it on GitLab: https://salsa.debian.org/med-team/liboptions-java/-/compare/c846bf9ffb3e859ec6297f9d086b653be33e6b5c...34c18684e10d40d724cc004928bfde8a4dcea753

-- 
View it on GitLab: https://salsa.debian.org/med-team/liboptions-java/-/compare/c846bf9ffb3e859ec6297f9d086b653be33e6b5c...34c18684e10d40d724cc004928bfde8a4dcea753
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/debian-med-commit/attachments/20260222/66ee678c/attachment-0001.htm>


More information about the debian-med-commit mailing list