[debian-edu-commits] debian-edu/ 01/02: Change from aptitude to apt-get in setup-roaming, to make sure we only depend on one such tool.

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Sep 14 21:50:30 UTC 2014


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

pere pushed a commit to branch master
in repository debian-edu-config.

commit 38bc2ffa0d376ab9eb4db95c914677f42eb63a82
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Sep 14 23:49:38 2014 +0200

    Change from aptitude to apt-get in setup-roaming, to make sure we only depend on one such tool.
---
 debian/changelog                            | 4 ++++
 share/debian-edu-config/tools/setup-roaming | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a23985..28cf152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ debian-edu-config (1.801) UNRELEASED; urgency=low
   * Add check if the filesystems on the mountpoints support acls in the
     testsuite filesystem.
 
+  [ Petter Reinholdtsen ]
+  * Change from aptitude to apt-get in setup-roaming, to make sure we
+    only depend on one such tool.
+
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 14 Sep 2014 22:01:07 +0200
 
 debian-edu-config (1.800) unstable; urgency=high
diff --git a/share/debian-edu-config/tools/setup-roaming b/share/debian-edu-config/tools/setup-roaming
index aecce3c..e79544e 100755
--- a/share/debian-edu-config/tools/setup-roaming
+++ b/share/debian-edu-config/tools/setup-roaming
@@ -12,11 +12,11 @@ export DEBIAN_FRONTEND
 # Make sure the packages we need are installed
 apt-get install -y host ldap-utils
 
-aptitude install -y libpam-mklocaluser
-aptitude install -y libpam-sss libnss-sss
+apt-get install -y libpam-mklocaluser
+apt-get install -y libpam-sss libnss-sss
 
 # Make sure the NSS module refered below always is installed
-aptitude install -y libnss-myhostname libnss-mdns libnss-ldapd
+apt-get install -y libnss-myhostname libnss-mdns libnss-ldapd
 
 # Avoid duplicate pam setup, remove the non-caching ldapd version
 apt-get purge -y libpam-ldapd

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