From f2e505449750cd5f1104352242cac99d324b6f20 Mon Sep 17 00:00:00 2001 From: codehelp Date: Thu, 7 May 2009 19:03:00 +0000 Subject: [PATCH] Expand long description for multistrap (Closes: #527364) git-svn-id: http://emdebian.org/svn/current@6019 563faec7-e20c-0410-992a-a66f704d0ccd --- debian/changelog | 6 ++++++ debian/control | 13 +++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) 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.