[Pkg-voip-commits] [resiprocate] 01/05: Declare versioned dependencies

Daniel Pocock pocock at moszumanska.debian.org
Mon Feb 10 20:18:34 UTC 2014


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

pocock pushed a commit to branch master
in repository resiprocate.

commit 8f52d6a191f3466a39812169773689ecf85316e9
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Wed Feb 5 18:26:37 2014 +0100

    Declare versioned dependencies
---
 debian/control | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 9a88b0f..517f9f4 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Description: reSIProcate SIP stack - development files
 Package: librecon-1.9
 Architecture: linux-any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libresiprocate-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: reSIProcate conversation manager - shared libraries
  reSIProcate is a framework that aims to fully implement the SIP protocol
  in first class C++.  It is intended for use in other applications,
@@ -73,7 +73,7 @@ Description: reSIProcate conversation manager - development files
 Package: libresiprocate-turn-client-1.9
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libresiprocate-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: reSIProcate TURN client (reTurn) - shared libraries
  reTurn is the TURN component of the reSIProcate project.
  This package provides a shared library implementing the TURN
@@ -105,7 +105,7 @@ Package: repro
 Section: net
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Depends: libresiprocate-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, adduser
 Recommends: apache2-utils, openssl
 Description: reSIProcate SIP stack - lightweight SIP proxy daemon
  repro is the SIP proxy developed as part of the reSIProcate project.
@@ -120,7 +120,7 @@ Package: resiprocate-turn-server
 Section: net
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Depends: libresiprocate-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, adduser
 Recommends: openssl
 Description: reSIProcate SIP stack - ICE/TURN server
  reTurn is the TURN server developed as part of the reSIProcate project.
@@ -140,7 +140,7 @@ Description: reSIProcate SIP stack - ICE/TURN server
 Package: sipdialer
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: libresiprocate-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: reSIProcate SIP stack - click-to-call utility
  sipdialer is a click-to-call application that uses the SIP REFER
  method to force a SIP phone (for example, the phone on your desk)

-- 
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