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-10-16 14:39:51 +00:00
|
|
|
Build-Depends: cdbs, debhelper (>= 7), po4a (>= 0.37.1)
|
2010-05-03 12:56:16 +00:00
|
|
|
Build-Depends-Indep: intltool
|
2012-04-17 18:50:43 +00:00
|
|
|
Standards-Version: 3.9.3
|
2010-04-17 21:25:42 +00:00
|
|
|
Homepage: http://www.emdebian.org/multistrap
|
2011-08-13 11:13:58 +00:00
|
|
|
Vcs-Browser: http://www.emdebian.org/trac/browser/current/
|
2011-05-08 12:21:34 +00:00
|
|
|
Vcs-Svn: http://www.emdebian.org/svn/current/
|
2009-03-28 21:55:28 +00:00
|
|
|
|
|
|
|
Package: multistrap
|
|
|
|
Section: admin
|
|
|
|
Architecture: all
|
2012-04-17 18:50:43 +00:00
|
|
|
Depends: ${perl:Depends}, ${misc:Depends}, apt, libconfig-auto-perl,
|
|
|
|
liblocale-gettext-perl, libparse-debian-packages-perl
|
2010-05-30 23:41:09 +00:00
|
|
|
Recommends: emdebian-archive-keyring
|
|
|
|
Suggests: fakeroot
|
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
|
2011-07-29 13:12:05 +00:00
|
|
|
dpkg and apt outside the final filesystem. If dpkg supports
|
|
|
|
MultiArch, foreign architecture libraries can be installed,
|
|
|
|
where available.
|
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.
|