diff --git a/debian/changelog b/debian/changelog index 4ccdf6d..a8d6bd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,6 @@ rtpinsertsound (3.0-1kali0) kali; urgency=low - * Initial release + * Initial release -- Devon Kearns Sun, 30 Dec 2012 16:27:29 -0700 diff --git a/debian/control b/debian/control index 61971b9..5dd1c2a 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libpcap0.8, libnet1 Description: Inserts audio into a specified stream - A tool to insert audio into a specified audio (i.e. RTP) - stream was created in the August - September 2006 timeframe. - The tool is named rtpinsertsound. It was tested on a Linux - Red Hat Fedora Core 4 platform (Pentium IV, 2.5 GHz), but - it is expected this tool will successfully build and execute + A tool to insert audio into a specified audio (i.e. RTP) + stream was created in the August - September 2006 timeframe. + The tool is named rtpinsertsound. It was tested on a Linux + Red Hat Fedora Core 4 platform (Pentium IV, 2.5 GHz), but + it is expected this tool will successfully build and execute on a variety of Linux distributions. diff --git a/debian/rules b/debian/rules index 97f1d71..914086d 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ override_dh_auto_build: cd g711conversions/ && $(MAKE) && cd ../ cd hack_library/ && $(MAKE) && cd ../