diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-01-11 16:54:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-01-11 16:54:54 +0100 |
commit | 9a2614f8965f0157618dfc9a89f14f7cab278c51 (patch) | |
tree | 8992895f95d1d0bca6ef8bc92e2e0c8b7896c375 /ubuntu/_base/dependencies/tqca/debian/control | |
parent | f03fe2f1447badd293be7bf028a1839eeaf8dd5f (diff) | |
download | tde-packaging-9a2614f8965f0157618dfc9a89f14f7cab278c51.tar.gz tde-packaging-9a2614f8965f0157618dfc9a89f14f7cab278c51.zip |
DEB tqca: Add packaging files as a standalone libtqca shared library.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/dependencies/tqca/debian/control')
-rw-r--r-- | ubuntu/_base/dependencies/tqca/debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ubuntu/_base/dependencies/tqca/debian/control b/ubuntu/_base/dependencies/tqca/debian/control new file mode 100644 index 000000000..de00ac7cd --- /dev/null +++ b/ubuntu/_base/dependencies/tqca/debian/control @@ -0,0 +1,25 @@ +Source: libtqca +Section: libs +Priority: optional +Maintainer: TDE Team <team@trinitydesktop.org> +Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, cmake +Standards-Version: 3.8.3 + +Package: libtqca +Architecture: any +Multi-Arch: same +Section: libs +Depends: ${shlibs:Depends} +Description: + libtqca provides TQt interface for security plugins + +Package: libtqca-dev +Architecture: any +Multi-Arch: foreign +Section: libdevel +Depends: libtqca (= ${binary:Version}) +Description: + libtqca provides TQt interface for security plugins + . + This is the development package containing header files and link + libraries for libtqca. |