The following commit has been merged in the master branch:
commit f893110dcf06f8a4ad4b37ddcf98f7bedebd093a
Author: Pino Toscano <[email protected]>
Date: Wed Feb 27 22:28:00 2013 +0100
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)
diff --git a/debian/changelog b/debian/changelog
index 288593e..65ec891 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 <[email protected]> Tue, 26 Feb 2013 23:51:12 +0100
diff --git a/debian/control b/debian/control
index da00ac4..5f7187e 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.
--
Debian GNU Hurd packaging