diff options
author | william <william@25tandclement.com> | 2013-12-09 21:20:00 -0800 |
---|---|---|
committer | william <william@25tandclement.com> | 2013-12-09 21:20:00 -0800 |
commit | 9db41e05d9a00eb906b530b38bcaaa068d40c88b (patch) | |
tree | 71312908cae28d36543f8881bc675f8867380eee /debian/control | |
parent | fbd452885694da66156e95f671ab364cfe157bef (diff) | |
download | luaossl-9db41e05d9a00eb906b530b38bcaaa068d40c88b.tar.gz luaossl-9db41e05d9a00eb906b530b38bcaaa068d40c88b.tar.bz2 luaossl-9db41e05d9a00eb906b530b38bcaaa068d40c88b.zip |
add debian packaging files
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. | ||