Run of lintian-fixes for tlssled
Try this locally package):
debcheckout tlssled
cd tlssled
lintian-brush
Summary
- Trim trailing whitespace. (trailing-whitespace)
Diff
diff --git a/debian/changelog b/debian/changelog
index 1a06c20..7f214dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,6 @@ tlssled (1.2-1kali1) kali; urgency=low
tlssled (1.2-1kali0) kali; urgency=low
- * Initial release
+ * Initial release
-- Devon Kearns <dookie@kali.org> Sun, 23 Dec 2012 21:38:19 -0700
diff --git a/debian/control b/debian/control
index 975d77b..07277c0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,13 @@ Package: tlssled
Architecture: all
Depends: ${misc:Depends}, sslscan, openssl
Description: Evaluates the security of a target SSL/TLS (HTTPS) server
- TLSSLed is a Linux shell script whose purpose is to evaluate
- the security of a target SSL/TLS (HTTPS) web server
- implementation. It is based on sslscan, a thorough SSL/TLS
- scanner that is based on the openssl library, and on the
- "openssl s_client" command line tool. The current tests
- include checking if the target supports the SSLv2 protocol,
- the NULL cipher, weak ciphers based on their key length (40
- or 56 bits), the availability of strong ciphers (like AES),
- if the digital certificate is MD5 signed, and the current
- SSL/TLS renegotiation capabilities.
+ TLSSLed is a Linux shell script whose purpose is to evaluate
+ the security of a target SSL/TLS (HTTPS) web server
+ implementation. It is based on sslscan, a thorough SSL/TLS
+ scanner that is based on the openssl library, and on the
+ "openssl s_client" command line tool. The current tests
+ include checking if the target supports the SSLv2 protocol,
+ the NULL cipher, weak ciphers based on their key length (40
+ or 56 bits), the availability of strong ciphers (like AES),
+ if the digital certificate is MD5 signed, and the current
+ SSL/TLS renegotiation capabilities.
diff --git a/debian/rules b/debian/rules
index 8aeab0a..d462e8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@
override_dh_auto_install:
- dh_auto_install
+ dh_auto_install
install TLSSLed_v1.3.sh $(CURDIR)/debian/tlssled/usr/bin/tlssled
Publish History
- 2021-01-29T22:56: Successfully pushed (Success)