[debian-edu-commits] debian-edu/ 01/01: Update comments to describe what the code does, not what the result of running the code was a few years ago

Holger Levsen holger at moszumanska.debian.org
Tue Oct 21 12:29:46 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 795e9e997626cc8fdd8f8cb431799e00cf9fcb21
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Oct 21 14:28:22 2014 +0200

    Update comments to describe what the code does, not what the result of running the code was a few years ago
---
 debian/debian-edu-install.postinst | 2 +-
 pre-pkgsel                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/debian-edu-install.postinst b/debian/debian-edu-install.postinst
index 52f9b16..1672e7e 100644
--- a/debian/debian-edu-install.postinst
+++ b/debian/debian-edu-install.postinst
@@ -121,7 +121,7 @@ oldversions="sarge \
   terra_pre01 terra_pre02 \
   terra_rc1 terra_rc2 terra_rc3 terra_rc4 terra_rc5"
 
-# For the stable etch release, use '3.0r0 terra' as the version number
+# get the current version
 new_version="$(cat /usr/lib/debian-edu-install/version)"
 
 if [ -f $debian_edu_config ] ; then
diff --git a/pre-pkgsel b/pre-pkgsel
index 675b6e9..1648126 100755
--- a/pre-pkgsel
+++ b/pre-pkgsel
@@ -73,7 +73,7 @@ if [ ! -d /target/etc/debian-edu ] ; then
     fi
 fi
 
-# For the stable etch release, use '3.0r0 terra' as the version number
+# get the current version
 VERSION="$(cat /usr/lib/debian-edu-install/version || true)"
 if [ -z "$VERSION" ] ; then
     error "missing /usr/lib/debian-edu-install/version, incomplete /etc/debian-edu/config created."

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