diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b2771a8c..14bdf25d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ hurd (20050513-2+SVN) unreleased; urgency=low * debian/control (hurd-doc): Fix description to indicate the manual is included in HTML and not PostScript format. (Closes: #309748) + * debian/control (hurd-dev): Provide/Replace/Conflict libsem-dev. -- Michael Banck <mbanck@debian.org> Thu, 19 May 2005 12:31:01 +0200 diff --git a/debian/control b/debian/control index 2c1ef774..c52f0a97 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,9 @@ Priority: standard Section: libdevel Architecture: hurd-i386 Depends: hurd +Provides: libsem-dev +Replaces: libsem-dev +Conflicts: libsem-dev Description: The GNU Hurd (development files) This package includes the header files and the static libraries. |
