Bug#674930: clojure1.4: Build-Depend on default-jdk instead of a specific JDK?

Stefano Rivera stefanor at debian.org
Mon May 28 17:38:50 UTC 2012


Package: clojure1.4
Version: 1.4.0+dfsg-2
Severity: minor
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Build-Depend on default-jdk instead of openjdk-6-jdk. OpenJDK 7 is now
    default in Ubuntu.

Without this, it would FTBFS. Thanks for considering the patch.

SR
-------------- next part --------------
diff -Nru clojure1.4-1.4.0+dfsg/debian/changelog clojure1.4-1.4.0+dfsg/debian/changelog
diff -Nru clojure1.4-1.4.0+dfsg/debian/control clojure1.4-1.4.0+dfsg/debian/control
--- clojure1.4-1.4.0+dfsg/debian/control	2012-05-19 12:09:54.000000000 +0100
+++ clojure1.4-1.4.0+dfsg/debian/control	2012-05-28 18:36:28.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Collingbourne <peter at pcc.me.uk>, Daigo Moriwaki <daigo at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, quilt
-Build-Depends-Indep: ant, openjdk-6-jdk, libasm3-java, maven-repo-helper, javahelper, libtext-markdown-perl | markdown
+Build-Depends-Indep: ant, default-jdk, libasm3-java, maven-repo-helper, javahelper, libtext-markdown-perl | markdown
 Standards-Version: 3.9.3
 Homepage: http://clojure.org
 Vcs-Git: git://git.debian.org/pkg-java/clojure.git


More information about the pkg-java-maintainers mailing list