summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-01 21:12:51 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-01 21:12:51 +0100
commitd2b1596bbd6a56cdc57a65764e051179108313d5 (patch)
treef12b3177f56dfea6d901ba559e1d8204c2fc1fdd /debian
parent09e01d025be1219cfe8ed291919a2c56db6f405e (diff)
downloadmerchant-d2b1596bbd6a56cdc57a65764e051179108313d5.tar.gz
merchant-d2b1596bbd6a56cdc57a65764e051179108313d5.tar.bz2
merchant-d2b1596bbd6a56cdc57a65764e051179108313d5.zip
fix dependencies
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files 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)
.