[clojure] 01/11: Rename the package to clojure1.8

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 22 16:28:27 UTC 2016


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

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

commit af571e5ac52ad29f7da4f92ac1a548b528e80708
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Dec 22 15:40:05 2016 +0100

    Rename the package to clojure1.8
---
 debian/changelog                                    | 8 ++++++++
 debian/{clojure1.6.postinst => clojure1.8.postinst} | 2 +-
 debian/{clojure1.6.prerm => clojure1.8.prerm}       | 2 +-
 debian/control                                      | 4 ++--
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6645356..0419b53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+clojure1.8 (1.8.0-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release
+    - Rename the package to clojure1.8
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 22 Dec 2016 15:38:43 +0100
+
 clojure1.6 (1.6.0+dfsg-4) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/clojure1.6.postinst b/debian/clojure1.8.postinst
similarity index 96%
rename from debian/clojure1.6.postinst
rename to debian/clojure1.8.postinst
index eec4d3c..4108571 100644
--- a/debian/clojure1.6.postinst
+++ b/debian/clojure1.8.postinst
@@ -4,7 +4,7 @@ set -e
 
 if [ "$1" = "configure" ]
 then
-        CLOJUREVER=1.6
+        CLOJUREVER=1.8
         update-alternatives --install \
           /usr/bin/clojure clojure /usr/bin/clojure${CLOJUREVER} 40 \
 	    --slave /usr/share/man/man1/clojure.1.gz clojure.1.gz /usr/share/man/man1/clojure${CLOJUREVER}.1.gz \
diff --git a/debian/clojure1.6.prerm b/debian/clojure1.8.prerm
similarity index 90%
rename from debian/clojure1.6.prerm
rename to debian/clojure1.8.prerm
index c495880..192e27f 100644
--- a/debian/clojure1.6.prerm
+++ b/debian/clojure1.8.prerm
@@ -3,7 +3,7 @@
 set -e
 
 if [ "$1" = "remove" ]; then
-        CLOJUREVER=1.6
+        CLOJUREVER=1.8
         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 e122bce..80a00bd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: clojure1.6
+Source: clojure1.8
 Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
@@ -17,7 +17,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-java/clojure.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/clojure.git
 Homepage: http://clojure.org
 
-Package: clojure1.6
+Package: clojure1.8
 Architecture: all
 Depends:
  default-jre-headless | java6-runtime-headless,

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



More information about the pkg-java-commits mailing list