From 72eecb73e30b9ef2e6ead11d41efe256d7246567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 14 May 2021 13:01:32 +0200 Subject: DEB cmake: Add a standalone package for TDE CMake modules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/_base/common/cmake/debian/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ubuntu/_base/common/cmake/debian/control (limited to 'ubuntu/_base/common/cmake/debian/control') diff --git a/ubuntu/_base/common/cmake/debian/control b/ubuntu/_base/common/cmake/debian/control new file mode 100644 index 000000000..4984a8d5d --- /dev/null +++ b/ubuntu/_base/common/cmake/debian/control @@ -0,0 +1,16 @@ +Source: cmake-trinity +Section: tde +Priority: optional +Maintainer: TDE Debian Team +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. -- cgit v1.2.3