diff options
author | Florian Dold <florian@dold.me> | 2021-07-29 13:55:16 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-29 13:55:16 +0200 |
commit | ddde15485327291818720645983e46cfc303feac (patch) | |
tree | 02828f34122e4325deeb4a3d5898cfe39a940f47 | |
parent | a367347a54338641180083573698b1fb48aced55 (diff) | |
download | exchange-ddde15485327291818720645983e46cfc303feac.tar.gz exchange-ddde15485327291818720645983e46cfc303feac.zip |
debian: install files
-rw-r--r-- | debian/libtalerexchange.install | 1 | ||||
-rw-r--r-- | debian/taler-auditor.install | 7 | ||||
-rw-r--r-- | debian/taler-exchange.install | 11 |
3 files changed, 8 insertions, 11 deletions
diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install index 8aa7f7c03..9bc2df9c0 100644 --- a/debian/libtalerexchange.install +++ b/debian/libtalerexchange.install | |||
@@ -2,5 +2,6 @@ usr/bin/taler-config | |||
2 | usr/lib/*/libtaler* | 2 | usr/lib/*/libtaler* |
3 | usr/share/taler/config.d/paths.conf | 3 | usr/share/taler/config.d/paths.conf |
4 | usr/share/taler/config.d/taler.conf | 4 | usr/share/taler/config.d/taler.conf |
5 | debian/etc/taler/taler.conf etc/taler/taler.conf | ||
5 | usr/share/man/man5/taler.conf.5 | 6 | usr/share/man/man5/taler.conf.5 |
6 | usr/share/man/man1/taler-config* | 7 | usr/share/man/man1/taler-config* |
diff --git a/debian/taler-auditor.install b/debian/taler-auditor.install index 79aa47d22..86bfbf8d9 100644 --- a/debian/taler-auditor.install +++ b/debian/taler-auditor.install | |||
@@ -13,6 +13,9 @@ usr/share/man/man1/taler-helper-auditor* | |||
13 | usr/share/info/taler-auditor* | 13 | usr/share/info/taler-auditor* |
14 | usr/share/taler/config.d/auditor* | 14 | usr/share/taler/config.d/auditor* |
15 | usr/share/taler/sql/auditor/* | 15 | usr/share/taler/sql/auditor/* |
16 | debian/etc/taler/auditor* etc/taler/ | 16 | |
17 | debian/auditor-conf/* etc/taler-auditor/ | 17 | # Configuration |
18 | debian/etc/taler/conf.d/auditor* etc/taler/conf.d/ | ||
19 | debian/etc/taler/secrets/auditor* etc/taler/secrets/ | ||
20 | |||
18 | usr/share/taler/exchange/auditor-report.tex.j2 | 21 | usr/share/taler/exchange/auditor-report.tex.j2 |
diff --git a/debian/taler-exchange.install b/debian/taler-exchange.install index 5c3266967..6d7577b94 100644 --- a/debian/taler-exchange.install +++ b/debian/taler-exchange.install | |||
@@ -22,15 +22,8 @@ usr/share/info/taler-exchange* | |||
22 | usr/share/taler/config.d/* | 22 | usr/share/taler/config.d/* |
23 | 23 | ||
24 | # configuration files in /etc/taler | 24 | # configuration files in /etc/taler |
25 | debian/etc/taler/exchange-business.conf etc/taler/ | 25 | debian/etc/taler/conf.d/exchange* etc/taler/conf.d/ |
26 | debian/etc/taler/exchange-db.conf etc/taler/ | 26 | debian/etc/taler/secrets/exchange etc/taler/secrets/ |
27 | debian/etc/taler/exchange-service-default.conf etc/taler/ | ||
28 | debian/etc/taler/exchange-service-wire.conf etc/taler/ | ||
29 | debian/etc/taler/exchange-system.conf etc/taler | ||
30 | debian/etc/taler/exchange-wire-gateway.conf etc/taler/ | ||
31 | |||
32 | # sample config files | ||
33 | debian/exchange-conf/* usr/share/taler/sample-configs/ | ||
34 | 27 | ||
35 | usr/share/taler/exchange/pp/*/* | 28 | usr/share/taler/exchange/pp/*/* |
36 | usr/share/taler/exchange/tos/*/* | 29 | usr/share/taler/exchange/tos/*/* |