[SCM] libclucy-clojure packaging branch, master, updated. debian/0.2.2-1-1-gd164abf

Daigo Moriwaki daigo at alioth.debian.org
Sun Jul 17 12:06:13 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libclucy-clojure packaging".

The branch, master has been updated
       via  d164abf1f75a7ef623a424841d30cf9f275a53a7 (commit)
      from  eed5e653a0b18d57c186ab80f8880c8fff9836c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d164abf1f75a7ef623a424841d30cf9f275a53a7
Author: Daigo Moriwaki <daigo at debian.org>
Date:   Sun Jul 17 21:06:08 2011 +0900

    Build-Depends on only clojure-1.2 version, with which the produced jar library will be linked. As of now, clojure.jar is out of the alternative symlink framework.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    8 ++++++++
 debian/control   |    2 +-
 debian/rules     |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd77366..8dbf49e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+clucy (0.2.2-2) unstable; urgency=low
+
+  * Build-Depends on only clojure-1.2 version, with which the produced jar
+    library will be linked. As of now, clojure.jar is out of the alternative
+    symlink framework.
+
+ -- Daigo Moriwaki <daigo at debian.org>  Sun, 17 Jul 2011 21:00:01 +0900
+
 clucy (0.2.2-1) unstable; urgency=low
 
   [ Phil Hagelberg ]
diff --git a/debian/control b/debian/control
index 9328404..6934347 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Daigo Moriwaki <daigo at debian.org>,
            Wolodja Wentland <babilen at gmail.com>
 Build-Depends: debhelper (>> 8),
                javahelper (>= 0.32),
-               clojure1.2 | clojure,
+               clojure1.2,
                default-jdk,
                liblucene2-java,
                libtext-markdown-perl
diff --git a/debian/rules b/debian/rules
index c1adb77..bd7cbb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' '
 DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
 
-export CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/lucene-core.jar:/usr/share/java/lucene-memory.jar:/usr/share/java/lucene-highlighter.jar
+export CLASSPATH=/usr/share/java/clojure-1.2.jar:/usr/share/java/lucene-core.jar:/usr/share/java/lucene-memory.jar:/usr/share/java/lucene-highlighter.jar
 
 PRODUCED_JAR=clucy.jar
 


hooks/post-receive
-- 
libclucy-clojure packaging



More information about the pkg-java-commits mailing list