[spock] 01/05: Fixed the build failure with Java 9 (Closes: #893417)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 16:40:46 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository spock.
commit 715def2e045ef5cde39bf3a0cf4509ae866bf82b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 30 17:36:30 2018 +0200
Fixed the build failure with Java 9 (Closes: #893417)
---
debian/build.xml | 5 +++--
debian/changelog | 5 +++++
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/build.xml b/debian/build.xml
index 9d0c672..7f61543 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -120,7 +120,7 @@ http://pkgs.fedoraproject.org/cgit/spock.git/
srcdir="@{dirsrc}"
destdir="@{destfile}"
classpathref="@{buildclasspath}">
- <javac source="1.5" target="1.5" debug="on"/>
+ <javac source="1.8" target="1.8" debug="on"/>
</groovyc>
</sequential>
</macrodef>
@@ -137,7 +137,7 @@ http://pkgs.fedoraproject.org/cgit/spock.git/
srcdir="@{dirsrc}"
destdir="@{destfile}"
classpathref="@{buildclasspath}"
- source="1.5" target="1.5" debug="on">
+ source="1.8" target="1.8" debug="on">
</javac>
</sequential>
</macrodef>
@@ -173,6 +173,7 @@ http://pkgs.fedoraproject.org/cgit/spock.git/
<javadoc
destdir="dist/api"
sourcepath="${core.src.dir.java}:${guice.src.dir}"
+ source="1.8"
access="protected"
old="false"
verbose="false"
diff --git a/debian/changelog b/debian/changelog
index e147099..584c35e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
spock (0.7-groovy-2.0-4) UNRELEASED; urgency=medium
* Team upload.
+
+ [ Miguel Landaeta ]
* Remove myself from uploaders list. (Closes: #871887)
* Bump DH compat level to 10.
* Wrap and sort dependencies lists.
* Simplify d/rules.
* Update copyright info.
+ [ Emmanuel Bourg ]
+ * Fixed the build failure with Java 9 (Closes: #893417)
+
-- Miguel Landaeta <nomadium at debian.org> Thu, 10 Aug 2017 20:31:46 +0100
spock (0.7-groovy-2.0-3) unstable; urgency=medium
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/spock.git
More information about the pkg-java-commits
mailing list