diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-20 15:38:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-20 15:38:14 +0200 |
commit | 28260c18ff29c17741e19cdee182632f041a963f (patch) | |
tree | 6a54048f941fad0fed0087c99f6569ecc073eb34 /debian | |
parent | 52d1fcf448987ab4ee13ae7cc2f8e60ee611f760 (diff) |
-bump version dependencies
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 15 |
2 files changed, 12 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 59dcb1bf..6472a6e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.9.0) unstable; urgency=low + + * Updating to latest pre-release from Git. + + -- Christian Grothoff <grothoff@taler.net> Mon, 20 Jun 2022 13:12:58 +0200 + taler-merchant (0.8.4-1) unstable; urgency=low * Updating to latest Git with minor bugfixes and improvements. diff --git a/debian/control b/debian/control index 619bcfcd..84aa993b 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: autopoint, debhelper-compat (= 12), gettext, - libgnunet-dev, - libtalerexchange-dev, - libpq-dev (>=9.5), + libgnunet-dev (>=0.17.0), + libtalerexchange-dev (>=0.9.0), + libpq-dev (>=13), libsqlite3-dev (>=3.8), po-debconf, libqrencode-dev, @@ -19,9 +19,6 @@ Build-Depends: libcurl4-openssl-dev (>= 7.35.0) | libcurl4-gnutls-dev (>= 7.35.0), libsodium-dev (>= 1.0.11), texinfo -Build-Conflicts: - autoconf2.13, - automake1.4 Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/debian/taler-merchant.git Vcs-browser: https://salsa.debian.org/debian/taler-merchant @@ -43,7 +40,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: - libtalerexchange (>= 0.8.3), + libtalerexchange (>= 0.9.0), adduser, lsb-base, netbase, @@ -58,8 +55,8 @@ Package: libtalermerchant-dev Section: libdevel Architecture: any Depends: - libtalerexchange-dev (>= 0.8.3), - libgnunet-dev (>=0.14.0), + libtalerexchange-dev (>= 0.9.0), + libgnunet-dev (>=0.17.0), ${misc:Depends}, ${shlibs:Depends} Description: libraries to talk to a GNU Taler merchant (development) |