diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-18 21:32:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-19 22:07:06 +0200 |
| commit | 4ee83040c891a5fc8e956fe1a3e20e4179df606a (patch) | |
| tree | 9e1a2221d489595a0aa4b7fb0228e2902e56d645 | |
| parent | ca96abfcfcbc718dcc6a3d4369e80dd0c59eccb7 (diff) | |
Missing debian 11/12/13/unstable dependencies.
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -195,6 +195,7 @@ deb_depends['11'].extend(['libboost-filesystem1.74.0', 'libboost-regex1.74.0', 'libboost-date-time1.74.0', 'libxml++2.6-2v5', + 'libxmlsec1-openssl', 'libzip4', 'libcairomm-1.0-1v5', 'libpangomm-1.4-1v5', @@ -221,6 +222,7 @@ deb_depends['12'].extend(['libboost-filesystem1.74.0', 'libboost-regex1.74.0', 'libboost-date-time1.74.0', 'libxml++2.6-2v5', + 'libxmlsec1-openssl', 'libzip4', 'libcairomm-1.0-1v5', 'libpangomm-1.4-1v5', @@ -247,6 +249,7 @@ deb_depends['13'].extend(['libboost-filesystem1.83.0', 'libboost-regex1.83.0', 'libboost-date-time1.83.0', 'libxml++2.6-2v5', + 'libxmlsec1t64-openssl', 'libzip5', 'libcairomm-1.0-1v5', 'libpangomm-1.4-1v5', @@ -274,6 +277,7 @@ deb_depends['unstable'].extend(['libboost-filesystem1.83.0', 'libboost-regex1.83.0', 'libboost-date-time1.83.0', 'libxml++2.6-2v5', + 'libxmlsec1-openssl1', 'libgtk2.0-0', 'libzip5', 'libicu72', |
