MT#10263 Provide debug package (ngcp-asterisk-dbg)

Change-Id: I67dc22736aa4f2a2f5a8bc091f625a9716fe5623
changes/75/575/2
Michael Prokop 12 years ago
parent ca295833b3
commit e0937fcaf1

15
debian/control vendored

@ -21,3 +21,18 @@ 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
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