diff options
author | Pino Toscano <pino@debian.org> | 2013-02-27 22:28:00 +0100 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-02-27 22:28:00 +0100 |
commit | 98faebefce98c05c411aeb0f24dbf3a3ef681490 (patch) | |
tree | b3ad18e89845e14679398c0770c5f3a1427a0a08 /debian | |
parent | c24364fe84e8fff7105885830980d5443aaf5da5 (diff) |
hurd-dev: remove the libsem-dev conflicts/replaces/provides
nowadays they are obsolete, since the libsem has been removed from the archive more than 6 years ago
(we can assume nobody has it installed anymore)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 288593e8..65ec891c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ hurd (20130226-2) UNRELEASED; urgency=low [ Pino Toscano ] * Move /bin/timertest and /bin/fstests from hurd to hurd-dev, since they are development-related utilities; add proper breaks/replaces. + * Remove the libsem-dev conflicts/replaces/provides from hurd-dev, obsolete. -- Samuel Thibault <sthibault@debian.org> Tue, 26 Feb 2013 23:51:12 +0100 diff --git a/debian/control b/debian/control index da00ac42..5f7187e2 100644 --- a/debian/control +++ b/debian/control @@ -34,9 +34,7 @@ Priority: standard Section: libdevel Architecture: hurd-any Depends: ${misc:Depends}, libc0.3-dev (>= 2.13-31~), hurd (= ${binary:Version}) -Provides: libsem-dev -Replaces: libsem-dev, hurd (<< 20130226-2~) -Conflicts: libsem-dev +Replaces: hurd (<< 20130226-2~) Breaks: hurd (<< 20130226-2~) Description: GNU Hurd (development files) This package includes the header files and the static libraries. |