Update config files for build and cross chroot (Closes: #610631)

git-svn-id: http://emdebian.org/svn/current@7967 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 13 years ago
parent ab39cd5914
commit e53cca1e87

@ -12,4 +12,4 @@ 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
suite=lenny

@ -21,9 +21,8 @@ unpack=true
debootstrap=Base
aptsources=Base
# Lenny toolchains need -base from Lenny.
[Base]
packages=gcc-4.2-base dpkg-dev binutils-multiarch
packages=apt build-essential fakeroot
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=stable

@ -22,7 +22,7 @@ debootstrap=Debian
aptsources=Debian
[Debian]
packages=dpkg-dev binutils-multiarch
packages=apt build-essential fakeroot
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=testing

@ -20,7 +20,6 @@ unpack=true
debootstrap=Debian
aptsources=Debian
# this is a duplicate if the suite is the same as the toolchain.
[Debian]
packages=apt build-essential fakeroot
source=http://ftp.uk.debian.org/debian

@ -18,12 +18,19 @@ unpack=true
# the order of sections is not important.
# the debootstrap option determines which repository
# is used to calculate the list of Priority: required packages.
debootstrap=Base
aptsources=Base
debootstrap=Base Build
aptsources=Base Build
# Lenny toolchains need -base from Lenny.
[Base]
packages=gcc-4.2-base dpkg-dev binutils-multiarch build-essential aptitude
packages=gcc-4.2-base
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
omitdebsrc=false
[Build]
packages=dpkg-dev binutils-multiarch build-essential dpkg-cross aptitude
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=stable

@ -19,19 +19,18 @@ unpack=true
# the debootstrap option determines which repository
# is used to calculate the list of Priority: required packages.
debootstrap=Debian Base
aptsources=Debian
aptsources=Debian Base
# Lenny toolchains need -base from Lenny.
[Base]
packages=gcc-4.2-base
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=stable
suite=lenny
omitdebsrc=false
# this is a duplicate if the suite is the same as the toolchain.
[Debian]
packages=dpkg-dev binutils-multiarch build-essential aptitude
packages=dpkg-dev binutils-multiarch build-essential dpkg-cross aptitude
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=testing

@ -19,17 +19,16 @@ unpack=true
# the debootstrap option determines which repository
# is used to calculate the list of Priority: required packages.
debootstrap=Debian Base
aptsources=Debian
aptsources=Debian Base
# Lenny toolchains need -base from Lenny.
[Base]
packages=gcc-4.2-base
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=stable
suite=lenny
omitdebsrc=false
# this is a duplicate if the suite is the same as the toolchain.
[Debian]
packages=dpkg-dev binutils-multiarch build-essential dpkg-cross aptitude
source=http://ftp.uk.debian.org/debian

@ -12,4 +12,4 @@ packages=g++-4.2-hppa-linux-gnu linux-libc-dev-hppa-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=stable
suite=lenny

@ -12,4 +12,4 @@ packages=g++-4.2-ia64-linux-gnu linux-libc-dev-ia64-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=stable
suite=lenny

@ -12,4 +12,4 @@ packages=g++-4.2-mips-linux-gnu linux-libc-dev-mips-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=stable
suite=lenny

@ -12,4 +12,4 @@ packages=g++-4.2-mipsel-linux-gnu linux-libc-dev-mipsel-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=stable
suite=lenny

@ -12,4 +12,4 @@ packages=g++-4.2-powerpc-linux-gnu linux-libc-dev-powerpc-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=stable
suite=lenny

@ -12,4 +12,4 @@ packages=g++-4.2-sparc-linux-gnue linux-libc-dev-sparc-cross
reinstall=binutils-multiarch
source=http://www.emdebian.org/debian
keyring=emdebian-archive-keyring
suite=stable
suite=lenny

3
debian/changelog vendored

@ -15,8 +15,9 @@ multistrap (2.1.13) unstable; urgency=low
* Improve source download method to get packages individually - avoids
breakage if the repository is incomplete.
* Complete the support for 'flat' repositories (Closes: #619959)
* Update config files for build and cross chroot (Closes: #610631)
-- Neil Williams <codehelp@debian.org> Thu, 31 Mar 2011 16:42:34 +0100
-- Neil Williams <codehelp@debian.org> Fri, 01 Apr 2011 20:15:06 +0100
multistrap (2.1.12) unstable; urgency=low

Loading…
Cancel
Save