summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control12
2 files changed, 19 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 9dc7285..ca93df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+sync (0.10.1) unstable; urgency=low
+
+ * Updating man page submodule.
+
+ -- Christian Grothoff <grothoff@gnu.org> Fri, 12 Apr 2024 09:50:12 +0200
+
+sync (0.10.0) unstable; urgency=low
+
+ * Fix spelling issues
+ * Make drop.sql more robust to future changes
+
+ -- Christian Grothoff <grothoff@gnu.org> Tue, 9 Apr 2024 09:50:12 +0200
+
sync (0.9.4-2) unstable; urgency=low
* v0.9.4a bugfix release.
diff --git a/debian/control b/debian/control
index fe86c2d..4f02003 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.0),
pkg-config,
po-debconf,
@@ -42,8 +42,8 @@ Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
- libtalerexchange (>= 0.9.4),
- libtalermerchant (>= 0.9.4),
+ libtalerexchange (>= 0.10.2),
+ libtalermerchant (>= 0.10.2),
libgnutls30 (>= 3.7.1),
adduser,
lsb-base,
@@ -64,8 +64,8 @@ Package: libsync-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}