gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: check for key dependency


From: gnunet
Subject: [taler-exchange] branch master updated: check for key dependency
Date: Thu, 20 Jul 2023 16:03:52 +0200

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 827f65d9 check for key dependency
827f65d9 is described below

commit 827f65d997243fcb3e65a99dc2f373615ae74f68
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 20 16:03:47 2023 +0200

    check for key dependency
---
 contrib/taler-terms-generator.in | 6 ++++++
 debian/control                   | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/contrib/taler-terms-generator.in b/contrib/taler-terms-generator.in
index 6b466413..1bf030c1 100755
--- a/contrib/taler-terms-generator.in
+++ b/contrib/taler-terms-generator.in
@@ -143,6 +143,12 @@ while getopts ':a:C:hi:l:o:p:t:' OPTION; do
     esac
 done
 
+if ! which sphinx-build > /dev/null
+then
+    echo "Command 'sphinx-build' not found, but required. Please install 
sphinx."
+    exit 1
+fi
+
 BUILDDIR=$(mktemp -d /tmp/taler-terms-XXXXXX)
 if [ ! -f "${VERSION}.rst" ]
 then
diff --git a/debian/control b/debian/control
index 995b5d3e..11a4a73e 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,9 @@ 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

-- 
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]