diff options
| author | Michael Banck <mbanck@debian.org> | 2005-02-04 01:56:36 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2005-02-04 01:56:36 +0000 |
| commit | 6a944c637961866103c531fe03c760c5a9bf27b3 (patch) | |
| tree | 02862d66f34fe9a90e6eef16b7a4a7e3a6231240 | |
| parent | 327839c64366bd6cc83c600ecfbc72e81c7edf1d (diff) | |
* debian/hurd.install (debian/tmp/bin/fakeroot): Removed.
* debian/control (hurd): Removed fakeroot from Provides:, Replaces:
and Conflicts:. (Closes: #293511)
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/hurd.install | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 4f2aedc1..10fb241f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -hurd (20050119-1) unreleased; urgency=low +hurd (20050119-1) unstable; 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. * debian/patches/mouse.patch: Likewise. @@ -17,8 +18,11 @@ hurd (20050119-1) unreleased; urgency=low * debian/control (hurd-dbg): New package. * debian/rules (DEB_DH_STRIP_ARGS): Add support for hurd-dbg. * debian/hurd-dbg.dirs: New file. + * debian/hurd.install (debian/tmp/bin/fakeroot): Removed. + * debian/control (hurd): Removed fakeroot from Provides:, Replaces: + and Conflicts:. (Closes: #293511) - -- Michael Banck <mbanck@debian.org> Wed, 19 Jan 2005 21:58:24 +0100 + -- Michael Banck <mbanck@debian.org> Fri, 21 Jan 2005 02:33:36 +0100 hurd (20040508-6) unstable; urgency=low diff --git a/debian/control b/debian/control index 5f98574e..d35d7fd3 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Priority: required Section: base Essential: yes Depends: sysv-rc, ${shlibs:Depends} -Provides: makedev, login, fakeroot -Replaces: makedev, login, fakeroot -Conflicts: makedev, login, fakeroot +Provides: makedev, login +Replaces: makedev, login +Conflicts: makedev, login Architecture: hurd-i386 Description: The GNU Hurd This is the GNU Hurd package. It contains essential system software and diff --git a/debian/hurd.install b/debian/hurd.install index c2538eef..389baaa9 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -50,7 +50,6 @@ debian/tmp/bin/rpctrace debian/tmp/bin/mount debian/tmp/bin/gcore debian/tmp/bin/fakeauth -debian/tmp/bin/fakeroot debian/tmp/bin/forks debian/tmp/bin/timertest debian/tmp/bin/fstests |
