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

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


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

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

commit a5a0c567fa7a11cd16976a5475884abc45feccfa
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Dec 23 11:54:51 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 b6921ea..78888e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libdynapath-clojure (0.2.1-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 8091976..cd4a8d9 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
+Build-Depends: debhelper (>= 10), javahelper (>= 0.32), clojure (>= 1.8), default-jdk, libtext-markdown-perl
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libdynapath-clojure.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libdynapath-clojure.git;a=summary
diff --git a/debian/rules b/debian/rules
index 88cbbbd..4a49346 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=dynapath.jar
 

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



More information about the pkg-java-commits mailing list