diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-19 14:31:21 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-19 14:31:21 +0000 |
commit | 0b9aca6f923d9bbddc3c7a2abf7b5204ecbe0753 (patch) | |
tree | c5bfb43ab5c45821ec5d2a23adb6cb0d4599e646 /debian | |
parent | 6bea6310b2187af21959a839a1030ca964148d6a (diff) | |
download | debootstrap-0b9aca6f923d9bbddc3c7a2abf7b5204ecbe0753.tar.gz |
* Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, and
gutsy. Exclude everything but gutsy from the udeb.
r47546
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9018bef..b2e5ce4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,10 @@ debootstrap (0.4.0) UNRELEASED; urgency=low Note that /dev/MAKEDEV is still the correct location, and is still tried first so that building works on all FHS systems, as noted in #190239. + [ Colin Watson ] + * Add support for Ubuntu dapper (Closes: #342838), edgy, feisty, and + gutsy. Exclude everything but gutsy from the udeb. + -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:09:59 -0400 debootstrap (0.3.3.3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index e0e4a44..acd6668 100755 --- a/debian/rules +++ b/debian/rules @@ -78,6 +78,12 @@ binary-arch: install -rm -rf debian/debootstrap-udeb/usr/share \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/potato \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/sarge \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/warty \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/hoary \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/breezy \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/dapper \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/edgy \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/feisty \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/*.buildd \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/*.fakechroot dh_strip -s |