[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#509844: --variant=minbase broken



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 

Reply to: