summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control3
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 43654b84..ca9ba7b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+taler-merchant (0.9.0-2) unstable; urgency=medium
+
+ * Fixed transactional logic issues.
+ * Trust exchange if master_pub matches, do not require base URL to match.
+ * Update documentation.
+ * Minimize files shipped with libtalermerchant Debian package to what is needed.
+
+ -- Christian Grothoff <grothoff@gnu.org> Thu, 21 Jan 2021 12:02:10 +0100
+
taler-merchant (0.9.0-1) unstable; urgency=medium
* Fixed database initialization.
diff --git a/debian/control b/debian/control
index cc6d8595..0d4b7f4b 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,8 @@ Architecture: any
Depends:
libtalerexchange-dev (>= 0.9.0),
libgnunet-dev (>=0.14.0),
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: libraries to talk to a GNU Taler merchant (development)
.
This package contains the development files.