summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--scripts/sid1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cb07343..aaa70b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ debootstrap (1.0.28) UNRELEASED; urgency=low
* If a sha256sum program is not available, fall back to sha1sum.
This is to support debootstrap use on embedded systems, which are more
likely to have the latter.
+ * Avoid new(?) warning from dpkg about missing Maintainer field when
+ feigning install of a package.
-- Miguel Figueiredo <elmig@debianpt.org> Thu, 10 Feb 2011 21:45:23 +0000
diff --git a/scripts/sid b/scripts/sid
index 41073d6..5febdcc 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -62,6 +62,7 @@ first_stage_install () {
echo \
"Package: $pkg
Version: $ver
+Maintainer: unknown
Status: install ok installed" >> "$TARGET/var/lib/dpkg/status"
touch "$TARGET/var/lib/dpkg/info/${pkg}.list"