[Pbuilder-maint] Bug#416920: pbuilder-uml: --uml-ip broken

Paul TBBle Hampson Paul.Hampson at Pobox.com
Sat Mar 31 13:45:50 UTC 2007


Package: pbuilder-uml
Version: 0.165
Severity: normal
Tags: patch

A typo in the patch I submitted for #415544 means that --uml-ip now has
no effect, as the test always returns false.

Sorry about that, I don't know how this slipped past me in testing, I
may have made a late change, and missed testing the COW'd + --uml-ip
combination. >_<

--- /usr/bin/pbuilder-user-mode-linux	2007-03-30 21:50:27.000000000 +1000
+++ pbuilder-user-mode-linux	2007-03-31 23:31:08.000000000 +1000
@@ -101,7 +101,7 @@
   chmod 1777 ${UML_CHROOT_MOUNTPOINT}/tmp
 fi
 
-if [ "${UML_IP}" != 'dhcp']; then
+if [ "${UML_IP}" != 'dhcp' ]; then
   cat <<IP > ${UML_CHROOT_MOUNTPOINT}/etc/network/interfaces
 auto lo
 iface lo inet loopback

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages pbuilder-uml depends on:
ii  pbuilder                    0.165        personal package builder for Debia
ii  rootstrap                   0.3.24-2     A tool for building complete Linux
ii  user-mode-linux             2.6.18-1um-2 User-mode Linux (kernel)

pbuilder-uml recommends no packages.

-- no debconf information

-- 
Paul "TBBle" Hampson, Paul.Hampson at Pobox.com

Shorter .sig for a more eco-friendly paperless office.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pbuilder-maint/attachments/20070331/f297876f/attachment.pgp


More information about the Pbuilder-maint mailing list