[debian-edu-commits] debian-edu/ 01/01: Extend debian/tests/test-metapkgs script to install and run how-can-i-help at the end of the metapackage installation, to get a list of problematic packages.

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Jul 27 17:17:34 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.

commit 26857013272b9bfccb1a3dbee66c63a35021bcaf
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Sun Jul 27 19:17:23 2014 +0200

    Extend debian/tests/test-metapkgs script to install and run how-can-i-help at the end of the metapackage installation, to get a list of problematic packages.
---
 debian/changelog           | 4 ++++
 debian/tests/test-metapkgs | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ca8296c..843ba6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ debian-edu (1.720~0.git.2014-07-26) unstable; urgency=low
     changelog entry, so we add an extra paragraph like this one until it's
     uploaded.
 
+  * Extend debian/tests/test-metapkgs script to install and run
+    how-can-i-help at the end of the metapackage installation, to get
+    a list of problematic packages.
+
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 26 Jul 2014 12:11:31 +0200
 
 debian-edu (1.719) unstable; urgency=low
diff --git a/debian/tests/test-metapkgs b/debian/tests/test-metapkgs
index 2979660..270c204 100644
--- a/debian/tests/test-metapkgs
+++ b/debian/tests/test-metapkgs
@@ -30,6 +30,10 @@ chroot_test() {
     PROFILE=$PROFILE DESKTOP=$DESKTOP chroot $target \
 	sh -x /root/debian-edu-bless 2>&1
 
+    # List packages with problems in Debian
+    chroot $target apt-get install -y how-can-i-help
+    chroot $target how-can-i-help --old
+
     umount $target/proc
     umount="$target/sys"
     umount $target/sys

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



More information about the debian-edu-commits mailing list