diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-04 20:38:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-04 20:38:40 +0100 |
commit | 347ad85e8fafb2d7583fbc42f7de0c817bfe82b3 (patch) | |
tree | 4a54f7712e872cee7188dd2fee6dd6dbebfc31c9 | |
parent | 17705572a23e28173405b00f412086db8dc5ae3d (diff) |
starting packaging for 0.9.4av0.9.5-dev.5
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3e0f63ac..3cfa0d57 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-merchant],[0.9.4],[taler-bug@gnunet.org]) +AC_INIT([taler-merchant],[0.9.4a],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c]) AC_CONFIG_HEADERS([taler_merchant_config.h]) # support for non-recursive builds diff --git a/debian/changelog b/debian/changelog index 7c2b6922..c70d8746 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -taler-merchant (0.9.5~dev.3) unstable; urgency=low +taler-merchant (0.9.4-2) unstable; urgency=low - * Development version 0.9.5-dev.3. + * v0.9.4a bugfix release. - -- Florian Dold <dold@taler.net> Wed, 21 Feb 2024 11:40:20 +0100 + -- Christian Grothoff <grothoff@gnu.org> Mon, 3 Mar 2024 21:50:12 +0200 taler-merchant (0.9.4-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1384b7f6..9977ac39 100644 --- a/debian/control +++ b/debian/control @@ -56,6 +56,7 @@ Depends: ${shlibs:Depends} Recommends: postgresql (>=14.0), + taler-terms-generator, apache2 | nginx | httpd Description: GNU's payment system merchant backend. . |