diff options
author | Florian Dold <florian@dold.me> | 2021-08-18 18:13:28 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-18 18:13:28 +0200 |
commit | 1f4d5dcc2ac25ae3e785d1eb7c0a5946b1990f90 (patch) | |
tree | f435644745a8b52cae740c1fe92bf6bfb58273a9 | |
parent | d05da0f267d22963616b5f7cc241541e62419cf1 (diff) |
debian: fix dep
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3a146da3..619bcfcd 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.9.0), + libtalerexchange (>= 0.8.3), adduser, lsb-base, netbase, @@ -58,7 +58,7 @@ Package: libtalermerchant-dev Section: libdevel Architecture: any Depends: - libtalerexchange-dev (>= 0.9.0), + libtalerexchange-dev (>= 0.8.3), libgnunet-dev (>=0.14.0), ${misc:Depends}, ${shlibs:Depends} |