The following commit has been merged in the master branch:
commit ca379e1a981b960b71abfb7105d1cb813ee2d92a
Author: Emmanuel Bourg <[email protected]>
Date:   Wed May 15 15:52:37 2013 +0200

    Removed the dependency on OpenJDK 6 (contributed by James Page)

diff --git a/debian/control b/debian/control
index b62b380..0c8b8b2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends:
  librobert-hooke-clojure,
  libtext-markdown-perl | markdown,
  libwagon-java,
- openjdk-6-jdk,
+ default-jdk,
  rlwrap,
  zip
 Standards-Version: 3.9.4
@@ -36,7 +36,7 @@ Architecture: all
 Depends:
  ${java:Depends},
  ${misc:Depends},
- openjdk-6-jre | openjdk-7-jre,
+ default-jre | java6-runtime,
  clojure-contrib (>= 1.2.0),
  rlwrap
 Recommends:

-- 
leiningen packaging

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to