diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:34:41 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-28 17:34:41 +0200 |
commit | e946b00eadc4ad0327b7bfcfc6b79fa8fc298515 (patch) | |
tree | 1365c91869cf6ca981786c40e1ff31c94fa27855 | |
parent | c0e88cf77dfba685a84d799ad80201ba180975ed (diff) | |
download | anastasis-e946b00eadc4ad0327b7bfcfc6b79fa8fc298515.tar.gz anastasis-e946b00eadc4ad0327b7bfcfc6b79fa8fc298515.zip |
-bump version requirements
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 18c82a1..c01780c 100644 --- a/debian/control +++ b/debian/control | |||
@@ -9,8 +9,8 @@ Build-Depends: | |||
9 | debhelper-compat (= 12), | 9 | debhelper-compat (= 12), |
10 | gettext, | 10 | gettext, |
11 | libgnunet-dev, | 11 | libgnunet-dev, |
12 | libtalerexchange-dev, | 12 | libtalerexchange-dev (>= 0.8.5), |
13 | libtalermerchant-dev, | 13 | libtalermerchant-dev (>= 0.8.4), |
14 | libpq-dev (>=9.5), | 14 | libpq-dev (>=9.5), |
15 | libsqlite3-dev (>=3.8), | 15 | libsqlite3-dev (>=3.8), |
16 | pkg-config, | 16 | pkg-config, |
@@ -42,7 +42,7 @@ Architecture: any | |||
42 | Pre-Depends: | 42 | Pre-Depends: |
43 | ${misc:Pre-Depends} | 43 | ${misc:Pre-Depends} |
44 | Depends: | 44 | Depends: |
45 | libtalerexchange (>= 0.8.3), | 45 | libtalerexchange (>= 0.8.4), |
46 | adduser, | 46 | adduser, |
47 | lsb-base, | 47 | lsb-base, |
48 | netbase, | 48 | netbase, |
@@ -67,9 +67,9 @@ Package: libanastasis-dev | |||
67 | Section: libdevel | 67 | Section: libdevel |
68 | Architecture: any | 68 | Architecture: any |
69 | Depends: | 69 | Depends: |
70 | libtalermerchant-dev (>= 0.8.2), | 70 | libtalermerchant-dev (>= 0.8.3), |
71 | libtalerexchange-dev (>= 0.8.3), | 71 | libtalerexchange-dev (>= 0.8.4), |
72 | libgnunet-dev (>=0.14.0), | 72 | libgnunet-dev (>=0.15.3), |
73 | ${misc:Depends}, | 73 | ${misc:Depends}, |
74 | ${shlibs:Depends} | 74 | ${shlibs:Depends} |
75 | Description: libraries to talk to a GNU Anastasis provider (development) | 75 | Description: libraries to talk to a GNU Anastasis provider (development) |