~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to debian/qemu-debootstrap

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-11-21 18:24:15 UTC
  • Revision ID: james.westby@ubuntu.com-20101121182415-67fzpb36dyss6cn9
Tags: 0.13.0+noroms-0ubuntu6
* 0.13.0+noroms-0ubuntu5 accidentally reverted changes from
  0.13.0+noroms-0ubuntu4 and 0.13.0+noroms-0ubuntu3; revert this revert.
* debian/rules: filter static versions of qemu-linux-user binaries with
  qemu-[a-z0-9_]+ when renaming them as otherwise we install qemu-malloc.d
  and qemu-malloc.o.
* Add a comment in rules for the changes in 0.13.0+noroms-0ubuntu5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
if [ "`basename "$0"`" = "build-arm-chroot" ]; then
72
72
    deb_arch="armel"
73
73
    log "Setting Debian architecture to armel"
74
 
    log "W:" "$0 is deprecated, please use qemu-debootstrap"
 
74
    warn "$0 is deprecated, please use qemu-debootstrap"
75
75
fi
76
76
 
77
77
opts=""
110
110
            eval $stage=\"\$1\"
111
111
            args="$args $(escape "$1")"
112
112
        else
113
 
            die "option %s may not be empty" "$stage"
 
113
            if [ $stage != script ]; then
 
114
                die "option %s may not be empty" "$stage"
 
115
            fi
114
116
        fi
115
117
        shift
116
118
      ;;