Package an example of multiarch support.
git-svn-id: http://emdebian.org/svn/current@8058 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
88c7c4b40b
commit
2a63b8a701
3 changed files with 12 additions and 11 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -6,8 +6,9 @@ multistrap (2.1.16) unstable; urgency=low
|
||||||
* Allow multiple keyring packages to be imported. (Closes: #635584)
|
* Allow multiple keyring packages to be imported. (Closes: #635584)
|
||||||
* Add support for shortcuts to use configuration files in known
|
* Add support for shortcuts to use configuration files in known
|
||||||
locations like /usr/share/multistrap and /etc/multistrap.d/
|
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
|
multistrap (2.1.15) unstable; urgency=low
|
||||||
|
|
||||||
|
|
1
debian/multistrap.install
vendored
1
debian/multistrap.install
vendored
|
@ -2,6 +2,7 @@ multistrap ./usr/sbin/
|
||||||
doc/multistrap/man/* ./usr/share/man/
|
doc/multistrap/man/* ./usr/share/man/
|
||||||
examples/device_table.txt ./usr/share/doc/multistrap/examples/
|
examples/device_table.txt ./usr/share/doc/multistrap/examples/
|
||||||
examples/multistrap-example.conf ./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/setup.sh ./usr/share/doc/multistrap/examples/
|
||||||
examples/config.sh ./usr/share/doc/multistrap/examples/
|
examples/config.sh ./usr/share/doc/multistrap/examples/
|
||||||
examples/sid.conf ./usr/share/multistrap/
|
examples/sid.conf ./usr/share/multistrap/
|
||||||
|
|
|
@ -8,25 +8,25 @@ cleanup=true
|
||||||
# same as --no-auth option if set to true
|
# same as --no-auth option if set to true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=true
|
||||||
# whether to add the /suite to be explicit about where apt
|
# whether to add the /suite to be explicit about where apt
|
||||||
# needs to look for packages. Default is false.
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=false
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# enable MultiArch for the specified architectures
|
# enable MultiArch for the specified architectures
|
||||||
multiarch=armel armhf
|
multiarch=armel mipsel
|
||||||
# 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=Debian Foreign ForeignFloat
|
debootstrap=Debian Foreign Test
|
||||||
aptsources=Debian
|
aptsources=Debian
|
||||||
|
|
||||||
[Debian]
|
[Debian]
|
||||||
packages=apt
|
packages=apt
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=sid
|
suite=wheezy
|
||||||
|
|
||||||
[Foreign]
|
[Foreign]
|
||||||
packages=libgcc1
|
packages=libgcc1
|
||||||
|
@ -34,11 +34,10 @@ packages=libc6
|
||||||
architecture=armel
|
architecture=armel
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=sid
|
suite=wheezy
|
||||||
|
|
||||||
[ForeignFloat]
|
[Test]
|
||||||
packages=libgcc1 libc6
|
packages=
|
||||||
architecture=armhf
|
source=http://ftp.uk.debian.org/emdebian-multiarch/
|
||||||
source=http://ftp.uk.debian.org/debian
|
keyring=
|
||||||
keyring=debian-archive-keyring
|
|
||||||
suite=sid
|
suite=sid
|
||||||
|
|
Loading…
Reference in a new issue