diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 000000000..adcd46ff5 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,12 @@ +*.log +*.substvars +*.debhelper +/.debhelper/ +/files +/debhelper-build-stamp +/ngcp-rtpengine-daemon +/ngcp-rtpengine-recording-daemon +/ngcp-rtpengine-iptables +/ngcp-rtpengine-kernel-source +/ngcp-rtpengine-kernel-dkms +/ngcp-rtpengine-utils diff --git a/debian/compat b/debian/compat index ec635144f..f599e28b8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index feeadfd7f..f4fcaf556 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,11 @@ Source: ngcp-rtpengine Section: net -Priority: extra +Priority: optional Maintainer: Sipwise Development Team +Homepage: https://www.sipwise.com/ +Standards-Version: 3.9.8 Build-Depends: - debhelper (>= 9~), + debhelper (>= 10~), default-libmysqlclient-dev | libmysqlclient-dev, iptables-dev (>= 1.4), libavcodec-dev (>= 6:10), @@ -23,8 +25,6 @@ Build-Depends: libxmlrpc-c3-dev (>= 1.16.07) | libxmlrpc-core-c3-dev (>= 1.16.07), markdown, zlib1g-dev, -Standards-Version: 3.9.7 -Homepage: http://sipwise.com/ Package: ngcp-rtpengine-daemon Architecture: any @@ -122,27 +122,6 @@ Description: IPtables kernel module for the NGCP media proxy - DKMS. performance packet forwarding. This package contains the source to be built with dkms. -Package: ngcp-rtpengine-dbg -Architecture: any -Section: debug -Depends: - ngcp-rtpengine-daemon (= ${binary:Version}), - ngcp-rtpengine-iptables (= ${binary:Version}), - ${misc:Depends}, -Conflicts: - ngcp-mediaproxy-ng-dbg, -Replaces: - ngcp-mediaproxy-ng-dbg, -Description: debugging symbols for ngcp-rtpengine - The ngcp-rtpengine daemon handles the first stages of proxying media streams and talks to - the kernel part of the proxy for eventual high-performance packet forwarding. - . - ngcp-rtpengine-iptables provides the IPtables extension needed - to configure the mediaproxy rule. - . - This package contains the debugging symbols for ngcp-rtpengine-daemon - and ngcp-rtpengine-iptables - Package: ngcp-rtpengine-utils Architecture: all Depends: diff --git a/debian/rules b/debian/rules index cbcf64520..169deb1ce 100755 --- a/debian/rules +++ b/debian/rules @@ -68,6 +68,6 @@ override_dh_install: .PHONY: override_dh_strip override_dh_strip: - dh_strip --dbg-package=ngcp-rtpengine-dbg + dh_strip --dbgsym-migration='ngcp-rtpengine-dbg (<= 6.0.0.0+0~mr6.0.0.0)' override_dh_auto_test: