diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-09 12:10:02 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-09 12:10:02 +0200 |
commit | e1f78d6514329c779ddefb1231c85ed10901eeed (patch) | |
tree | d39fdc569f3ff384f4ada69a0dfbd05a5ebf10b8 | |
parent | 3391bbb2333245b808dc16bf7c63dc36c7af6ffb (diff) |
Debian: Specify minimum dependency versions
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 88ef8134..0afc50b1 100644 --- a/debian/control +++ b/debian/control | |||
@@ -2,7 +2,7 @@ Source: lagrange | |||
2 | Section: net | 2 | Section: net |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi> | 4 | Maintainer: Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi> |
5 | Build-Depends: cmake, debhelper (>=11~), libsdl2-dev, libssl-dev, libpcre3-dev, zlib1g-dev, libunistring-dev, libmpg123-dev | 5 | Build-Depends: cmake (>=3.9), debhelper (>=11~), libsdl2-dev (>=2.0.4), libssl-dev (>=1.1.1), libpcre3-dev (>=8.38), zlib1g-dev, libunistring-dev, libmpg123-dev |
6 | Standards-Version: 4.1.4 | 6 | Standards-Version: 4.1.4 |
7 | Homepage: https://gmi.skyjake.fi/lagrange/ | 7 | Homepage: https://gmi.skyjake.fi/lagrange/ |
8 | 8 | ||