[debian-edu-commits] debian-edu/ 01/01: debian-edu-install.postinst: drop workaround for missing versions present between 1.810 and 1.813.

Holger Levsen holger at layer-acht.org
Mon Aug 14 14:57:43 UTC 2017


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 51cfe67442907a3eca2a61e59d3c7d8cafef26e6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 14 10:57:37 2017 -0400

    debian-edu-install.postinst: drop workaround for missing versions present between 1.810 and 1.813.
---
 debian/changelog                   | 2 ++
 debian/debian-edu-install.postinst | 7 -------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a28aadf..6c7298f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debian-edu-install (1.917) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.0.1, no changes needed.
   * Drop no longer active people from uploaders, thanks for all your work: 
     - Andrew Lee (李健秋).
+  * debian-edu-install.postinst: drop workaround for missing versions present
+    between 1.810 and 1.813.
 
  -- Holger Levsen <holger at debian.org>  Sat, 05 Aug 2017 17:58:22 -0400
 
diff --git a/debian/debian-edu-install.postinst b/debian/debian-edu-install.postinst
index 1f14538..cfb99cd 100644
--- a/debian/debian-edu-install.postinst
+++ b/debian/debian-edu-install.postinst
@@ -135,13 +135,6 @@ if [ -f $debian_edu_config ] ; then
 	# upgrades like it done on installation in pre-pkgsel (from this
 	# package).
 
-	# clean up missing version caused by bug introduced in version
-	# 1.810 and fixed in version 1.813.
-	if [ -z "$VERSION" ] ; then
-	    sed -i $debian_edu_config -e \
-		"s/^VERSION=.*$/VERSION=\"$new_version\"/"
-	fi
-
 	# Need to list versions with space here, to avoid unwanted
 	# word splitting
 	for i in $oldversions '3.0r0 terra' '3.0r1 terra' '4.0r0 luna alpha1' \

-- 
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