summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-21 17:53:00 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-21 17:53:00 +0100
commit82c37473a3f8a002e21d7e7ff87ebca0d1937db6 (patch)
tree0f21e81cd13b05e7659400b3f0997facf10b7ddd /debian
parent6a1d3f57c5ecc5a142e63fb574a017f02f207bab (diff)
downloadmerchant-82c37473a3f8a002e21d7e7ff87ebca0d1937db6.tar.gz
merchant-82c37473a3f8a002e21d7e7ff87ebca0d1937db6.tar.bz2
merchant-82c37473a3f8a002e21d7e7ff87ebca0d1937db6.zip
update rules
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.