From 06671c3424c60d65e9006d80cdf67d519b75d5ba Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 11 Nov 2007 11:42:13 +0100 Subject: [PATCH] Fix 'dependency problems' handling in buildd functions --- buildd/functions.sh | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildd/functions.sh b/buildd/functions.sh index b8fb210..967c8f1 100755 --- a/buildd/functions.sh +++ b/buildd/functions.sh @@ -104,7 +104,7 @@ $(grep -i warn $FAI_LOGFILES/* /var/log/grml-buildd.std* || echo "* nothing") There following dependency problems have been noticed: -$(grep -i "[Not Installed]" $FAI_LOGFILES/software.log || echo "* nothing") +$(grep -i "Not Installed" $FAI_LOGFILES/software.log || echo "* nothing") The following packages could not be installed: diff --git a/debian/changelog b/debian/changelog index 7097592..b8e3ece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ grml-live (0.0.9) unstable; urgency=low * Remove all files inside /root/ when using class RELEASE. * Disable apt-listbugs in [soft]update. + * Fix 'dependency problems' handling in buildd functions. * Add new packages to GRML_FULL: - hdapsd - hdaps-utils -- 2.1.4