create ngcp-rtpengine-utils package

Change-Id: Ie4d4b13b2cb0a81277e2cf919dd9e3bc77330b38
pull/239/head
Richard Fuchs 9 years ago
parent f83f674c4c
commit cd937f1d90

16
debian/control vendored

@ -5,9 +5,9 @@ Maintainer: Sipwise Development Team <support@sipwise.com>
Build-Depends: debhelper (>= 5),
iptables-dev (>= 1.4),
libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl3-openssl-dev | libcurl3-gnutls-dev,
libevent-dev (>= 2.0),
libglib2.0-dev (>= 2.30),
libhiredis-dev,
libevent-dev (>= 2.0),
libpcre3-dev,
libssl-dev (>= 1.0.1),
libxmlrpc-c3-dev (>= 1.16.07) | libxmlrpc-core-c3-dev (>= 1.16.07),
@ -18,6 +18,7 @@ Homepage: http://sipwise.com/
Package: ngcp-rtpengine-daemon
Architecture: any
Recommends: ngcp-rtpengine-utils
Suggests: ngcp-system-tools
Depends: ${misc:Depends},
${shlibs:Depends}
@ -25,7 +26,6 @@ Conflicts: ngcp-mediaproxy-ng-daemon,
ngcp-rtpengine-redis1
Replaces: ngcp-mediaproxy-ng-daemon,
ngcp-rtpengine-redis1
Recommends: netcat-openbsd | netcat
Description: Proxy for RTP and media streams used in NGCP, userspace part.
This daemon handles the first stages of proxying media streams and talks to
the kernel part of the proxy for eventual high-performance packet forwarding.
@ -93,3 +93,15 @@ Description: debugging symbols for ngcp-rtpengine
.
This package contains the debugging symbols for ngcp-rtpengine-daemon
and ngcp-rtpengine-iptables
Package: ngcp-rtpengine-utils
Architecture: all
Depends: libbencode-perl,
libcrypt-rijndael-perl,
libdigest-hmac-perl,
libio-socket-inet6-perl,
libio-socket-ip-perl,
libsocket6-perl,
netcat-openbsd | netcat
Description: Scripts and Perl modules for NGCP rtpengine
Scripts and Perl modules for NGCP rtpengine

@ -1,2 +1 @@
daemon/rtpengine /usr/sbin/
utils/rtpengine-ctl /usr/sbin/

@ -0,0 +1,3 @@
perl/* /usr/share/perl5/
utils/rtpengine-ctl /usr/sbin/
utils/rtpengine-ng-client /usr/sbin/

3
debian/rules vendored

@ -111,7 +111,8 @@ binary-arch: install \
binary-indep: build install \
ngcp-rtpengine \
ngcp-rtpengine-kernel-dkms \
ngcp-rtpengine-kernel-source
ngcp-rtpengine-kernel-source \
ngcp-rtpengine-utils
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install kdist kdist_configure kdist_image kdist_clean

Loading…
Cancel
Save