[Git][java-team/jssc][master] 5 commits: Removed the -java-doc package
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Fri Sep 29 08:32:41 BST 2023
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jssc
Commits:
0a680ce4 by Emmanuel Bourg at 2023-09-29T09:28:56+02:00
Removed the -java-doc package
- - - - -
c10fd356 by Emmanuel Bourg at 2023-09-29T09:30:04+02:00
Fixed the build failure with Java 21 (Closes: #1053036)
- - - - -
a4a2c5bf by Emmanuel Bourg at 2023-09-29T09:30:12+02:00
Standards-Version updated to 4.6.2
- - - - -
d1535926 by Emmanuel Bourg at 2023-09-29T09:30:42+02:00
Wrap and sort
- - - - -
b00d29d5 by Emmanuel Bourg at 2023-09-29T09:32:21+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- − debian/libjssc-java-doc.javadoc
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+jssc (2.8.0-4) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with Java 21 (Closes: #1053036)
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.6.2
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 29 Sep 2023 09:32:16 +0200
+
jssc (2.8.0-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -3,8 +3,11 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Scott Howard <showard at debian.org>
-Build-Depends: debhelper-compat (= 13), default-jdk, javahelper (>= 0.43)
-Standards-Version: 4.5.1
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ javahelper (>= 0.43)
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/jssc
Vcs-Git: https://salsa.debian.org/java-team/jssc.git
Homepage: https://github.com/scream3r/java-simple-serial-connector
@@ -19,14 +22,3 @@ Description: library for working with serial ports from Java
serial ports from Java.
.
This package contains both the Java library and JNI native interface.
-
-Package: libjssc-java-doc
-Architecture: all
-Section: doc
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: library for working with serial ports from Java - doc
- Java Simple Serial Connector (jSSC) is a Java library for interacting with
- serial ports from Java.
- .
- This package contains the Javadoc API
=====================================
debian/libjssc-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-internal
=====================================
debian/rules
=====================================
@@ -18,4 +18,4 @@ override_dh_installchangelogs:
dh_installchangelogs -k README.txt
override_jh_build:
- jh_build --javacopts="-source 1.7 -target 1.7 -encoding UTF-8" --javadoc-opts="-source 1.7 -encoding UTF-8"
+ jh_build --javacopts="-source 8 -target 8 -encoding UTF-8"
View it on GitLab: https://salsa.debian.org/java-team/jssc/-/compare/a8bfa3df79c91460d0903a9a17df006d72d36554...b00d29d55568454f4744ef1a46045f550ef868ec
--
View it on GitLab: https://salsa.debian.org/java-team/jssc/-/compare/a8bfa3df79c91460d0903a9a17df006d72d36554...b00d29d55568454f4744ef1a46045f550ef868ec
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/20230929/346e828f/attachment.htm>
More information about the pkg-java-commits
mailing list