~ubuntu-branches/ubuntu/dapper/debootstrap/dapper

« back to all changes in this revision

Viewing changes to dapper

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2006-02-08 10:26:24 UTC
  • Revision ID: package-import@ubuntu.com-20060208102624-r913hv94mr91d8c9
* Remove gcc-4.0-base from buildd base, since it's already required.
* Remove libdb4.2 from buildd base; perl now uses libdb4.3 which is
  required.
* Iterate over all components in get_debs (closes: Malone #30804).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
      add () { if [ "$ARCH" = "$1" ]; then eval "$2=\"\$$2 $3\""; fi; }
21
21
 
22
 
      base="apt binutils cpio cpp cpp-4.0 dpkg-dev g++ g++-4.0 gcc gcc-4.0 gcc-4.0-base ${LIBC6}-dev libdb4.2 libgdbm3 libstdc++6 libstdc++6-4.0-dev linux-kernel-headers make patch perl perl-modules"
 
22
      base="apt binutils cpio cpp cpp-4.0 dpkg-dev g++ g++-4.0 gcc gcc-4.0 ${LIBC6}-dev libgdbm3 libstdc++6 libstdc++6-4.0-dev linux-kernel-headers make patch perl perl-modules"
23
23
 
24
24
      add ia64 base "libunwind7-dev"
25
25
      add sparc base "lib64gcc1"