diff --git a/debian/changelog b/debian/changelog index ce87504..1a24db6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ multistrap (2.1.7) unstable; urgency=low * Add all packages to the source dir, including calculated dependencies. * Improve the omitdebsrc handling for detection of 'true'. + * Add examples for Grip. - -- Neil Williams Thu, 05 Aug 2010 19:24:16 -0400 + -- Neil Williams Thu, 05 Aug 2010 19:24:38 -0400 multistrap (2.1.6) unstable; urgency=low diff --git a/debian/multistrap.install b/debian/multistrap.install index 9e93b54..59b510f 100644 --- a/debian/multistrap.install +++ b/debian/multistrap.install @@ -5,6 +5,9 @@ examples/multistrap-example.conf ./usr/share/doc/multistrap/examples/ examples/sid.conf ./usr/share/multistrap/ examples/squeeze.conf ./usr/share/multistrap/ examples/lenny.conf ./usr/share/multistrap/ +examples/grip-sid.conf ./usr/share/multistrap/ +examples/grip-squeeze.conf ./usr/share/multistrap/ +examples/grip-lenny.conf ./usr/share/multistrap/ examples/setup.sh ./usr/share/doc/multistrap/examples/ examples/config.sh ./usr/share/doc/multistrap/examples/ check-deps.sh ./usr/share/multistrap/ diff --git a/examples/grip-lenny.conf b/examples/grip-lenny.conf new file mode 100644 index 0000000..07ebb95 --- /dev/null +++ b/examples/grip-lenny.conf @@ -0,0 +1,33 @@ +# Example multistrap configuration file for the lenny 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 debootstrap 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 debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +debootstrap=Emdebian Updates +aptsources=Emdebian Updates + +[Emdebian] +packages= +source=http://www.emdebian.org/grip +keyring=emdebian-archive-keyring +suite=stable + +[Updates] +packages= +source=http://www.emdebian.org/grip +keyring=emdebian-archive-keyring +suite=stable-proposed-updates diff --git a/examples/grip-sid.conf b/examples/grip-sid.conf new file mode 100644 index 0000000..a14a29a --- /dev/null +++ b/examples/grip-sid.conf @@ -0,0 +1,27 @@ +# Example multistrap configuration file for the lenny 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 debootstrap 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 debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +debootstrap=Emdebian +aptsources=Emdebian + +[Emdebian] +packages= +source=http://www.emdebian.org/grip +keyring=emdebian-archive-keyring +suite=unstable diff --git a/examples/grip-squeeze.conf b/examples/grip-squeeze.conf new file mode 100644 index 0000000..0bb5ef1 --- /dev/null +++ b/examples/grip-squeeze.conf @@ -0,0 +1,27 @@ +# Example multistrap configuration file for the lenny 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 debootstrap 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 debootstrap option determines which repository +# is used to calculate the list of Priority: required packages. +debootstrap=Emdebian +aptsources=Emdebian + +[Emdebian] +packages= +source=http://www.emdebian.org/grip +keyring=emdebian-archive-keyring +suite=testing