Bug#578989: pbuilder: document that DEBOOTSTRAPOPTS is an array

Ansgar Burchardt ansgar at 2008.43-1.org
Sat Apr 24 04:59:36 UTC 2010


Package: pbuilder
Version: 0.196
Severity: minor

Hi,

please document that pbuilderrc's DEBOOTSTRAPOPTS is an array and not a
space-seperated list of options.  The following does not work:

  DEBOOTSTRAPOPTS="--variant=buildd --keyring=/etc/apt/trusted.gpg"

But this does:

  DEBOOTSTRAPOPTS[0]="--variant=buildd"
  DEBOOTSTRAPOPTS[1]="--keyring=/etc/apt/trusted.gpg"

I don't know if the same is true for other variables.

Regards,
Ansgar

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash





More information about the Pbuilder-maint mailing list