From 31749c9c251c9848cac430a12f4409abb9886217 Mon Sep 17 00:00:00 2001 From: codehelp Date: Sat, 1 May 2010 08:50:16 +0000 Subject: [PATCH] tweaks git-svn-id: http://emdebian.org/svn/current@7159 563faec7-e20c-0410-992a-a66f704d0ccd --- cross/buildchroot.conf | 2 +- debian/control | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cross/buildchroot.conf b/cross/buildchroot.conf index 8f4e3c3..8dd8c0e 100644 --- a/cross/buildchroot.conf +++ b/cross/buildchroot.conf @@ -19,7 +19,7 @@ aptsources=Debian # this is a duplicate if the suite is the same as the toolchain. [Debian] -packages=dpkg-dev build-essential +packages=build-essential fakeroot source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring suite=unstable diff --git a/debian/control b/debian/control index 090d862..e282727 100644 --- a/debian/control +++ b/debian/control @@ -23,18 +23,18 @@ Description: multiple repository bootstrap based on apt A debootstrap replacement with multiple repository support, using apt to handle all dependency issues and conflicts. . - Multistrap includes support for foreign architecture multistraps - that need only minimal configuration on the final device. Also - supports cleaning up the generated bootstrap filesystem to - remove downloaded packages and hooks to modify the files in - the bootstrap filesystem after the packages have been unpacked - but before being configured. + Multistrap includes support for native and foreign architecture + bootstrap environments. Foreign bootstraps only need minimal + configuration on the final device. Also supports cleaning up the + generated bootstrap filesystem to remove downloaded packages and + hooks to modify the files in the bootstrap filesystem after the + packages have been unpacked but before being configured. . Unlike debootstrap, multistrap relies on working versions of dpkg and apt outside the final filesystem. . - Multistrap supercedes emdebian-rootfs and includes support - for preparing root filesystems for specific machines and variants. - Also included is the previous emdebian-rootfs support for - customisation of package selection and of files created + Multistrap supercedes emdebian-rootfs and replaces the previous + support for preparing root filesystems for specific machines and + variants. Multistrap includes the previous emdebian-rootfs support + for customisation of package selection and of files created within the root filesystem.