diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-06 20:28:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-06 20:29:01 +0200 |
commit | b19b6fd51128c9a92465996c819f9d0b2ca7e198 (patch) | |
tree | 2bf3d56ef709e572b09226df65e70b2e0c668d3c /debian/_base | |
parent | 052cb6853e5edcde925ad917146ab7a70a1ddeb6 (diff) | |
download | tde-packaging-b19b6fd51128c9a92465996c819f9d0b2ca7e198.tar.gz tde-packaging-b19b6fd51128c9a92465996c819f9d0b2ca7e198.zip |
DEB cmake-trinity: Add libxml-parser-perl to Depends
because it is necessary to use tde_l10n_merge with XML files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base')
-rw-r--r-- | debian/_base/common/cmake/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/common/cmake/debian/control b/debian/_base/common/cmake/debian/control index 4984a8d5d..1363e01ee 100644 --- a/debian/_base/common/cmake/debian/control +++ b/debian/_base/common/cmake/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: cmake-trinity Architecture: all -Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base +Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl Description: TDE CMake modules TDE uses its own set of modules and macros to simplify CMake rules. . |