Expand long description for multistrap (Closes: #527364)
git-svn-id: http://emdebian.org/svn/current@6019 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
b08a02f3ab
commit
f2e5054497
2 changed files with 13 additions and 6 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
emdebian-rootfs (2.0.1) unstable; urgency=low
|
||||
|
||||
* Expand long description for multistrap (Closes: #527364)
|
||||
|
||||
-- Neil Williams <codehelp@debian.org> Thu, 07 May 2009 19:49:30 +0100
|
||||
|
||||
emdebian-rootfs (2.0.0) unstable; urgency=low
|
||||
|
||||
* Debian release.
|
||||
|
|
13
debian/control
vendored
13
debian/control
vendored
|
@ -37,14 +37,15 @@ Depends: ${perl:Depends}, ${misc:Depends}, apt,
|
|||
libconfig-auto-perl, libparse-debian-packages-perl
|
||||
Replaces: emdebian-rootfs (<= 1.6.0)
|
||||
Description: multiple repository bootstrap based on apt
|
||||
debootstrap replacement with multiple repository support
|
||||
A debootstrap replacement with multiple repository support,
|
||||
using apt to handle all dependency issues and conflicts.
|
||||
.
|
||||
Includes support for foreign architecture multistraps that need
|
||||
only minimal configuration on the final device. Supports cleaning
|
||||
up the generated bootstrap filesystem to remove downloaded packages
|
||||
and hooks to modify the files in the bootstrap filesystem after
|
||||
the packages have been unpacked but before being configured.
|
||||
Multistrap includes support for foreign architecture multistraps
|
||||
that need only minimal configuration on the final device. Also
|
||||
supports cleaning up the generated bootstrap filesystem to
|
||||
remove downloaded packages and hooks to modify the files in
|
||||
the bootstrap filesystem after the packages have been unpacked
|
||||
but before being configured.
|
||||
.
|
||||
Unlike debootstrap, multistrap relies on working versions of
|
||||
dpkg and apt outside the final filesystem.
|
||||
|
|
Loading…
Reference in a new issue