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 60a487073e33842f84540fbca3393c99c93919f0 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 12 19:39:16 2014 +0200 Build depend on clojure1.6 --- debian/changelog | 5 +++-- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2467a5..0222c0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -libtools-logging-clojure (0.2.3-4) UNRELEASED; urgency=medium +libtools-logging-clojure (0.2.3-4) unstable; urgency=medium * Team upload. + * Build depend on clojure1.6 * Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 - -- Emmanuel Bourg <[email protected]> Fri, 12 Sep 2014 19:37:34 +0200 + -- Emmanuel Bourg <[email protected]> Fri, 12 Sep 2014 19:39:07 +0200 libtools-logging-clojure (0.2.3-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 6d232b3..e648679 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Daigo Moriwaki <[email protected]> -Build-Depends: debhelper (>= 9), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure1.4, default-jdk, libtext-markdown-perl +Build-Depends: debhelper (>= 9), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure1.6, default-jdk, libtext-markdown-perl Standards-Version: 3.9.5 Homepage: https://github.com/clojure/tools.logging Vcs-Git: git://git.debian.org/pkg-java/libtools-logging-clojure.git diff --git a/debian/rules b/debian/rules index 5e8959d..894941b 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.4.jar +export CLASSPATH=/usr/share/java/clojure-1.6.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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

