Package an example of multiarch support.

git-svn-id: http://emdebian.org/svn/current@8058 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 13 years ago
parent 88c7c4b40b
commit 2a63b8a701

3
debian/changelog vendored

@ -6,8 +6,9 @@ multistrap (2.1.16) unstable; urgency=low
* Allow multiple keyring packages to be imported. (Closes: #635584)
* Add support for shortcuts to use configuration files in known
locations like /usr/share/multistrap and /etc/multistrap.d/
* Package an example of multiarch support.
-- Neil Williams <codehelp@debian.org> Sat, 30 Jul 2011 09:38:38 +0200
-- Neil Williams <codehelp@debian.org> Sat, 30 Jul 2011 11:06:47 +0200
multistrap (2.1.15) unstable; urgency=low

@ -2,6 +2,7 @@ multistrap ./usr/sbin/
doc/multistrap/man/* ./usr/share/man/
examples/device_table.txt ./usr/share/doc/multistrap/examples/
examples/multistrap-example.conf ./usr/share/doc/multistrap/examples/
examples/multiarch.conf ./usr/share/doc/multistrap/examples/
examples/setup.sh ./usr/share/doc/multistrap/examples/
examples/config.sh ./usr/share/doc/multistrap/examples/
examples/sid.conf ./usr/share/multistrap/

@ -8,25 +8,25 @@ cleanup=true
# same as --no-auth option if set to true
# keyring packages listed in each debootstrap will
# still be installed.
noauth=false
noauth=true
# whether to add the /suite to be explicit about where apt
# needs to look for packages. Default is false.
explicitsuite=false
# extract all downloaded archives (default is true)
unpack=true
# enable MultiArch for the specified architectures
multiarch=armel armhf
multiarch=armel mipsel
# the order of sections is not important.
# the debootstrap option determines which repository
# is used to calculate the list of Priority: required packages.
debootstrap=Debian Foreign ForeignFloat
debootstrap=Debian Foreign Test
aptsources=Debian
[Debian]
packages=apt
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=sid
suite=wheezy
[Foreign]
packages=libgcc1
@ -34,11 +34,10 @@ packages=libc6
architecture=armel
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=sid
suite=wheezy
[ForeignFloat]
packages=libgcc1 libc6
architecture=armhf
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
[Test]
packages=
source=http://ftp.uk.debian.org/emdebian-multiarch/
keyring=
suite=sid

Loading…
Cancel
Save