[debian-edu-commits] debian-edu/ 01/01: Fix version (which gets written into /etc/debian-edu(config) to say 8.0+edu+alpha0 instead of 8.0.0+edu+alpha0.

Holger Levsen holger at moszumanska.debian.org
Tue Oct 21 20:20:01 UTC 2014


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

holger pushed a commit to branch master
in repository debian-edu-install.

commit c7414aa436ef1edf300024fdb29cb96f8a7d4253
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Oct 21 22:19:05 2014 +0200

    Fix version (which gets written into /etc/debian-edu(config) to say 8.0+edu+alpha0 instead of 8.0.0+edu+alpha0.
---
 debian/changelog                   | 2 ++
 debian/debian-edu-install.postinst | 2 +-
 version                            | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc3a6a5..745827e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ debian-edu-install (1.814) UNRELEASED; urgency=medium
 
   * Mention jessie in internal template in
     debian/debian-edu-profile-udeb.templates.
+  * Fix version (which gets written into /etc/debian-edu(config) to say
+    8.0+edu+alpha0 instead of 8.0.0+edu+alpha0.
 
  -- Holger Levsen <holger at debian.org>  Tue, 21 Oct 2014 14:22:58 +0200
 
diff --git a/debian/debian-edu-install.postinst b/debian/debian-edu-install.postinst
index 1672e7e..62132d2 100644
--- a/debian/debian-edu-install.postinst
+++ b/debian/debian-edu-install.postinst
@@ -147,7 +147,7 @@ if [ -f $debian_edu_config ] ; then
 	         '6.0.4+edu0 rc3' '6.0.4+edu+r0' '6.0.7+edu+r1' \
 	         '7.0.0+edu+alpha0' '7.0.0+edu+alpha2' '7.0.0+edu+alpha3' \
 		 '7.1+edu0~a3' '7.1+edu0~b0' '7.1+edu0~b1' '7.1+edu0~b2' \
-		 '7.1+edu0'
+		 '7.1+edu0' '8.0+edu+alpha0'
 	do
 		if [ "$VERSION" = "$i" ] ; then
 			sed -i $debian_edu_config -e \
diff --git a/version b/version
index e7b5c67..752bd80 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-8.0.0+edu+alpha0
+8.0+edu+alpha0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git



More information about the debian-edu-commits mailing list