diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/hurd.install | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 7b0cb08a..42dd0aeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,11 @@ -hurd (20050119-1) unstable; urgency=low +hurd (20050119-1) UNRELEASED; urgency=low * New snapshot from CVS. + Contains libpthread header fixes by Neal Walfield and Pietro Ferrari. (Closes: #184344) + Contains console repeaters by Marco Gerards. + Contains mount argp fixes. (Closes: #151407) - [ Michael Banck] - * debian/patches/exec.patch: Removed, no longer needed. + [ Michael Banck] * debian/patches/exec.patch: Removed, no longer needed. * debian/patches/mouse.patch: Likewise. * debian/patches/console_repeater.patch: Removed, applied upstream. * debian/patches/libcons_repeater.patch: Likewise. @@ -22,6 +21,8 @@ hurd (20050119-1) unstable; urgency=low /bin/fakeroot-hurd. * debian/control (hurd): Removed fakeroot from Provides:, Replaces: and Conflicts:. (Closes: #293511) + * debian/hurd.install: Install debian/tmp/bin/fakeroot-hurd instead + of debian/tmp/bin/fakeroot. -- Michael Banck <mbanck@debian.org> Fri, 21 Jan 2005 02:33:36 +0100 diff --git a/debian/hurd.install b/debian/hurd.install index c2538eef..755a68f0 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -50,7 +50,7 @@ debian/tmp/bin/rpctrace debian/tmp/bin/mount debian/tmp/bin/gcore debian/tmp/bin/fakeauth -debian/tmp/bin/fakeroot +debian/tmp/bin/fakeroot-hurd debian/tmp/bin/forks debian/tmp/bin/timertest debian/tmp/bin/fstests |
