diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-23 13:30:47 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-23 13:30:47 +0000 |
commit | 5612bf64b2c6de4a56cd3c159950309e1d7b1921 (patch) | |
tree | ac65ecc6767314035d79bebfb821a0179323c1fc /debian | |
parent | 305d6a3cd5f6c98292086975a79abd6c5d98fcb3 (diff) |
2002-05-23 Marcus Brinkmann <marcus@gnu.org>
* control (Provides, Replaces, Conflicts): Add fakeroot.
* changelog: Update for Debian package.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/ChangeLog | 5 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 6 |
3 files changed, 16 insertions, 3 deletions
diff --git a/debian/ChangeLog b/debian/ChangeLog index 58865338..944aa50d 100644 --- a/debian/ChangeLog +++ b/debian/ChangeLog @@ -1,3 +1,8 @@ +2002-05-23 Marcus Brinkmann <marcus@gnu.org> + + * control (Provides, Replaces, Conflicts): Add fakeroot. + * changelog: Update for Debian package. + 2002-05-13 Marcus Brinkmann <marcus@gnu.org> * rules (INFODIR): Move to /share. diff --git a/debian/changelog b/debian/changelog index 228e2a86..d9db077e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +hurd (20020523-1) unstable; urgency=low + + * New snapshot from CVS. + kbd, mouse as usual. + Change terminal type to mach-color. + + -- Marcus Brinkmann <brinkmd@debian.org> Thu, 23 May 2002 15:29:40 +0200 + hurd (20020418-1) unstable; urgency=low * New snapshot from CVS. diff --git a/debian/control b/debian/control index 5c56e84f..3a5ed37d 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,9 @@ Priority: required Section: base Essential: yes Depends: ${hurd:Depends} -Provides: makedev, login -Replaces: makedev, login -Conflicts: makedev, login +Provides: makedev, login, fakeroot +Replaces: makedev, login, fakeroot +Conflicts: makedev, login, fakeroot Architecture: hurd-i386 Description: The GNU Hurd This is the GNU Hurd package. It contains essential system software and |