[libjava-jdbc-clojure] 03/03: Build depend on clojure1.6

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Sep 12 16:10:27 UTC 2014


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 058e8edeb1a0ef93b83ec88b9c61f65172e5ae47
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 12 18:08:42 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 b824ee6..ca3a9b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libjava-jdbc-clojure (0.2.2-2) UNRELEASED; urgency=medium
+libjava-jdbc-clojure (0.2.2-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 18:05:45 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 12 Sep 2014 18:08:31 +0200
 
 libjava-jdbc-clojure (0.2.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f58d79f..1d7b04c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libjava-jdbc-clojure
 Section: java
 Priority: optional
 Maintainer: Daigo Moriwaki <daigo at debian.org>
-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/java.jdbc
 Vcs-Git: git://git.debian.org/pkg-java/libjava-jdbc-clojure.git
diff --git a/debian/rules b/debian/rules
index 4be4607..7745e48 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=java.jdbc.jar
 

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



More information about the pkg-java-commits mailing list