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 | |
parent | c5ff2444bb5f2d0d37b3c94b5afcb781174d51ce (diff) |
debian: dependencies for taler-terms-generator
m--------- | contrib/gana | 0 | ||||
m--------- | contrib/wallet-core | 0 | ||||
-rw-r--r-- | debian/control | 9 | ||||
m--------- | doc/prebuilt | 0 |
4 files changed, 9 insertions, 0 deletions
diff --git a/contrib/gana b/contrib/gana -Subproject 72be9c8454abc39eb35e1019545ceda8ece7a6d +Subproject ace673ed30067aa50ef5eebe16cc63ebe1ae066 diff --git a/contrib/wallet-core b/contrib/wallet-core -Subproject b160088ea09cfda35e0e5c1e4c3ba0c58a2d055 +Subproject c15393d61199c665dc056dc41ed19c7dbb28f92 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. diff --git a/doc/prebuilt b/doc/prebuilt -Subproject 60ccf04bb3579c249a899c4ae88e120acda13c8 +Subproject 14e26d5fe2c0ceed27e27d8c79db14775ddfd79 |