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:30:39 +0200 |
commit | 25dde4c156da42e87d3c14978859b42173a95a93 (patch) | |
tree | b62fa0e8ec250f4d5627b905aa268c9fa52b01ff | |
parent | c2e44e3a96e6eacc1c59f94756e90eb7fe94b801 (diff) | |
download | tde-packaging-25dde4c156da42e87d3c14978859b42173a95a93.tar.gz tde-packaging-25dde4c156da42e87d3c14978859b42173a95a93.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>
(cherry picked from commit b19b6fd51128c9a92465996c819f9d0b2ca7e198)
-rw-r--r-- | debian/_base/common/cmake/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/_base/common/cmake/debian/control | 2 |
2 files changed, 2 insertions, 2 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. . diff --git a/ubuntu/_base/common/cmake/debian/control b/ubuntu/_base/common/cmake/debian/control index 4984a8d5d..1363e01ee 100644 --- a/ubuntu/_base/common/cmake/debian/control +++ b/ubuntu/_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. . |