[Pkg-voip-commits] [resiprocate] 03/04: Explicity list v1.8 dev packages in conflicts/replaces
Daniel Pocock
pocock at alioth.debian.org
Tue Sep 10 21:43:32 UTC 2013
This is an automated email from the git hooks/post-receive script.
pocock pushed a commit to branch debian-experimental
in repository resiprocate.
commit 067eec592ada52b0d3943f083e843b10c9ee2928
Author: Daniel Pocock <daniel at pocock.com.au>
Date: Tue Sep 10 20:28:32 2013 +0200
Explicity list v1.8 dev packages in conflicts/replaces
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 0381178..ca5727b 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Section: libdevel
Architecture: any
Depends: libresiprocate-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: libresiprocate-dev
-Conflicts: libresiprocate-dev
-Replaces: libresiprocate-dev
+Conflicts: libresiprocate-dev, libresiprocate-1.8
+Replaces: libresiprocate-dev, libresiprocate-1.8
Description: reSIProcate SIP stack - development files
reSIProcate is a framework that aims to fully implement the SIP protocol
in first class C++. It is intended for use in other applications,
@@ -60,8 +60,8 @@ Section: libdevel
Depends: librecon-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Architecture: linux-any
Provides: librecon-dev
-Conflicts: librecon-dev
-Replaces: librecon-dev
+Conflicts: librecon-dev, librecon-1.8
+Replaces: librecon-dev, librecon-1.8
Description: reSIProcate conversation manager - development files
reSIProcate is a framework that aims to fully implement the SIP protocol
in first class C++. It is intended for use in other applications,
@@ -91,8 +91,8 @@ Section: libdevel
Architecture: any
Depends: libresiprocate-turn-client-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: libresiprocate-turn-client-dev
-Conflicts: libresiprocate-turn-client-dev
-Replaces: libresiprocate-turn-client-dev
+Conflicts: libresiprocate-turn-client-dev, libresiprocate-turn-client-1.8
+Replaces: libresiprocate-turn-client-dev, libresiprocate-turn-client-1.8
Description: reSIProcate TURN client (reTurn) - development files
This package provides header files needed for developing applications
based on the reSIProcate reTurn client library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git
More information about the Pkg-voip-commits
mailing list