fix dependencies

This commit is contained in:
Christian Grothoff 2021-01-01 21:12:47 +01:00
parent 0bd5a6e97e
commit e4dc1ecc5d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 8 deletions

4
debian/control vendored
View File

@ -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}

View File

@ -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