[libbultitude-clojure] 05/07: Build depend on clojure (>= 1.8)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Dec 23 10:51:26 UTC 2016


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

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

commit ee14b0d91b05622354902cb395830296cd0e4040
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Dec 23 11:49:28 2016 +0100

    Build depend on clojure (>= 1.8)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25c08b9..8d637c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libbultitude-clojure (0.2.0-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Build depend on clojure (>= 1.8)
   * Standards-Version updated to 3.9.8
   * Switch to debhelper level 10
   * Use secure Vcs-* URLs
diff --git a/debian/control b/debian/control
index ac3ad94..ee546bd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Daigo Moriwaki <daigo at debian.org>,
-Build-Depends: debhelper (>= 10), javahelper (>= 0.32), clojure1.6, default-jdk, libtext-markdown-perl, libdynapath-clojure
+Build-Depends: debhelper (>= 10), javahelper (>= 0.32), clojure (>= 1.8), default-jdk, libtext-markdown-perl, libdynapath-clojure
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libbultitude-clojure.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libbultitude-clojure.git;a=summary
diff --git a/debian/rules b/debian/rules
index e9c66db..3dfe1ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
 MDWN_DOCS = $(patsubst %.markdown,%.html,$(wildcard $(CURDIR)/*.markdown))
 
-export CLASSPATH=/usr/share/java/clojure-1.6.jar:/usr/share/java/dynapath.jar
+export CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/dynapath.jar
 
 PRODUCED_JAR=bultitude.jar
 

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



More information about the pkg-java-commits mailing list