diff options
author | Florian Dold <florian@dold.me> | 2024-03-04 20:38:38 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-03-04 20:38:38 +0100 |
commit | b57e3d91b84f6121e944d73af803474d27ccf31c (patch) | |
tree | 9dd3bff6b4ab157cab69f8c0911578ed004840a9 /debian | |
parent | c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce (diff) |
debian: dependencies for taler-terms-generator
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 939014312..fd6dfc158 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,15 @@ Description: Libraries to talk to a GNU Taler exchange. Package: taler-terms-generator Architecture: any +Pre-Depends: + ${misc:Pre-Depends} +Depends: + lsb-base, + pandoc, + groff, + ghostscript, + ${misc:Depends}, + ${shlibs:Depends} Description: Tool to generate the terms of service and privacy policy for various languages and data formats. Useful for various GNU Taler components. |