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 954433fde442c772b38840ce67c0d79a82f2dc92 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 12 19:16:45 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 685b219..9b55714 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -libdynapath-clojure (0.2.1-2) UNRELEASED; urgency=medium +libdynapath-clojure (0.2.1-2) 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:14:02 +0200 + -- Emmanuel Bourg <[email protected]> Fri, 12 Sep 2014 19:16:13 +0200 libdynapath-clojure (0.2.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index a246368..51daa3a 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), clojure1.4, default-jdk, libtext-markdown-perl +Build-Depends: debhelper (>= 9), javahelper (>= 0.32), clojure1.6, default-jdk, libtext-markdown-perl Standards-Version: 3.9.5 Homepage: https://github.com/tobias/dynapath Vcs-Git: git://git.debian.org/pkg-java/libdynapath-clojure.git diff --git a/debian/rules b/debian/rules index de8980b..88cbbbd 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=dynapath.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libdynapath-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

