commit e0175bb4e1f0980deeffc24f575210c40ca0e2c3
parent 4e0a2270c55528a125d9f4fde40a13529ddb71cc
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 12 Apr 2024 10:59:24 +0200
debian release bumping for taler v0.10
Diffstat:
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -4,7 +4,7 @@
# This configure file is in the public domain
AC_PREREQ([2.69])
-AC_INIT([anastasis],[0.4.1],[taler-bug@gnu.org])
+AC_INIT([anastasis],[0.4.2],[taler-bug@gnu.org])
AC_CONFIG_SRCDIR([src/backend/anastasis-httpd.c])
AC_CONFIG_HEADERS([anastasis_config.h])
# support for non-recursive builds
diff --git a/debian/changelog b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis (0.4.2-1) unstable; urgency=low
+
+ * Bump for build with Taler 0.10 release.
+
+ -- Christian Grothoff <grothoff@gnu.org> Fri, 12 Apr 2024 09:50:12 +0200
+
anastasis (0.4.2) unstable; urgency=low
* Improve auth scripts, install them with the package
diff --git a/debian/control b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
debhelper-compat (= 12),
gettext,
libgnunet-dev (>=0.21),
- libtalerexchange-dev (>= 0.9.4),
- libtalermerchant-dev (>= 0.9.4),
+ libtalerexchange-dev (>= 0.10.2),
+ libtalermerchant-dev (>= 0.10.2),
libpq-dev (>=14),
libsqlite3-dev (>=3.8),
pkg-config,
@@ -45,7 +45,7 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.9.4),
+ libtalerexchange (>= 0.10.2),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -87,8 +87,8 @@ Package: libanastasis-dev
Section: libdevel
Architecture: any
Depends:
- libtalermerchant-dev (>= 0.9.4),
- libtalerexchange-dev (>= 0.9.4),
+ libtalermerchant-dev (>= 0.10.2),
+ libtalerexchange-dev (>= 0.10.2),
libgnunet-dev (>=0.21),
${misc:Depends},
${shlibs:Depends}