summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-04 20:35:47 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-04 20:36:00 +0100
commitc5ff2444bb5f2d0d37b3c94b5afcb781174d51ce (patch)
tree6c0b4590b092d0866a96b4b1fc05c63d0babaf13 /debian
parentf7a2352da21acd0dbb5304e34d61d7588798c672 (diff)
downloadexchange-c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce.tar.gz
exchange-c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce.tar.bz2
exchange-c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce.zip
starting packaging for 0.9.4a
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control13
-rw-r--r--debian/libtalerexchange.install2
-rw-r--r--debian/taler-exchange.install5
-rw-r--r--debian/taler-terms-generator.install8
5 files changed, 22 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 11a85e53e..84ceb5216 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 fe80f9cf8..939014312 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 2ce02e64b..f3c52ba8d 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 fe5b71546..5fb579e17 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 000000000..19972ffc7
--- /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