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/control | |
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/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
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 |