summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-22 00:42:38 (GMT)
committerJoey Hess <joey@kitenet.net>2011-02-22 00:42:38 (GMT)
commit6ac3e48708af5e16439f35a893056992f896e8dc (patch)
tree54af1daffcc98b3d8c7a217c0b46f7d813c98177 /scripts
parentee850e1177eb06d31a1b5b83c4c0d12734d18b26 (diff)
downloaddebootstrap-6ac3e48708af5e16439f35a893056992f896e8dc.zip
debootstrap-6ac3e48708af5e16439f35a893056992f896e8dc.tar.gz
debootstrap-6ac3e48708af5e16439f35a893056992f896e8dc.tar.bz2
Avoid new(?) warning from dpkg about missing Maintainer field when feigning install of a package.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sid1
1 files changed, 1 insertions, 0 deletions
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"