diff options
author | Slávek Banko <[email protected]> | 2021-01-15 15:17:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-15 15:19:49 +0100 |
commit | 0b32e6391b09e4c1802c5a5119ebc47d8d36c302 (patch) | |
tree | a911a253feff9382b5a9912249adac1318b46735 /ubuntu/_base/applications/tork/debian/control | |
parent | 4e6137111a7a96d40dc833db0dcf3ee4977c2d30 (diff) | |
download | tde-packaging-0b32e6391b09e4c1802c5a5119ebc47d8d36c302.tar.gz tde-packaging-0b32e6391b09e4c1802c5a5119ebc47d8d36c302.zip |
DEB tork: Switch to cmake.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit b15c4fb7e048bf327e43f734393ec75eabfccc49)
Diffstat (limited to 'ubuntu/_base/applications/tork/debian/control')
-rw-r--r-- | ubuntu/_base/applications/tork/debian/control | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ubuntu/_base/applications/tork/debian/control b/ubuntu/_base/applications/tork/debian/control index 4f6089f2a..08e642304 100644 --- a/ubuntu/_base/applications/tork/debian/control +++ b/ubuntu/_base/applications/tork/debian/control @@ -3,10 +3,7 @@ Section: tde Priority: optional Homepage: http://tork.sourceforge.net/ Maintainer: TDE Debian Team <[email protected]> -Build-Depends: debhelper (>= 9~), cdbs, automake, libtool, - tdelibs-trinity-dev, libgeoip-dev, - libjpeg-dev, libpng-dev, zlib1g-dev, - pkg-config, torsocks +Build-Depends: debhelper (>= 9~), quilt, cdbs, cmake, tdelibs-trinity-dev, pkg-config, torsocks, libgeoip-dev, libssl-dev Standards-Version: 3.9.1 Package: tork-trinity |