Update for Jessie release

main
Neil Williams 9 years ago
parent eb27474d15
commit 2e22ca8d73

@ -1,4 +1,4 @@
# Example multistrap configuration file for a lenny build chroot
# Example multistrap configuration file for a squeeze build chroot
# Need to use cascading to select the toolchain for the cross arch.
[General]

1
debian/changelog vendored

@ -2,6 +2,7 @@ multistrap (2.2.1) UNRELEASED; urgency=medium
* Move to github
* Switch example mirror in usage information. (Closes: #774476)
* Update for Jessie release
-- Neil Williams <codehelp@debian.org> Sun, 12 Apr 2015 18:15:30 +0100

@ -1,5 +1,5 @@
# Example multistrap configuration file
# to create a plain Debian lenny bootstrap for amd64
# to create a plain Debian stable bootstrap for amd64
[General]
arch=amd64

@ -0,0 +1,27 @@
# Example multistrap configuration file for the squeeze shortcut.
[General]
arch=
directory=
# same as --tidy-up option if set to true
cleanup=true
# same as --no-auth option if set to true
# keyring packages listed in each bootstrap will
# still be installed.
noauth=false
# 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
# the order of sections is not important.
# the bootstrap option determines which repository
# is used to calculate the list of Priority: required packages.
bootstrap=Debian
aptsources=Debian
[Debian]
packages=apt
source=http://http.debian.net/debian
keyring=debian-archive-keyring
suite=stretch

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: multistrap\n"
"Report-Msgid-Bugs-To: multistrap@packages.debian.org\n"
"POT-Creation-Date: 2015-04-12 18:31+0100\n"
"POT-Creation-Date: 2015-04-12 18:55+0100\n"
"PO-Revision-Date: 2012-04-21 17:30+01:00\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: multistrap 2.1.18\n"
"Report-Msgid-Bugs-To: multistrap@packages.debian.org\n"
"POT-Creation-Date: 2015-04-12 18:31+0100\n"
"POT-Creation-Date: 2015-04-12 18:55+0100\n"
"PO-Revision-Date: 2012-04-23 19:41+0200\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: multistrap\n"
"Report-Msgid-Bugs-To: multistrap@packages.debian.org\n"
"POT-Creation-Date: 2015-04-12 18:31+0100\n"
"POT-Creation-Date: 2015-04-12 18:55+0100\n"
"PO-Revision-Date: 2012-04-24 11:21+0100\n"
"Last-Translator: Julien Patriarca <patriarcaj@gmail.com>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: multistrap@packages.debian.org\n"
"POT-Creation-Date: 2015-04-12 18:31+0100\n"
"POT-Creation-Date: 2015-04-12 18:55+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: multistrap 2.1.16\n"
"Report-Msgid-Bugs-To: multistrap@packages.debian.org\n"
"POT-Creation-Date: 2015-04-12 18:31+0100\n"
"POT-Creation-Date: 2015-04-12 18:55+0100\n"
"PO-Revision-Date: 2011-08-25 23:20+0100\n"
"Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: multistrap 2.1.7\n"
"Report-Msgid-Bugs-To: multistrap@packages.debian.org\n"
"POT-Creation-Date: 2015-04-12 18:31+0100\n"
"POT-Creation-Date: 2015-04-12 18:55+0100\n"
"PO-Revision-Date: 2010-09-29 19:59+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"

@ -89,11 +89,11 @@ Example configuration:
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
suite=jessie
This will result in a completely normal bootstrap of Debian lenny from
This will result in a completely normal bootstrap of Debian Jessie from
the specified mirror, for armel in '/opt/multistrap/'. (This configuration
is retained in the package as F</usr/share/multistrap/lenny.conf>)
is retained in the package as F</usr/share/multistrap/jessie.conf>)
Specify a package to extend the multistrap to include that package and
all dependencies of that package.
@ -220,7 +220,7 @@ other than comments. Values must all on the same line as the key.
packages=
source=http://ftp.uk.debian.org/debian
keyring=debian-archive-keyring
suite=lenny
suite=jessie
The section name (in [] brackets) needs to be unique for this
configuration file and any configuration files which this file
@ -238,15 +238,15 @@ each group under 'bootstrap'.
[base]
packages=udev mtd-utils
source=http://www.emdebian.org/grip
keyring=emdebian-archive-keyring
suite=lenny
source=http://http.debian.net/debian
keyring=debian-archive-keyring
suite=jessie
[networking]
packages=netbase ifupdown iproute net-tools samba
source=http://www.emdebian.org/grip
keyring=emdebian-archive-keyring
suite=lenny
source=http://http.debian.net/debian
keyring=debian-archive-keyring
suite=jessie
As a special case, C<multistrap> also supports multiple packages keys
per section, one line for each. Other keys cannot be repeated in this
@ -255,9 +255,9 @@ manner.
[Emdebian]
packages=udev mtd-utils netbase ifupdown iproute
packages=busybox net-tools samba
source=http://www.emdebian.org/grip
keyring=emdebian-archive-keyring
suite=lenny
source=http://http.debian.net/debian
keyring=debian-archive-keyring
suite=jessie
'source' is the apt source to use for this Section. To use a local
source on the same machine, ensure you use C<copy://> not C<file://>,
@ -273,7 +273,7 @@ option must be set to B<true>. See Secure Apt.
be the suite, not the codename.
Suites change from time to time: (oldstable, stable, testing, sid)
The codename (etch, lenny, squeeze, sid) does not change.
The codename (squeeze, wheezy, jessie, sid) does not change.
=head1 Secure Apt
@ -606,19 +606,6 @@ complete set of dependencies. In this situation, being explicit about
one package selection may require being explicit about some (not
necessarily all) of the dependencies of that package as well.
When using this support in Lenny, ensure that each section uses the
suite (oldstable, stable, testing, sid) and B<not> the codename
(etch, lenny, squeeze, sid) in the C<suite> configuration item
as the version of apt in Lenny and previous cannot use the codename.
To test, on Lenny, try:
$ sudo apt-get install apt/stable
Compare with
$ sudo apt-get install apt/lenny
When using explicitsuite, take care in using stable-proposed-updates
or other temporary locations - if the package migrates into another
suite and is removed from the temporary suite (as with

Loading…
Cancel
Save