summaryrefslogtreecommitdiffstats
path: root/dilos/common/cmake/debian/control
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-05-14 13:01:32 +0200
committerSlávek Banko <[email protected]>2021-05-16 10:45:34 +0200
commit938a9897e75d1d2359dd48025a35c31ba9af06a2 (patch)
tree252db1d5adae729db0a4679c848f7862c8f4d76e /dilos/common/cmake/debian/control
parent1b7fda4f91482574988731a5753c9bbd40dee0e7 (diff)
downloadtde-packaging-938a9897e75d1d2359dd48025a35c31ba9af06a2.tar.gz
tde-packaging-938a9897e75d1d2359dd48025a35c31ba9af06a2.zip
DEB cmake: Add a standalone package for TDE CMake modules.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 72eecb73e30b9ef2e6ead11d41efe256d7246567)
Diffstat (limited to 'dilos/common/cmake/debian/control')
-rw-r--r--dilos/common/cmake/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/dilos/common/cmake/debian/control b/dilos/common/cmake/debian/control
new file mode 100644
index 000000000..4984a8d5d
--- /dev/null
+++ b/dilos/common/cmake/debian/control
@@ -0,0 +1,16 @@
+Source: cmake-trinity
+Section: tde
+Priority: optional
+Maintainer: TDE Debian Team <[email protected]>
+Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake
+Standards-Version: 3.8.4
+
+Package: cmake-trinity
+Architecture: all
+Depends: cmake (>= ${CMake-Version2}~), cmake (<< ${CMake-Next-Version2}~), perl-base
+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.