diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-03 23:29:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-03 23:29:27 +0100 |
commit | 9a24b4a0dccc299e17279e115a3e460092cab0d3 (patch) | |
tree | 9b2122dfcd3fec99118fa03831dcf8296468956f /debian/control | |
parent | d981da056e776e0756cfddb22f18308b9ab913a5 (diff) |
fix auditor postinst
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 909c4dbaa..a1f2c428b 100644 --- a/debian/control +++ b/debian/control @@ -55,11 +55,25 @@ Depends: lsb-base, netbase, dbconfig-pgsql | dbconfig-no-thanks, - python3-jinja2, ${misc:Depends}, ${shlibs:Depends} Description: GNU's payment system operator. +Package: taler-auditor +Architecture: any +Pre-Depends: + ${misc:Pre-Depends} +Depends: + libtalerexchange (= ${binary:Version}), + adduser, + lsb-base, + netbase, + dbconfig-pgsql | dbconfig-no-thanks, + python3-jinja2, + ${misc:Depends}, + ${shlibs:Depends} +Description: GNU's payment system auditor. + Package: libtalerexchange-dev Section: libdevel Architecture: any |