This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjava-jdbc-clojure.
commit 6886f2092ed8d6d09a83403d122d71b5b216e094 Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 23 11:59:07 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 dc697f0..714a0d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libjava-jdbc-clojure (0.2.2-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 9f5c0cf..e5ff975 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libjava-jdbc-clojure Section: java Priority: optional Maintainer: Daigo Moriwaki <[email protected]> -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/libjava-jdbc-clojure.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjava-jdbc-clojure.git;a=summary diff --git a/debian/rules b/debian/rules index 7745e48..0b51054 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=java.jdbc.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjava-jdbc-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

