[Git][java-team/joptsimple][master] 4 commits: Removed the -java-doc package
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Oct 28 07:33:51 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / joptsimple
Commits:
2ddd84e1 by Emmanuel Bourg at 2024-10-28T08:24:12+01:00
Removed the -java-doc package
- - - - -
320e2688 by Emmanuel Bourg at 2024-10-28T08:24:20+01:00
Standards-Version updated to 4.7.0
- - - - -
2631a7f8 by Emmanuel Bourg at 2024-10-28T08:26:52+01:00
Mangle the alpha/beta upstream versions
- - - - -
93c3c102 by Emmanuel Bourg at 2024-10-28T08:27:24+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- − debian/libjoptsimple-java-doc.doc-base.api
- − debian/libjoptsimple-java-doc.install
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+joptsimple (5.0.4-6) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 28 Oct 2024 08:27:17 +0100
+
joptsimple (5.0.4-5) UNRELEASED; urgency=medium
[ Samuel Thibault ]
=====================================
debian/control
=====================================
@@ -14,10 +14,9 @@ Build-Depends:
libhamcrest-java,
libjoda-time-java (>= 2.9.9),
libmaven-bundle-plugin-java (>= 2.5.4),
- libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.1)
Rules-Requires-Root: no
-Standards-Version: 4.6.0
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/joptsimple.git
Vcs-Browser: https://salsa.debian.org/java-team/joptsimple
Homepage: https://github.com/jopt-simple/jopt-simple
@@ -26,7 +25,7 @@ Package: libjoptsimple-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}, libjoptsimple-java-doc
+Suggests: ${maven:OptionalDepends}
Description: Command line parsing java library
JOpt Simple is a Java library for parsing command line options, such as
those you might pass to an invocation of javac.
@@ -36,22 +35,3 @@ Description: Command line parsing java library
getopt() and GNU getopt_long() . It also aims to make option parser
configuration and retrieval of options and their arguments simple and
expressive, without being overly clever.
-
-Package: libjoptsimple-java-doc
-Architecture: all
-Multi-Arch: foreign
-Section: doc
-Depends: ${misc:Depends}
-Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
-Suggests: libjoptsimple-java
-Description: Command line parsing java library - Documentation
- JOpt Simple is a Java library for parsing command line options, such as
- those you might pass to an invocation of javac.
- .
- In the interest of striving for simplicity, as closely as possible JOpt
- Simple attempts to honor the command line option syntaxes of POSIX
- getopt() and GNU getopt_long() . It also aims to make option parser
- configuration and retrieval of options and their arguments simple and
- expressive, without being overly clever.
- .
- This package contains the javadoc documentation.
=====================================
debian/libjoptsimple-java-doc.doc-base.api deleted
=====================================
@@ -1,11 +0,0 @@
-Document: libjoptsimple-java
-Title: Programmer API for the Command line parsing java library
-Author: Paul R. Holser, Jr.
-Abstract: JOpt Simple is a Java library for parsing command line options,
- such as those you might pass to an invocation of javac. This is the javadoc
- documentation.
-Section: Programming/Java
-
-Format: HTML
-Index: /usr/share/doc/libjoptsimple-java/api/index.html
-Files: /usr/share/doc/libjoptsimple-java/api/*
=====================================
debian/libjoptsimple-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* usr/share/doc/libjoptsimple-java/api
=====================================
debian/watch
=====================================
@@ -1,2 +1,3 @@
version=4
+opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
https://github.com/jopt-simple/jopt-simple/tags .*/(?:.*?)@ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/java-team/joptsimple/-/compare/29157cf9f45750012eaefd68803d6fd3a599d195...93c3c1022591bf12fa7aab78191c75541eaa80ee
--
View it on GitLab: https://salsa.debian.org/java-team/joptsimple/-/compare/29157cf9f45750012eaefd68803d6fd3a599d195...93c3c1022591bf12fa7aab78191c75541eaa80ee
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/20241028/0687e23e/attachment.htm>
More information about the pkg-java-commits
mailing list