summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-06 20:28:49 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-06 20:29:57 +0200
commitdfd554796d266f241fccef09b844d83a8782e024 (patch)
treeb64b77934139a632af001e2438933387ba4f3bd4
parent01412a64df2590a14bc62acb501dcb774c48e947 (diff)
downloadtde-packaging-dfd554796d266f241fccef09b844d83a8782e024.tar.gz
tde-packaging-dfd554796d266f241fccef09b844d83a8782e024.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/control2
-rw-r--r--dilos/common/cmake/debian/control2
-rw-r--r--ubuntu/_base/common/cmake/debian/control2
3 files changed, 3 insertions, 3 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/dilos/common/cmake/debian/control b/dilos/common/cmake/debian/control
index 4984a8d5d..1363e01ee 100644
--- a/dilos/common/cmake/debian/control
+++ b/dilos/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.
.