[Pkg-voip-commits] [resiprocate] 01/02: Use provides/replaces to allow upgrade from v1.8

Daniel Pocock dpocock-guest at alioth.debian.org
Fri Sep 6 08:17:38 UTC 2013


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

dpocock-guest pushed a commit to branch master
in repository resiprocate.

commit 330287a5cf13ca28ddd0b19263a56b757be92296
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Fri Sep 6 10:12:50 2013 +0200

    Use provides/replaces to allow upgrade from v1.8
---
 debian/control |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/control b/debian/control
index 9c9bcf9..1d8d48e 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,9 @@ Package: libresiprocate-1.8-dev
 Section: libdevel
 Architecture: any
 Depends: libresiprocate-1.8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Provides: libresiprocate-dev
+Conflicsts: libresiprocate-dev
+Replaces: libresiprocate-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,
@@ -56,6 +59,9 @@ Package: librecon-1.8-dev
 Section: libdevel
 Architecture: linux-any
 Depends: librecon-1.8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libresiprocate-turn-client-1.8-dev, libsipxtapi-dev
+Provides: librecon-dev
+Conflicts: librecon-dev
+Replaces: librecon-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,
@@ -84,6 +90,9 @@ Package: libresiprocate-turn-client-1.8-dev
 Section: libdevel
 Architecture: any
 Depends: libresiprocate-turn-client-1.8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Provides: libresiprocate-turn-client-dev
+Conflicts: libresiprocate-turn-client-dev
+Replaces: libresiprocate-turn-client-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