[libtools-logging-clojure] 05/06: Build depend on clojure (>= 1.8)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Dec 23 11:03:20 UTC 2016


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

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

commit 92c0787b4ccdcfbfb8004d117247fab5c478fdef
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Dec 23 12:02:23 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 d2f6549..19d045f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libtools-logging-clojure (0.2.3-5) 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 efc1d9d..3264c84 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), maven-repo-helper (>= 1.5~), clojure1.6, default-jdk, libtext-markdown-perl
+Build-Depends: debhelper (>= 10), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure (>= 1.8), default-jdk, libtext-markdown-perl
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libtools-logging-clojure.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libtools-logging-clojure.git;a=summary
diff --git a/debian/rules b/debian/rules
index 894941b..2f83f18 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
+export CLASSPATH=/usr/share/java/clojure.jar
 
 PRODUCED_JAR=tools.logging.jar
 

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



More information about the pkg-java-commits mailing list