[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 debian-experimental
in repository resiprocate.
commit 6329446ef727856b07e1081496c23d71a9ce4ce7
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 311ecc2..7333a9a 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,9 @@ Package: libresiprocate-1.9-dev
Section: libdevel
Architecture: any
Depends: libresiprocate-1.9 (= ${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.9-dev
Section: libdevel
Depends: librecon-1.9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Architecture: linux-any
+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.9-dev
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
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