diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-01 22:07:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-01 22:07:25 +0000 |
commit | efbe30dabdc5b85e40b80795fc2c51337dfd99ce (patch) | |
tree | 1e49c519fe3722524585f846559bade53fb9663f /debian | |
parent | c057bbc14768a84f1b0951742a9af85d11dc82c4 (diff) |
1999-06-01 Marcus Brinkmann <brinkmd@debian.org>
* control: Add Replaces, Conflicts login, as done with makedev.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f941d21d..9bdfb88e 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Section: base Essential: yes Depends: ${hurd:Depends} Provides: makedev, login -Replaces: makedev -Conflicts: makedev +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 |