diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a17b827 --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,16 @@ | |||
1 | Source: liblua-openssl | ||
2 | Section: unknown | ||
3 | Priority: extra | ||
4 | Maintainer: William Ahern <william@25thandClement.com> | ||
5 | Build-Depends: debhelper (>= 9), m4, dh-lua, libssl-dev | ||
6 | Standards-Version: 3.9.2 | ||
7 | |||
8 | Package: liblua5.1-openssl | ||
9 | Architecture: any | ||
10 | Depends: openssl, liblua5.1-0 | ||
11 | Description: Comprehensive OpenSSL bindings. | ||
12 | |||
13 | Package: liblua5.2-openssl | ||
14 | Architecture: any | ||
15 | Depends: openssl, liblua5.2-0 | ||
16 | Description: Comprehensive OpenSSL bindings. | ||