diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-03-21 17:38:49 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-03-21 17:38:49 +0100 |
commit | f3feabdc1a3fed977010ffc3fa73c70c674b5562 (patch) | |
tree | c4b4c8db3c56144de3ff4762833c136908948a8c /debian/changelog | |
parent | 2081ff5d2b74687915aa0deee96bff96d720e8c3 (diff) |
Use useradd instead of adduser to fix debootstrap
* debian/hurd.postinst: use useradd from required passwd package instead of
adduser, which is not required and thus not available at debootstrap.
* debian/control: Bump Standards-Version to 3.9.1 (no change needed).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 873dacb3..a26c2460 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hurd (20110319-2) unstable; urgency=low + + * debian/hurd.postinst: use useradd from required passwd package instead of + adduser, which is not required and thus not available at debootstrap. + * debian/control: Bump Standards-Version to 3.9.1 (no change needed). + + -- Samuel Thibault <sthibault@debian.org> Mon, 21 Mar 2011 17:33:19 +0100 + hurd (20110319-1) unstable; urgency=low [ Samuel Thibault ] |