Your message dated Sat, 27 Dec 2008 00:59:17 +0100
with message-id <20081226235917.ga2...@thorin>
and subject line oops
has caused the Debian Bug report #509844,
regarding --variant=minbase broken
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
509844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509844
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.10
Severity: normal
Tags: patch
--variant=minbase broke when apt started depending on debian-archive-keyring,
which in turn depends on gnupg, etc.
Attached patch fixes the problem.
Note, however, that #509838 is breaking it as well.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages debootstrap depends on:
ii binutils 2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii wget 1.11.4-2 retrieves files from the web
debootstrap recommends no packages.
debootstrap suggests no packages.
-- no debconf information
diff -ur debootstrap-1.0.10/scripts/debian/sid debootstrap-1.0.10.new/scripts/debian/sid
--- debootstrap-1.0.10/scripts/debian/sid 2008-06-02 10:43:20.000000000 +0000
+++ debootstrap-1.0.10.new/scripts/debian/sid 2008-12-26 22:03:24.000000000 +0000
@@ -24,7 +24,7 @@
elif doing_variant buildd; then
base="$(get_debs Build-Essential: yes)"
elif doing_variant minbase; then
- base="apt"
+ base="apt debian-archive-keyring gnupg gpgv libbz2-1.0 libreadline5 readline-common libusb-0.1-4"
fi
if doing_variant fakechroot; then
--- End Message ---
--- Begin Message ---
Version: 1.0.10
Silly me, I didn't realize debootstrap has built-in dependency resolution.
Sorry for the noise.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
--- End Message ---