[libtools-macro-clojure] 03/03: Build depend on clojure1.6

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 12 19:17:17 UTC 2014


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

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

commit 18d0378eeba163044e5ec92d6cb0eea8117e2f05
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 12 19:45:18 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 a40fc6c..3ea26fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libtools-macro-clojure (0.1.1-2) UNRELEASED; urgency=medium
+libtools-macro-clojure (0.1.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 <ebourg at apache.org>  Fri, 12 Sep 2014 19:42:55 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 12 Sep 2014 19:45:08 +0200
 
 libtools-macro-clojure (0.1.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 00e588a..d114744 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 (>= 9), javahelper (>= 0.32), clojure1.4, default-jdk, libtext-markdown-perl, maven-repo-helper (>= 1.5~)
+Build-Depends: debhelper (>= 9), javahelper (>= 0.32), clojure1.6, default-jdk, libtext-markdown-perl, maven-repo-helper (>= 1.5~)
 Standards-Version: 3.9.5
 Homepage: https://github.com/clojure/tools.macro
 Vcs-Git: git://git.debian.org/pkg-java/libtools-macro-clojure.git
diff --git a/debian/rules b/debian/rules
index 9eeaf93..7a09203 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.macro.jar
 

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



More information about the pkg-java-commits mailing list