[findbugs] 06/18: Depend on Java 8

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 10 17:55:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository findbugs.

commit 64363babf08747e0d57a0c46bb45ab72ccd9dfb0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 10 10:32:59 2016 +0200

    Depend on Java 8
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 debian/rules     | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1d978d5..a55c3c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ findbugs (3.1.0~preview2-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Depend on Java 8
   * debian/watch: Track the release tags on GitHub
   * Standards-Version updated to 3.9.8
   * Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index c789b7a..0b0db50 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: ShuxiongYe <yeshuxiong at gmail.com>, Sylvestre Ledru <sylvestre at debian.
 Build-Depends: ant,
                ant-optional,
                debhelper (>= 9.0.0),
-               default-jdk,
+               default-jdk (>= 2:1.8),
                docbook-xsl (>= 1.76),
                help2man,
                java-wrappers,
@@ -29,7 +29,7 @@ Homepage: http://findbugs.sourceforge.net
 
 Package: findbugs
 Architecture: all
-Depends: default-jre | java7-runtime,
+Depends: default-jre (>= 2:1.8) | java8-runtime,
          java-wrappers,
          junit4,
          libasm4-java,
diff --git a/debian/rules b/debian/rules
index d266125..e32478f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_VERBOSE=1
 	dh $@ --with maven_repo_helper
 
 override_dh_auto_build:
-	ant docs build -Dant.java.version=1.7
+	ant docs build -Dant.java.version=1.8
 
 override_dh_auto_install:
 	chmod -x $(CURDIR)/bin/findbugs.ico
@@ -45,6 +45,6 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_auto_test:
-	ant test -Dant.java.version=1.7
+	ant test -Dant.java.version=1.8
 	dh_auto_test
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/findbugs.git



More information about the pkg-java-commits mailing list