[Git][java-team/jssc][master] 5 commits: Set Java source version to 1.7 (Closes: #981964)

Tony Mancill gitlab at salsa.debian.org
Sun Feb 7 21:52:07 GMT 2021



Tony Mancill pushed to branch master at Debian Java Maintainers / jssc


Commits:
c07f3e9b by tony mancill at 2021-02-07T13:49:13-08:00
Set Java source version to 1.7 (Closes: #981964)

- - - - -
4334da00 by tony mancill at 2021-02-07T13:49:13-08:00
Use debhelper-compat 13

- - - - -
ca839e93 by tony mancill at 2021-02-07T13:49:13-08:00
Bump Standards-Version to 4.5.1

- - - - -
c05b9524 by tony mancill at 2021-02-07T13:49:13-08:00
Set Rules-Requires-Root: no in debian/control

- - - - -
a8bfa3df by tony mancill at 2021-02-07T13:49:13-08:00
prepare changelog for upload to unstable

- - - - -


4 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+jssc (2.8.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Set Java source version to 1.7 (Closes: #981964)
+  * Use debhelper-compat 13
+  * Bump Standards-Version to 4.5.1
+  * Set Rules-Requires-Root: no in debian/control
+
+ -- tony mancill <tmancill at debian.org>  Sun, 07 Feb 2021 13:42:08 -0800
+
 jssc (2.8.0-2) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -3,11 +3,12 @@ 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 (>= 11), default-jdk, javahelper (>= 0.43)
-Standards-Version: 4.4.0
+Build-Depends: debhelper-compat (= 13), default-jdk, javahelper (>= 0.43)
+Standards-Version: 4.5.1
 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
+Rules-Requires-Root: no
 
 Package: libjssc-java
 Architecture: any


=====================================
debian/rules
=====================================
@@ -18,4 +18,4 @@ override_dh_installchangelogs:
 	dh_installchangelogs -k README.txt
 
 override_jh_build:
-	jh_build -o "-source 1.6 -target 1.6 -encoding UTF-8" --javadoc-opts="-source 1.6 -encoding UTF-8"
+	jh_build --javacopts="-source 1.7 -target 1.7 -encoding UTF-8" --javadoc-opts="-source 1.7 -encoding UTF-8"



View it on GitLab: https://salsa.debian.org/java-team/jssc/-/compare/35099c529601af01925efcb8eaa7c6228d64aedc...a8bfa3df79c91460d0903a9a17df006d72d36554

-- 
View it on GitLab: https://salsa.debian.org/java-team/jssc/-/compare/35099c529601af01925efcb8eaa7c6228d64aedc...a8bfa3df79c91460d0903a9a17df006d72d36554
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/20210207/bfb345ee/attachment.html>


More information about the pkg-java-commits mailing list