diff options
author | YAEGASHI Takeshi <yaegashi@debian.org> | 2014-02-18 07:22:46 (JST) |
---|---|---|
committer | YAEGASHI Takeshi <yaegashi@debian.org> | 2014-02-18 07:22:46 (JST) |
commit | b24af70a0064ec02896000fe36e892b05833a661 (patch) | |
tree | bd0f1e72efbff98aacceb997ed5b88d121ea0ed0 | |
parent | e637938d8607bd3a1db689b9e1c9f6e046357220 (diff) | |
download | cgit-b24af70a0064ec02896000fe36e892b05833a661.zip cgit-b24af70a0064ec02896000fe36e892b05833a661.tar.gz |
Make liblua5.2-dev usable for wheezy compat
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ce6fed9..1c5be6c 100644 --- a/debian/control +++ b/debian/control | |||
@@ -5,7 +5,7 @@ Maintainer: YAEGASHI Takeshi <yaegashi@debian.org> | |||
5 | Build-Depends: debhelper (>= 9.0.0), | 5 | Build-Depends: debhelper (>= 9.0.0), |
6 | pkg-config, | 6 | pkg-config, |
7 | libssl-dev, | 7 | libssl-dev, |
8 | libluajit-5.1-dev, | 8 | libluajit-5.1-dev | liblua5.2-dev, |
9 | curl, | 9 | curl, |
10 | ca-certificates, | 10 | ca-certificates, |
11 | asciidoc, | 11 | asciidoc, |