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

ehashman-guest pushed a commit to branch master
in repository clojure.

commit da2d77f3ad4ae4934d76912b01bab21e6e424713
Author: Elana Hashman <ehash...@debian.org>
Date:   Mon Jan 15 12:37:20 2018 -0500

    Bump Clojure version to 1.9
---
 debian/clojure.postinst | 2 +-
 debian/clojure.prerm    | 2 +-
 debian/control          | 4 ++--
 debian/rules            | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/clojure.postinst b/debian/clojure.postinst
index a93d1a7..18f6c6d 100644
--- a/debian/clojure.postinst
+++ b/debian/clojure.postinst
@@ -4,7 +4,7 @@ set -e
 
 if [ "$1" = "configure" ]
 then
-        CLOJUREVER=1.8
+        CLOJUREVER=1.9
         PRIORITY=180
         update-alternatives --install \
           /usr/bin/clojure clojure /usr/bin/clojure${CLOJUREVER} ${PRIORITY} \
diff --git a/debian/clojure.prerm b/debian/clojure.prerm
index 192e27f..1a231eb 100644
--- a/debian/clojure.prerm
+++ b/debian/clojure.prerm
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = "remove" ]; then
-        CLOJUREVER=1.8
+        CLOJUREVER=1.9
         update-alternatives --remove clojure  /usr/bin/clojure${CLOJUREVER}
         update-alternatives --remove clojurec /usr/bin/clojurec${CLOJUREVER}
 fi
diff --git a/debian/control b/debian/control
index c8e5e82..e33be8f 100644
--- a/debian/control
+++ b/debian/control
@@ -45,8 +45,8 @@ Architecture: all
 Depends:
  libjsr166y-java,
  ${misc:Depends}
-Breaks: clojure (<< 1.8)
-Replaces: clojure (<< 1.8)
+Breaks: clojure (<< 1.9)
+Replaces: clojure (<< 1.9)
 Section: java
 Description: Lisp dialect for the JVM (library)
  Clojure is a dynamic programming language that targets the Java Virtual
diff --git a/debian/rules b/debian/rules
index bf2677b..f2a4e5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 SHELL := /bin/bash
-VER := 1.8
+VER := 1.9
 JAVA_HOME = /usr/lib/jvm/default-java
 
 %:

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to