From 6ac3e48708af5e16439f35a893056992f896e8dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Feb 2011 20:42:38 -0400 Subject: Avoid new(?) warning from dpkg about missing Maintainer field when feigning install of a package. --- debian/changelog | 2 ++ scripts/sid | 1 + 2 files changed, 3 insertions(+) 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 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" -- cgit v0.12