[debian-edu-commits] debian-edu/ 01/01: Add --with-recommends to apt-install, to install our packages the same way apt would do.
Petter Reinholdtsen
pere at moszumanska.debian.org
Wed Aug 27 12:29:49 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-install.
commit 7aeeaa3885d0ba810890b9dc8332988f3a3801f3
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Wed Aug 27 14:29:46 2014 +0200
Add --with-recommends to apt-install, to install our packages the same way apt would do.
---
debian/changelog | 7 +++++++
pre-pkgsel | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 055bccc..bbc43dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-install (1.726) UNRELEASED; urgency=low
+
+ * Add --with-recommends to apt-install, to install our packages the
+ same way apt would do.
+
+ -- Petter Reinholdtsen <pere at debian.org> Wed, 27 Aug 2014 14:29:03 +0200
+
debian-edu-install (1.725) unstable; urgency=high
* Make installation more robust by allowing installation of our
diff --git a/pre-pkgsel b/pre-pkgsel
index a085592..bccb7ea 100755
--- a/pre-pkgsel
+++ b/pre-pkgsel
@@ -17,7 +17,7 @@ error() {
# Install required packages, report fatal error and reboot if it fail.
install_required_pkg() {
p="$1"
- if apt-install --allow-remove $p ; then
+ if apt-install --allow-remove --with-recommends $p ; then
:
else
template=debian-edu-install/errors-pkg-installation
@@ -85,7 +85,7 @@ in-target apt-get update
install_required_pkg education-tasks
# the debian-edu preseeding files
-install_required_pkg debian-edu-install
+install_required_pkg debian-edu-install
edu-etcvcs commit
--
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