summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control4
-rw-r--r--debian/taler-exchange.postrm.debhelper6
2 files changed, 2 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index a3950b066..1658990c4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
autopoint,
debhelper-compat (= 13),
gettext,
- gnunet-dev,
+ libgnunet-dev,
libcurl4-gnutls-dev (>=7.35.0),
libgcrypt20-dev (>=1.6),
libgnutls28-dev (>=3.2.12),
@@ -65,7 +65,7 @@ Section: libdevel
Architecture: any
Depends:
libtalerexchange (= ${binary:Version}),
- libgnunet-dev (>=1:0.6.3),
+ libgnunet-dev (>=1:0.14.0),
libgcrypt20-dev (>=1.6),
libmicrohttpd-dev (>=0.9.33),
${misc:Depends}
diff --git a/debian/taler-exchange.postrm.debhelper b/debian/taler-exchange.postrm.debhelper
deleted file mode 100644
index 5d2556c19..000000000
--- a/debian/taler-exchange.postrm.debhelper
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically added by dh_installdebconf/13.3
-if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
-fi
-# End automatically added section