2010-04-05 20:03:39 +00:00
|
|
|
Source: multistrap
|
2009-03-28 21:55:28 +00:00
|
|
|
Section: utils
|
2010-04-05 20:03:39 +00:00
|
|
|
Priority: optional
|
2009-03-28 21:55:28 +00:00
|
|
|
Maintainer: Neil Williams <codehelp@debian.org>
|
|
|
|
Uploaders: Wookey <wookey@debian.org>
|
2010-05-03 12:56:16 +00:00
|
|
|
Build-Depends: cdbs, debhelper (>= 5), po4a (>= 0.37.1)
|
|
|
|
Build-Depends-Indep: intltool
|
2010-02-27 20:05:07 +00:00
|
|
|
Standards-Version: 3.8.4
|
2010-04-17 21:25:42 +00:00
|
|
|
Homepage: http://www.emdebian.org/multistrap
|
2010-05-03 12:56:16 +00:00
|
|
|
Vcs-Browser: http://buildd.emdebian.org/svn/browser/current/
|
|
|
|
Vcs-Svn: http://buildd.emdebian.org/repos/current/
|
2009-03-28 21:55:28 +00:00
|
|
|
|
|
|
|
Package: multistrap
|
|
|
|
Section: admin
|
|
|
|
Architecture: all
|
2010-03-30 14:26:31 +00:00
|
|
|
Depends: ${perl:Depends}, ${misc:Depends}, apt, realpath,
|
2009-03-28 21:55:28 +00:00
|
|
|
libconfig-auto-perl, libparse-debian-packages-perl
|
2010-05-28 21:08:00 +00:00
|
|
|
Recommends: emdebian-archive-keyring, fakeroot | sudo
|
2010-04-05 20:03:39 +00:00
|
|
|
Replaces: emdebian-rootfs (<= 2.0.9)
|
|
|
|
Conflicts: emdebian-rootfs (<= 2.0.9)
|
|
|
|
Provides: emdebian-rootfs
|
2009-03-28 21:55:28 +00:00
|
|
|
Description: multiple repository bootstrap based on apt
|
2009-05-07 19:03:00 +00:00
|
|
|
A debootstrap replacement with multiple repository support,
|
2009-03-28 21:55:28 +00:00
|
|
|
using apt to handle all dependency issues and conflicts.
|
|
|
|
.
|
2010-05-01 08:50:16 +00:00
|
|
|
Multistrap includes support for native and foreign architecture
|
|
|
|
bootstrap environments. Foreign bootstraps only need 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.
|
2009-03-28 21:55:28 +00:00
|
|
|
.
|
|
|
|
Unlike debootstrap, multistrap relies on working versions of
|
|
|
|
dpkg and apt outside the final filesystem.
|
2010-04-05 20:03:39 +00:00
|
|
|
.
|
2010-05-01 08:50:16 +00:00
|
|
|
Multistrap supercedes emdebian-rootfs and replaces the previous
|
|
|
|
support for preparing root filesystems for specific machines and
|
|
|
|
variants. Multistrap includes the previous emdebian-rootfs support
|
|
|
|
for customisation of package selection and of files created
|
2010-04-05 20:03:39 +00:00
|
|
|
within the root filesystem.
|