Lintian Fixes - lua-luaossl

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 6f56a3d..1d4d273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,7 +55,8 @@ liblua-openssl (20180708-0) unstable; urgency=low
 
   * Fix incorrect class check in :getTLSextStatusType()
   * Update lua-compat-5.3
-  * Add context:setTicketKeys(), context:getTicketKeys(), context:getTicketKeysLength()
+  * Add context:setTicketKeys(), context:getTicketKeys(),
+    context:getTicketKeysLength()
 
 -- Daurnimator <quae@daurnimator.com>  Sun, 08 Jul 2018 23:49:25 +1000
 
@@ -270,4 +271,4 @@ liblua-openssl (20131209-1) unstable; urgency=low
 
   * Initial release after splitting from cqueues project.
 
- -- William Ahern <william@25thandClement.com>  Sun, 09 Dec 2013 21:17:33 -0800
+ -- William Ahern <william@25thandClement.com>  Mon, 09 Dec 2013 21:17:33 -0800
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index a17b827..9deb1bc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
 Source: liblua-openssl
 Section: unknown
-Priority: extra
+Priority: optional
 Maintainer: William Ahern <william@25thandClement.com>
-Build-Depends: debhelper (>= 9), m4, dh-lua, libssl-dev
+Build-Depends: debhelper-compat (= 13), m4, dh-lua, libssl-dev
 Standards-Version: 3.9.2
 
 Package: liblua5.1-openssl
 Architecture: any
-Depends: openssl, liblua5.1-0
+Depends: openssl, liblua5.1-0, ${misc:Depends}
 Description: Comprehensive OpenSSL bindings.
 
 Package: liblua5.2-openssl
 Architecture: any
-Depends: openssl, liblua5.2-0
+Depends: openssl, liblua5.2-0, ${misc:Depends}
 Description: Comprehensive OpenSSL bindings.

Run locally

More details

Full run details

Historical runs