diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-01-13 15:43:18 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-01-14 18:45:24 +0100 |
commit | 9a6dd2b8bf4426a490b8e50539e694bcf0e78a73 (patch) | |
tree | cb4f1b8859a9e3e68d9507363a361b602949d56a /ubuntu/_base/dependencies/tde-cmake/debian/control | |
parent | b627539f12bdae23fe2b0a185767e706d473a468 (diff) | |
download | tde-packaging-9a6dd2b8bf4426a490b8e50539e694bcf0e78a73.tar.gz tde-packaging-9a6dd2b8bf4426a490b8e50539e694bcf0e78a73.zip |
DEB tde-cmake: Move from common submodule to dependencies.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/dependencies/tde-cmake/debian/control')
-rw-r--r-- | ubuntu/_base/dependencies/tde-cmake/debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ubuntu/_base/dependencies/tde-cmake/debian/control b/ubuntu/_base/dependencies/tde-cmake/debian/control new file mode 100644 index 000000000..81aef4b41 --- /dev/null +++ b/ubuntu/_base/dependencies/tde-cmake/debian/control @@ -0,0 +1,19 @@ +Source: tde-cmake +Section: tde +Priority: optional +Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake (>= 3.1~) +Standards-Version: 3.8.4 + +Package: tde-cmake +Architecture: all +Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base, libxml-parser-perl +Replaces: cmake-trinity (<< 4:14.1.0~) +Breaks: cmake-trinity (<< 4:14.1.0~) +Provides: cmake-trinity +Description: TDE CMake modules + TDE uses its own set of modules and macros to simplify CMake rules. + . + This also includes the TDEL10n module that is used to generate and + update templates for translations and the modified version of + intltool-merge used to merge translations into desktop files. |