gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: starting packaging for 0.9.4a


From: gnunet
Subject: [taler-exchange] branch master updated: starting packaging for 0.9.4a
Date: Mon, 04 Mar 2024 20:36:03 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c5ff2444 starting packaging for 0.9.4a
c5ff2444 is described below

commit c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Mar 4 20:35:47 2024 +0100

    starting packaging for 0.9.4a
---
 configure.ac                         |  2 +-
 debian/changelog                     |  7 +++++++
 debian/control                       | 13 +++++++------
 debian/libtalerexchange.install      |  2 --
 debian/taler-exchange.install        |  5 -----
 debian/taler-terms-generator.install |  8 ++++++++
 6 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/configure.ac b/configure.ac
index 349e3717..18d77407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #
 #
 AC_PREREQ([2.69])
-AC_INIT([taler-exchange],[0.9.4],[taler-bug@gnunet.org])
+AC_INIT([taler-exchange],[0.9.4a],[taler-bug@gnunet.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
diff --git a/debian/changelog b/debian/changelog
index 11a85e53..84ceb521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+taler-exchange (0.9.4-2) unstable; urgency=low
+
+  * Created new taler-terms-generator package
+  * v0.9.4a bugfix release.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Mon, 3 Mar 2024 21:50:12 +0200
+
 taler-exchange (0.9.4-1) unstable; urgency=low
 
   * Actual v0.9.4 release.
diff --git a/debian/control b/debian/control
index fe80f9cf..93901431 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,7 @@ Build-Depends:
  libpq-dev (>=14),
  libsodium-dev (>=1.0.11),
  libunistring-dev (>=0.9.2),
- python3-jinja2,
  po-debconf,
- python3-dev,
  texinfo (>=5.2),
  zlib1g-dev
 Standards-Version: 4.5.0
@@ -40,9 +38,6 @@ Depends:
  netbase,
  ${misc:Depends},
  ${shlibs:Depends}
-Recommends:
- python3-sphinx,
- python3-sphinx-rtd-theme
 Description: Libraries to talk to a GNU Taler exchange.
   The package also contains various files fundamental
   to all GNU Taler installations, such as the
@@ -50,6 +45,12 @@ Description: Libraries to talk to a GNU Taler exchange.
   various base configuration files and associated
   documentation.
 
+Package: taler-terms-generator
+Architecture: any
+Description: Tool to generate the terms of service
+  and privacy policy for various languages and data
+  formats. Useful for various GNU Taler components.
+
 Package: taler-exchange-database
 Architecture: any
 Pre-Depends:
@@ -79,6 +80,7 @@ Depends:
  ${shlibs:Depends}
 Recommends:
   taler-exchange-offline (= ${binary:Version}),
+  taler-terms-generator,
   apache2 | nginx | httpd,
   postgresql (>=14.0)
 Description: GNU's payment system operator.
@@ -128,7 +130,6 @@ Depends:
  adduser,
  lsb-base,
  netbase,
- python3-jinja2,
  ${misc:Depends},
  ${shlibs:Depends}
 Description: GNU's payment system auditor.
diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install
index 2ce02e64..f3c52ba8 100644
--- a/debian/libtalerexchange.install
+++ b/debian/libtalerexchange.install
@@ -6,7 +6,5 @@ usr/share/taler/config.d/currencies.conf
 usr/share/taler/config.d/taler.conf
 debian/etc-libtalerexchange/* etc/
 usr/bin/taler-config
-usr/bin/taler-terms-generator
 usr/share/man/man5/taler.conf.5
 usr/share/man/man1/taler-config*
-usr/share/man/man1/taler-terms-generator.1
diff --git a/debian/taler-exchange.install b/debian/taler-exchange.install
index fe5b7154..5fb579e1 100644
--- a/debian/taler-exchange.install
+++ b/debian/taler-exchange.install
@@ -39,8 +39,3 @@ usr/share/taler/exchange/spa/*
 
 # configuration files in /etc/taler
 debian/etc-taler-exchange/* etc/
-
-# Terms of service / privacy policy templates
-usr/share/taler/terms/*.rst
-# Translations of ToS/PP
-usr/share/locale/*/LC_MESSAGES/*.po
diff --git a/debian/taler-terms-generator.install 
b/debian/taler-terms-generator.install
new file mode 100644
index 00000000..19972ffc
--- /dev/null
+++ b/debian/taler-terms-generator.install
@@ -0,0 +1,8 @@
+usr/share/man/man1/taler-terms-generator.1
+usr/bin/taler-terms-generator
+
+# Terms of service / privacy policy templates
+usr/share/taler/terms/*.rst
+
+# Translations of ToS/PP
+usr/share/locale/*/LC_MESSAGES/*.po

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]