diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:22:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:22:35 +0200 |
commit | 7cc30a0bb87d844ed8af8f573cd07e86613828e4 (patch) | |
tree | 6f20821ceae02c0feb7e4d327b2c852978db2267 | |
parent | 5026518bb5a6c47b9278eede81989ca0fba7094a (diff) | |
download | exchange-7cc30a0bb87d844ed8af8f573cd07e86613828e4.tar.gz exchange-7cc30a0bb87d844ed8af8f573cd07e86613828e4.zip |
bump GNUnet version requirement
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e4c9be4f5..894a1dd37 100644 --- a/debian/control +++ b/debian/control | |||
@@ -9,7 +9,7 @@ Build-Depends: | |||
9 | bash, | 9 | bash, |
10 | debhelper-compat (= 12), | 10 | debhelper-compat (= 12), |
11 | gettext, | 11 | gettext, |
12 | libgnunet-dev, | 12 | libgnunet-dev (>=0.15.3), |
13 | libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), | 13 | libcurl4-gnutls-dev (>=7.35.0) | libcurl4-openssl-dev (>= 7.35.0), |
14 | libgcrypt20-dev (>=1.6), | 14 | libgcrypt20-dev (>=1.6), |
15 | libgnutls28-dev (>=3.2.12), | 15 | libgnutls28-dev (>=3.2.12), |
@@ -109,7 +109,7 @@ Section: libdevel | |||
109 | Architecture: any | 109 | Architecture: any |
110 | Depends: | 110 | Depends: |
111 | libtalerexchange (= ${binary:Version}), | 111 | libtalerexchange (= ${binary:Version}), |
112 | libgnunet-dev (>=0.14.0), | 112 | libgnunet-dev (>=0.15.3), |
113 | libgcrypt20-dev (>=1.6), | 113 | libgcrypt20-dev (>=1.6), |
114 | libmicrohttpd-dev (>=0.9.33), | 114 | libmicrohttpd-dev (>=0.9.33), |
115 | ${misc:Depends}, | 115 | ${misc:Depends}, |