[libclucy-clojure] 04/05: Build depend on clojure (>= 1.8)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Dec 23 10:33:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libclucy-clojure.
commit 5980710e4575f79fdb6c2d9ee451e8d48b6852d3
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Dec 23 11:32:12 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 8f8b48c..2416071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
clucy (0.4.0-2) UNRELEASED; urgency=medium
* Team upload.
+ * Build depend on clojure (>= 1.8)
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
* Use a secure Vcs-Git URL
diff --git a/debian/control b/debian/control
index e01529c..3021aae 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Daigo Moriwaki <daigo at debian.org>,
Wolodja Wentland <babilen at gmail.com>
Build-Depends: debhelper (>= 10),
javahelper (>= 0.32),
- clojure1.6,
+ clojure (>= 1.8),
default-jdk,
liblucene2-java,
libtext-markdown-perl
diff --git a/debian/rules b/debian/rules
index 3cf85b3..24b5662 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 %.md,%.html,$(wildcard $(CURDIR)/*.md))
-export CLASSPATH=/usr/share/java/clojure-1.6.jar:/usr/share/java/lucene-core.jar:/usr/share/java/lucene-memory.jar:/usr/share/java/lucene-highlighter.jar
+export CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/lucene-core.jar:/usr/share/java/lucene-memory.jar:/usr/share/java/lucene-highlighter.jar
PRODUCED_JAR=clucy.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libclucy-clojure.git
More information about the pkg-java-commits
mailing list