diff --git a/cross/armel.conf b/cross/armel.conf index d0c4c2e..460c954 100644 --- a/cross/armel.conf +++ b/cross/armel.conf @@ -1,11 +1,15 @@ [General] include=/usr/share/multistrap/crosschroot.conf omitrequired=false -configscript=config.sh -setupscript=setup.sh +configscript= +setupscript= +debootstrap=Debian Base Toolchains +aptsources=Debian Toolchains +tarballname=pdebuild-cross.tgz [Toolchains] packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross +reinstall=binutils-multiarch source=http://www.emdebian.org/debian keyring=emdebian-archive-keyring suite=stable diff --git a/cross/crosschroot.conf b/cross/crosschroot.conf index 3b2291c..f0f0514 100644 --- a/cross/crosschroot.conf +++ b/cross/crosschroot.conf @@ -27,7 +27,7 @@ suite=stable # this is a duplicate if the suite is the same as the toolchain. [Debian] -packages=dpkg-dev binutils-multiarch +packages=dpkg-dev binutils-multiarch build-essential source=http://ftp.uk.debian.org/debian keyring=debian-archive-keyring suite=unstable diff --git a/debian/changelog b/debian/changelog index ef05408..e6c2151 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +multistrap (2.1.3) experimental; urgency=low + + * Fix armel.conf to specify the right sources. + + -- Neil Williams Sun, 25 Apr 2010 09:35:28 +0100 + multistrap (2.1.2) experimental; urgency=low * Add support to avoid running preinst scripts and