[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: fix dependencies
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: fix dependencies |
Date: |
Fri, 01 Jan 2021 21:12:55 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new d2b1596b fix dependencies
d2b1596b is described below
commit d2b1596bbd6a56cdc57a65764e051179108313d5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 1 21:12:51 2021 +0100
fix dependencies
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 48d62d28..93f290d9 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends:
autopoint,
debhelper-compat (= 13),
gettext,
- gnunet-dev,
- taler-exchange-dev,
+ libgnunet-dev,
+ libtalerexchange-dev,
libpq-dev (>=9.5),
libsqlite3-dev (>=3.8),
po-debconf,
@@ -54,7 +54,7 @@ Section: libdevel
Architecture: any
Depends:
libtalerexchange-dev (= ${binary:Version}),
- libgnunet-dev (>=1:0.6.3),
+ libgnunet-dev (>=1:0.14.0),
${misc:Depends}
Description: libraries to talk to a GNU Taler merchant (development)
.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: fix dependencies,
gnunet <=