forked from Mirrors/sngrep
pkg: include rules for debian debug package
This commit is contained in:
parent
6ec5cd2ee4
commit
f4cd906f2e
|
@ -21,3 +21,15 @@ Description: Ncurses SIP Messages flow viewer
|
|||
You can also create new PCAP files from captures or displayed dialogs.
|
||||
.
|
||||
|
||||
Package: sngrep-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: sngrep (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Debugging symbols for sngrep SIP Messages flow viewer
|
||||
sngrep displays SIP Messages grouped by Call-Id into flow
|
||||
diagrams. It can be used as an offline PCAP viewer or online
|
||||
capture using libpcap functions.
|
||||
.
|
||||
This package contains the debugging sysmbols.
|
||||
.
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --with-gnutls --with-pcre --enable-unicode --enable-ipv6 --enable-eep
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=sngrep-dbg
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install --destdir=debian/sngrep
|
||||
|
||||
override_dh_installdocs:
|
||||
dh_installdocs --link-doc=sngrep
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
AUTOMAKE_OPTIONS=subdir-objects
|
||||
|
||||
check_PROGRAMS=test-001 test-002 test-003 test-004 test-005
|
||||
check_PROGRAMS+=test-006 test-007 test-008 test-009 test-010
|
||||
|
||||
|
|
Loading…
Reference in New Issue