[Pkg-voip-commits] [resiprocate] 07/08: Fix conflicts/replaces specifications for dev packages

Daniel Pocock pocock at moszumanska.debian.org
Sun Dec 29 08:35:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to branch master
in repository resiprocate.

commit ad434d03d416b332c02fd1d9524bdddca5c1cbd3
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun Dec 29 09:32:49 2013 +0100

    Fix conflicts/replaces specifications for dev packages
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 190788d..6c8950c 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}, libc-ares-dev, libssl-dev, libfreeradius-client-dev
 Provides: libresiprocate-dev
-Conflicts: libresiprocate-dev, libresiprocate-1.8
-Replaces: libresiprocate-dev, libresiprocate-1.8
+Conflicts: libresiprocate-dev, libresiprocate-1.8-dev
+Replaces: libresiprocate-dev, libresiprocate-1.8-dev
 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}, libresiprocate-1.9-dev (= ${binary:Version}), libresiprocate-turn-client-1.9-dev (= ${binary:Version}), libsipxtapi-dev
 Architecture: linux-any
 Provides: librecon-dev
-Conflicts: librecon-dev, librecon-1.8
-Replaces: librecon-dev, librecon-1.8
+Conflicts: librecon-dev, librecon-1.8-dev
+Replaces: librecon-dev, librecon-1.8-dev
 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}, libresiprocate-1.9-dev (= ${binary:Version}), libasio-dev (>= 1.2.0), libboost-dev
 Provides: libresiprocate-turn-client-dev
-Conflicts: libresiprocate-turn-client-dev, libresiprocate-turn-client-1.8
-Replaces: libresiprocate-turn-client-dev, libresiprocate-turn-client-1.8
+Conflicts: libresiprocate-turn-client-dev, libresiprocate-turn-client-1.8-dev
+Replaces: libresiprocate-turn-client-dev, libresiprocate-turn-client-1.8-dev
 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