Run of lintian-fixes for sipp
Try this locally package):
debcheckout sipp
cd sipp
lintian-brush
Summary
- Trim trailing whitespace. (trailing-whitespace)
Diff
diff --git a/debian/changelog b/debian/changelog
index 786667a..7a57773 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,6 @@ sipp (3.3-1kali1) kali; urgency=low
sipp (3.3-1kali0) kali; urgency=low
- * Initial release
+ * Initial release
-- Devon Kearns <dookie@kali.org> Sat, 29 Dec 2012 06:48:41 -0700
diff --git a/debian/control b/debian/control
index d35bdf4..2b92ad0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,14 +12,14 @@ Package: sipp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpcap0.8, libncurses5
Description: Traffic generator for the SIP protocol
- SIPp is a free Open Source test tool / traffic generator
- for the SIP protocol. It includes a few basic SipStone user
- agent scenarios (UAC and UAS) and establishes and releases
- multiple calls with the INVITE and BYE methods. It can also
- reads custom XML scenario files describing from very simple
- to complex call flows. It features the dynamic display of
- statistics about running tests (call rate, round trip delay,
- and message statistics), periodic CSV statistics dumps, TCP
- and UDP over multiple sockets or multiplexed with
- retransmission management and dynamically adjustable call
+ SIPp is a free Open Source test tool / traffic generator
+ for the SIP protocol. It includes a few basic SipStone user
+ agent scenarios (UAC and UAS) and establishes and releases
+ multiple calls with the INVITE and BYE methods. It can also
+ reads custom XML scenario files describing from very simple
+ to complex call flows. It features the dynamic display of
+ statistics about running tests (call rate, round trip delay,
+ and message statistics), periodic CSV statistics dumps, TCP
+ and UDP over multiple sockets or multiplexed with
+ retransmission management and dynamically adjustable call
rates.
diff --git a/debian/rules b/debian/rules
index 06238ca..b48e84e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@
override_dh_auto_configure:
override_dh_auto_install:
Publish History
- 2021-01-29T22:58: Successfully pushed (Success)