[SCM] libjava-jdbc-clojure packaging branch, master, updated. debian/0.1.1-1-5-g0b462b7
Daigo Moriwaki
daigo at debian.org
Sun May 20 03:16:28 UTC 2012
The following commit has been merged in the master branch:
commit 0b462b72961336ff240006972160f004fcd392d4
Author: Daigo Moriwaki <daigo at debian.org>
Date: Sun May 20 11:55:57 2012 +0900
* New upstream release.
* debian/control:
- Depends on clojure1.4.
- Bumped up Standards-Version to 3.9.3.
diff --git a/debian/changelog b/debian/changelog
index 9638440..4a8eca2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libjava-jdbc-clojure (0.2.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - Depends on clojure1.4.
+ - Bumped up Standards-Version to 3.9.3.
+
+ -- Daigo Moriwaki <daigo at debian.org> Sun, 20 May 2012 11:52:37 +0900
+
libjava-jdbc-clojure (0.1.1-2) unstable; urgency=low
* debian/libjava-jdbc-clojure.poms: added --no-parent, which fixes
diff --git a/debian/control b/debian/control
index 5b3d7a0..2bb0162 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libjava-jdbc-clojure
Section: java
Priority: optional
Maintainer: Daigo Moriwaki <daigo at debian.org>
-Build-Depends: debhelper (>= 8.0.0), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure1.3, default-jdk, libtext-markdown-perl
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8.0.0), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure1.4, default-jdk, libtext-markdown-perl
+Standards-Version: 3.9.3
Homepage: https://github.com/clojure/java.jdbc
Vcs-Git: git://git.debian.org/pkg-java/libjava-jdbc-clojure.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libjava-jdbc-clojure.git;a=summary
diff --git a/debian/rules b/debian/rules
index 0283e3d..4be4607 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.3.jar
+export CLASSPATH=/usr/share/java/clojure-1.4.jar
PRODUCED_JAR=java.jdbc.jar
--
libjava-jdbc-clojure packaging
More information about the pkg-java-commits
mailing list