[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. upstream/1.8.0_pre1-66-gb4403d3

Daniel Pocock daniel at pocock.com.au
Wed May 23 13:04:28 UTC 2012


The following commit has been merged in the master branch:
commit b2560a83f87edd3217bfec1ae8dd3d3d09b86e4e
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue May 22 19:52:32 2012 +0200

    Create packages for reTurnClient

diff --git a/debian/control b/debian/control
index 320fea9..c047912 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,34 @@ Description: reSIProcate SIP stack - development files
  This package provides header files needed for developing applications
  based on the core reSIProcate libraries.
 
+Package: libresiprocate-turn-client-1.8
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${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
+ protocol for NAT traversal, typically used in VoIP applications
+ such as SIP and Jabber/XMPP.  It is a successor to STUN and
+ is an important part of the Interactive Connectivity Establishment (ICE)
+ protocol.
+ .
+ reSIProcate is a framework that aims to fully implement the SIP protocol
+ in first class C++.  It is intended for use in other applications,
+ such as the repro SIP proxy.
+
+Package: libresiprocate-turn-client-1.8-dev
+Section: libdevel
+Architecture: any
+Depends: libresiprocate-turn-client-1.8 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: reSIProcate TURN client (reTurn) - development files
+ This package provides header files needed for developing applications
+ based on the reSIProcate reTurn client library.
+ .
+ reSIProcate is a framework that aims to fully implement the SIP protocol
+ in first class C++.  It is intended for use in other applications,
+ such as the repro SIP proxy.
+
 Package: repro
 Section: net
 Architecture: any
diff --git a/debian/libresiprocate-turn-client-1.8-dev.install b/debian/libresiprocate-turn-client-1.8-dev.install
new file mode 100644
index 0000000..fab9343
--- /dev/null
+++ b/debian/libresiprocate-turn-client-1.8-dev.install
@@ -0,0 +1,2 @@
+usr/include/reTurnClient
+usr/lib/*/libreTurnClient.so
diff --git a/debian/libresiprocate-turn-client-1.8.install b/debian/libresiprocate-turn-client-1.8.install
new file mode 100644
index 0000000..b55187f
--- /dev/null
+++ b/debian/libresiprocate-turn-client-1.8.install
@@ -0,0 +1 @@
+usr/lib/*/libreTurnClient-*.so*
diff --git a/debian/libresiprocate-turn-client-1.8.lintian-overrides b/debian/libresiprocate-turn-client-1.8.lintian-overrides
new file mode 100644
index 0000000..aa1c38c
--- /dev/null
+++ b/debian/libresiprocate-turn-client-1.8.lintian-overrides
@@ -0,0 +1,2 @@
+# package follows naming convention of other members of the reSIProcate suite
+libresiprocate-turn-client-1.8 binary: package-name-doesnt-match-sonames

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list