summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-07-20 09:44:47 (GMT)
committerColin Watson <cjwatson@debian.org>2007-07-20 09:44:47 (GMT)
commitfa48409f8367ebe15f2a477f7605d46028ea34f9 (patch)
tree125d6615180425404ccb163ef393671f204873af /scripts
parent30177640653d9f0251d1e1e2dfdeae0dca3d9d89 (diff)
downloaddebootstrap-fa48409f8367ebe15f2a477f7605d46028ea34f9.zip
debootstrap-fa48409f8367ebe15f2a477f7605d46028ea34f9.tar.gz
debootstrap-fa48409f8367ebe15f2a477f7605d46028ea34f9.tar.bz2
determine buildd variant dynamically here too
r48492
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubuntu/gutsy.fakechroot13
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/ubuntu/gutsy.fakechroot b/scripts/ubuntu/gutsy.fakechroot
index 0d6d02e..ae0e5a2 100644
--- a/scripts/ubuntu/gutsy.fakechroot
+++ b/scripts/ubuntu/gutsy.fakechroot
@@ -24,18 +24,7 @@ work_out_debs () {
# ^^ should be getting debconf here somehow maybe
base="$(get_debs Priority: important)"
elif doing_variant buildd; then
- # TODO: add Build-Essential: yes extraoverrides
- #base="$(get_debs Build-Essential: yes)"
-
- add () { if [ "$ARCH" = "$1" ]; then eval "$2=\"\$$2 $3\""; fi; }
-
- base="apt binutils cpio cpp cpp-4.1 dpkg-dev g++ g++-4.1 gcc gcc-4.1 ${LIBC6}-dev libdb4.4 libgdbm3 libstdc++6 libstdc++6-4.1-dev linux-libc-dev make patch perl perl-modules"
-
- add hppa base "libgcc4"
- add ia64 base "libunwind7-dev"
- add sparc base "lib64gcc1"
- add sparc base "libc6-dev-sparc64"
- add sparc base "libc6-sparc64"
+ base="$(get_debs Build-Essential: yes)"
elif doing_variant fakechroot; then
base="apt"
fi