diff options
author | Colin Watson <cjwatson@debian.org> | 2007-06-19 14:38:44 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-06-19 14:38:44 +0000 |
commit | 6fec7fdb5b204ef9d34893f2481065cb4bdd5d26 (patch) | |
tree | b74f69efc14d7a1eba84e333f58c60d46683de10 /debian | |
parent | 1549acc79e7782a216018412cc02e07cb39965af (diff) | |
download | debootstrap-6fec7fdb5b204ef9d34893f2481065cb4bdd5d26.tar.gz |
* Drop support for woody from the udeb too.
r47549
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 767b135..5eb73c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ debootstrap (0.4.0) UNRELEASED; urgency=low gutsy. Exclude everything but gutsy from the udeb. * Fix "deboostrap" typo in debootstrap(8) (thanks, Adam Conrad). * Fix "htp" typo in temporary /etc/apt/sources.list. + * Drop support for woody from the udeb too. -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:09:59 -0400 diff --git a/debian/rules b/debian/rules index acd6668..2888f82 100755 --- a/debian/rules +++ b/debian/rules @@ -77,6 +77,7 @@ binary-arch: install dh_testroot -rm -rf debian/debootstrap-udeb/usr/share \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/potato \ + debian/debootstrap-udeb/usr/lib/debootstrap/scripts/woody \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/sarge \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/warty \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/hoary \ |