[Git][java-team/javatools][master] 3 commits: Standards-Version updated to 4.2.1

Emmanuel Bourg gitlab at salsa.debian.org
Tue Sep 18 00:05:57 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / javatools


Commits:
14410956 by Emmanuel Bourg at 2018-09-17T22:49:48Z
Standards-Version updated to 4.2.1

- - - - -
5205490f by Emmanuel Bourg at 2018-09-17T23:00:38Z
Fixed the UnsupportedClassVersionError when using jarwrapper with Java < 10 (Closes: #909040)

- - - - -
3cd889de by Emmanuel Bourg at 2018-09-17T23:05:30Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+javatools (0.65) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Emmanuel Bourg ]
+  * Fixed the UnsupportedClassVersionError when using jarwrapper with Java < 10
+    (Closes: #909040)
+  * Standards-Version updated to 4.2.1
+
+  [ Niels Thykier ]
+  * Rewrite jh_linkjars, jh_installibs, jh_exec, jh_installjavadoc
+    and jh_classpath  using Debhelper's Dh_Lib
+  * javatools can be built without (fake)root
+  * Let debhelper handle auto-generated orbitdeps cache file
+  * Avoid some fork+execs for trivial things
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 18 Sep 2018 01:04:20 +0200
+
 javatools (0.64) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  markdown,
  perl
 Rules-Requires-Root: no
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/javatools.git
 Vcs-Browser: https://salsa.debian.org/java-team/javatools
 


=====================================
debian/rules
=====================================
@@ -14,7 +14,7 @@ jh_lib.sh: jh_lib.sh.in
 
 override_dh_auto_build: jh_lib.sh
 	mkdir -p target/classes
-	javac -d target/classes src/main/java/org/debian/javatools/CheckProperty.java
+	javac -d target/classes -source 7 -target 7 src/main/java/org/debian/javatools/CheckProperty.java
 	jar -cvf target/javatools.jar -C target/classes/ .
 
 	mkdir tmp tmp.jarwrapper



View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/87f1497d8c8600c048704a4ccc4fb24dbc7c2570...3cd889def339f71229d7f290f70837210b8ba274

-- 
View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/87f1497d8c8600c048704a4ccc4fb24dbc7c2570...3cd889def339f71229d7f290f70837210b8ba274
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/20180917/5f21554d/attachment.html>


More information about the pkg-java-commits mailing list