[debian-edu-commits] debian-edu/ 07/10: * Uncomment code in debian-edu-etc-svk to use aptitude installing packages

Alexander Alemayhu alexander at bitraf.no
Thu Aug 7 07:20:06 UTC 2014


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

ccscanf-guest pushed a commit to annotated tag 0.412.0.edu.etch.1+svn35080
in repository debian-edu-config.

commit c67842e84cdae8da312a7668e55cd3566d747905
Author: Steffen Joeris <white at debian.org>
Date:   Thu Jun 28 10:20:48 2007 +0000

    * Uncomment code in debian-edu-etc-svk to use aptitude installing packages
---
 debian/changelog        | 3 +++
 sbin/debian-edu-etc-svk | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cdcd5de..ea8a5d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,9 @@ debian-edu-config (0.412.0.edu.etch.1+svn35034) terra; urgency=low
   * Change slapd-etch_debian-edu.conf to allow the members of the admin
     group to perform their administrative privileges
     (Closes skolelinux bug #1146)
+  * Uncomment code in debian-edu-etc-svk to call aptitude, because the
+    dependencies are already solved via Depends field and it would
+    cause the installer to fail (Closes skolelinux bug #1205)
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 26 Jun 2007 08:10:42 +0100
 
diff --git a/sbin/debian-edu-etc-svk b/sbin/debian-edu-etc-svk
index 2628435..9e485e5 100755
--- a/sbin/debian-edu-etc-svk
+++ b/sbin/debian-edu-etc-svk
@@ -21,7 +21,10 @@ do_init() {
     cd $subdir
 
     # Install svk and expect
-    aptitude install -y svk expect
+    # Don't use aptitude to download the files as they are already
+    # installed (the debian-edu-config package depends on them)
+    # see skolelinux bug #1205
+    #aptitude install -y svk expect
 
     # Initialize a depot in ~/.svk by running "svk depotmap --init".
     # This is interactive, so use expect to answer the question

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



More information about the debian-edu-commits mailing list