diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-10 19:38:52 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-10 19:38:52 +0100 |
commit | efe3f2bf57ecf9424899edf91d9ef0a002c107c0 (patch) | |
tree | 941c066476dc33b3072cd8d94cf13fdd1fa21407 /debian/control | |
parent | 00f02b19ad8ce2f8f0195d3610e06566bf68cd0c (diff) |
Fixed package dependencies
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7641847..9c75069 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://www.reichwein.it/whiteboard/ Package: whiteboard Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils, pandoc +Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils, pandoc, texlive-latex-recommended, texlive-latex-extra Recommends: webserver Homepage: http://www.reichwein.it/whiteboard/ Description: Web application for an collaborative editor |