Codebase list rtpinsertsound / 1499b30
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1919
2020 rtpinsertsound (3.0-1kali0) kali; urgency=low
2121
22 * Initial release
22 * Initial release
2323
2424 -- Devon Kearns <[email protected]> Sun, 30 Dec 2012 16:27:29 -0700
1111 Architecture: any
1212 Depends: ${shlibs:Depends}, ${misc:Depends}, libpcap0.8, libnet1
1313 Description: Inserts audio into a specified stream
14 A tool to insert audio into a specified audio (i.e. RTP)
15 stream was created in the August - September 2006 timeframe.
16 The tool is named rtpinsertsound. It was tested on a Linux
17 Red Hat Fedora Core 4 platform (Pentium IV, 2.5 GHz), but
18 it is expected this tool will successfully build and execute
14 A tool to insert audio into a specified audio (i.e. RTP)
15 stream was created in the August - September 2006 timeframe.
16 The tool is named rtpinsertsound. It was tested on a Linux
17 Red Hat Fedora Core 4 platform (Pentium IV, 2.5 GHz), but
18 it is expected this tool will successfully build and execute
1919 on a variety of Linux distributions.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@
1313 override_dh_auto_build:
1414 cd g711conversions/ && $(MAKE) && cd ../
1515 cd hack_library/ && $(MAKE) && cd ../