diff options
author | Joey Hess <joeyh@debian.org> | 2007-06-16 17:03:38 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2007-06-16 17:03:38 +0000 |
commit | f0ff5f7dfc89518e1314c9c430b4b8108f33c8f5 (patch) | |
tree | 796f3b9e1291a283b2270b8f90c7a301705c1019 /debian | |
parent | 1fec3e4724e366c48070b852bec1fadc45107257 (diff) | |
download | debootstrap-f0ff5f7dfc89518e1314c9c430b4b8108f33c8f5.tar.gz |
* Drop support for sarge from the udeb.
r47262
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 804cb4c..8b9dd71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ debootstrap (0.4.0) UNRELEASED; urgency=low + [ Anthony Towns ] * Make debootstrap team maintained under the d-i banner. * Add Joey and Frans as uploaders, remove JHM (not in the d-i group). - -- Anthony Towns <aj@azure.humbug.org.au> Sat, 16 Jun 2007 17:38:55 +0100 + [ Joey Hess ] + * Drop support for sarge from the udeb. + + -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:02:10 -0400 debootstrap (0.3.3.3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 19cb8e7..e0e4a44 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/sarge \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/*.buildd \ debian/debootstrap-udeb/usr/lib/debootstrap/scripts/*.fakechroot dh_strip -s |