Test dbg package

Change-Id: Icf916757b6fdf34d18fe93e181b52db4330f57cf
mprokop/10263
Michael Prokop 12 years ago
parent ca295833b3
commit 5aed129a43

16
debian/control vendored

@ -21,3 +21,19 @@ Depends: libmyodbc,
${shlibs:Depends}
Description: Sipwise's custom asterisk for NGCP platforms.
This package provides Asterisk 1.4.24.1 with Sipwise and asterisk-es-rsp.org patches.
Package: ngcp-asterisk-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ngcp-asterisk (= ${binary:Version}),
${misc:Depends}
Conflicts: asterisk-dbg
Replaces: asterisk-dbg
Description: Sipwise's custom asterisk for NGCP platforms.
This package provides Asterisk 1.4.24.1 with Sipwise and asterisk-es-rsp.org patches.
.
This package contains the debugging symbols for the Asterisk binary and
modules. You only need to install it if you need to debug Asterisk.

2
debian/rules vendored

@ -80,7 +80,7 @@ binary-arch: build install
dh_installchangelogs
dh_installman
dh_link
dh_strip
dh_strip --dbg-package=ngcp-asterisk-dbg
dh_compress
dh_fixperms
dh_installdeb

Loading…
Cancel
Save