[Git][java-team/ivy][master] 3 commits: Fixed the build failure with Java 17 (Closes: #981970)

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Mon Oct 18 22:29:33 BST 2021



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


Commits:
c58e3683 by Emmanuel Bourg at 2021-10-18T23:27:33+02:00
Fixed the build failure with Java 17 (Closes: #981970)

- - - - -
5f28a430 by Emmanuel Bourg at 2021-10-18T23:27:41+02:00
Standards-Version updated to 4.6.0.1

- - - - -
8763e917 by Emmanuel Bourg at 2021-10-18T23:28:07+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/build.xml
- debian/changelog
- debian/control


Changes:

=====================================
debian/build.xml
=====================================
@@ -28,7 +28,7 @@
   <target name="compile">
     <mkdir dir="${class.dir}" />
     <javac srcdir="${source.dir}" destdir="${class.dir}"
-	   debug="true" source="7" target="7"/>
+	   debug="true" release="8"/>
     <copy todir="${class.dir}">
       <fileset dir="${source.dir}">
         <patternset refid="compiler.resources" />


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ivy (2.5.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 17 (Closes: #981970)
+  * Standards-Version updated to 4.6.0.1
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 18 Oct 2021 23:27:59 +0200
+
 ivy (2.5.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Uploaders:
 Build-Depends:
  ant,
  debhelper-compat (= 13),
- default-jdk,
+ default-jdk (>= 2:1.11),
  default-jdk-doc,
  junit,
  libbcpg-java,
@@ -24,7 +24,7 @@ Build-Depends:
  libjsch-java,
  liboro-java,
  maven-repo-helper
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0.1
 Vcs-Git: https://salsa.debian.org/java-team/ivy.git
 Vcs-Browser: https://salsa.debian.org/java-team/ivy
 Homepage: https://ant.apache.org/ivy/



View it on GitLab: https://salsa.debian.org/java-team/ivy/-/compare/20bcc991f1a7f8a1c2b7b96e5cb20962c24b43a9...8763e91751695f77e054b21ebbfd52b9b21e8974

-- 
View it on GitLab: https://salsa.debian.org/java-team/ivy/-/compare/20bcc991f1a7f8a1c2b7b96e5cb20962c24b43a9...8763e91751695f77e054b21ebbfd52b9b21e8974
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/20211018/29b1cba8/attachment.htm>


More information about the pkg-java-commits mailing list