summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-06-19 19:07:17 (GMT)
committerJoey Hess <joeyh@debian.org>2007-06-19 19:07:17 (GMT)
commit6eba42cae87de194f4b88a8c91e9bbd86c87d0e8 (patch)
tree4730822faef4d8933e1730831e9cb2b74f8d9fe0 /debian
parent38b2b4e0dc52ab309c7c405a9ed032fb8126cb87 (diff)
downloaddebootstrap-6eba42cae87de194f4b88a8c91e9bbd86c87d0e8.zip
debootstrap-6eba42cae87de194f4b88a8c91e9bbd86c87d0e8.tar.gz
debootstrap-6eba42cae87de194f4b88a8c91e9bbd86c87d0e8.tar.bz2
* Remove the entended package description (aka bloat) from the udeb.
r47559
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control6
2 files changed, 4 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index fce1a2f..dcad651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,7 +35,10 @@ debootstrap (0.4.0) UNRELEASED; urgency=low
* Reorganise scripts into scripts/debian/ and scripts/ubuntu/ directories
in the source tree to declutter the top level.
- -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:09:59 -0400
+ [ Joey Hess ]
+ * Remove the entended package description (aka bloat) from the udeb.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 19 Jun 2007 20:05:40 +0100
debootstrap (0.3.3.3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0df5167..b90357b 100644
--- a/debian/control
+++ b/debian/control
@@ -23,9 +23,3 @@ XC-Package-Type: udeb
Architecture: any
Depends: ${shlibs:Depends}, mounted-partitions
Description: Bootstrap the Debian system
- debootstrap is used to create a Debian base system from scratch,
- without requiring the availability of dpkg or apt. It does this by
- downloading .deb files from a mirror site, and carefully unpacking them
- into a directory which can eventually be chrooted into.
- .
- debootstrap-udeb is a minimal package used by debian-installer.