diff --git a/debian/changelog b/debian/changelog index 3082f0b..ea315b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +emdebian-rootfs (2.0.1) unstable; urgency=low + + * Expand long description for multistrap (Closes: #527364) + + -- Neil Williams Thu, 07 May 2009 19:49:30 +0100 + emdebian-rootfs (2.0.0) unstable; urgency=low * Debian release. diff --git a/debian/control b/debian/control index ea16738..4f083b9 100644 --- a/debian/control +++ b/debian/control @@ -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.