diff options
author | Joey Hess <joeyh@debian.org> | 2007-06-16 17:14:16 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2007-06-16 17:14:16 +0000 |
commit | 2f68b95c25c72c8e9f8c45e3426ea14899489cd1 (patch) | |
tree | 1a1209d51a9aac9a9ad6e2d3595f00335a379794 /debian | |
parent | 70bb3b9d23ca41f6d269930ab76d02922af013ac (diff) | |
download | debootstrap-2f68b95c25c72c8e9f8c45e3426ea14899489cd1.tar.gz |
* If /dev/MAKEDEV DNE, as on certain s390 machines, use /sbin/MAKEDEV.
Closes: #420908
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.
r47264
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4b59d88..d412033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,12 @@ debootstrap (0.4.0) UNRELEASED; urgency=low - One todo item is done. (I think cross-strap is too, but unsure.) - Reword NMU policy to note that it's team-maintained now. * ACK my prior NMU. Closes: #418600 + * If /dev/MAKEDEV DNE, as on certain s390 machines, use /sbin/MAKEDEV. + Closes: #420908 + 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. - -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:05:20 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 16 Jun 2007 13:09:59 -0400 debootstrap (0.3.3.3) unstable; urgency=low |