From 9c55deb69aa0308455f9f76bad265ba1ac01d784 Mon Sep 17 00:00:00 2001 From: codehelp Date: Sun, 25 Apr 2010 13:50:14 +0000 Subject: [PATCH] Fix armel.conf to specify the right sources. git-svn-id: http://emdebian.org/svn/current@7146 563faec7-e20c-0410-992a-a66f704d0ccd --- cross/armel.conf | 8 ++++++-- cross/crosschroot.conf | 2 +- debian/changelog | 6 ++++++ 3 files changed, 13 insertions(+), 3 deletions(-) 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