summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control10
2 files changed, 19 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d3231da..071951f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+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
+ * Set default log level to INFO
+ * Make drop.sql more robust to future changes
+
+ -- Christian Grothoff <grothoff@gnu.org> Tue, 9 Apr 2024 09:50:12 +0200
+
anastasis (0.4.1) unstable; urgency=low
* Actual v0.4.1 release.
diff --git a/debian/control b/debian/control
index e9e618e..85865ef 100644
--- 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}