Update config files for build and cross chroot (Closes: #610631)
git-svn-id: http://emdebian.org/svn/current@7967 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
ab39cd5914
commit
e53cca1e87
14 changed files with 26 additions and 22 deletions
|
@ -12,4 +12,4 @@ packages=g++-4.2-arm-linux-gnueabi linux-libc-dev-armel-cross
|
||||||
reinstall=binutils-multiarch
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
keyring=emdebian-archive-keyring
|
||||||
suite=stable
|
suite=lenny
|
||||||
|
|
|
@ -21,9 +21,8 @@ unpack=true
|
||||||
debootstrap=Base
|
debootstrap=Base
|
||||||
aptsources=Base
|
aptsources=Base
|
||||||
|
|
||||||
# Lenny toolchains need -base from Lenny.
|
|
||||||
[Base]
|
[Base]
|
||||||
packages=gcc-4.2-base dpkg-dev binutils-multiarch
|
packages=apt build-essential fakeroot
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
|
|
@ -22,7 +22,7 @@ debootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
packages=dpkg-dev binutils-multiarch
|
packages=apt build-essential fakeroot
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=testing
|
suite=testing
|
||||||
|
|
|
@ -20,7 +20,6 @@ unpack=true
|
||||||
debootstrap=Debian
|
debootstrap=Debian
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
# this is a duplicate if the suite is the same as the toolchain.
|
|
||||||
[Debian]
|
[Debian]
|
||||||
packages=apt build-essential fakeroot
|
packages=apt build-essential fakeroot
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
|
|
|
@ -18,12 +18,19 @@ unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
# the debootstrap option determines which repository
|
# the debootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Base
|
debootstrap=Base Build
|
||||||
aptsources=Base
|
aptsources=Base Build
|
||||||
|
|
||||||
# Lenny toolchains need -base from Lenny.
|
# Lenny toolchains need -base from Lenny.
|
||||||
[Base]
|
[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
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
|
|
@ -19,19 +19,18 @@ unpack=true
|
||||||
# the debootstrap option determines which repository
|
# the debootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian Base
|
debootstrap=Debian Base
|
||||||
aptsources=Debian
|
aptsources=Debian Base
|
||||||
|
|
||||||
# Lenny toolchains need -base from Lenny.
|
# Lenny toolchains need -base from Lenny.
|
||||||
[Base]
|
[Base]
|
||||||
packages=gcc-4.2-base
|
packages=gcc-4.2-base
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=lenny
|
||||||
omitdebsrc=false
|
omitdebsrc=false
|
||||||
|
|
||||||
# this is a duplicate if the suite is the same as the toolchain.
|
|
||||||
[Debian]
|
[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
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=testing
|
suite=testing
|
||||||
|
|
|
@ -19,17 +19,16 @@ unpack=true
|
||||||
# the debootstrap option determines which repository
|
# the debootstrap option determines which repository
|
||||||
# is used to calculate the list of Priority: required packages.
|
# is used to calculate the list of Priority: required packages.
|
||||||
debootstrap=Debian Base
|
debootstrap=Debian Base
|
||||||
aptsources=Debian
|
aptsources=Debian Base
|
||||||
|
|
||||||
# Lenny toolchains need -base from Lenny.
|
# Lenny toolchains need -base from Lenny.
|
||||||
[Base]
|
[Base]
|
||||||
packages=gcc-4.2-base
|
packages=gcc-4.2-base
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=lenny
|
||||||
omitdebsrc=false
|
omitdebsrc=false
|
||||||
|
|
||||||
# this is a duplicate if the suite is the same as the toolchain.
|
|
||||||
[Debian]
|
[Debian]
|
||||||
packages=dpkg-dev binutils-multiarch build-essential dpkg-cross aptitude
|
packages=dpkg-dev binutils-multiarch build-essential dpkg-cross aptitude
|
||||||
source=http://ftp.uk.debian.org/debian
|
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
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
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
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
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
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
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
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
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
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
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
|
reinstall=binutils-multiarch
|
||||||
source=http://www.emdebian.org/debian
|
source=http://www.emdebian.org/debian
|
||||||
keyring=emdebian-archive-keyring
|
keyring=emdebian-archive-keyring
|
||||||
suite=stable
|
suite=lenny
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -15,8 +15,9 @@ multistrap (2.1.13) unstable; urgency=low
|
||||||
* Improve source download method to get packages individually - avoids
|
* Improve source download method to get packages individually - avoids
|
||||||
breakage if the repository is incomplete.
|
breakage if the repository is incomplete.
|
||||||
* Complete the support for 'flat' repositories (Closes: #619959)
|
* 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
|
multistrap (2.1.12) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue