diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-01-13 13:31:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-13 13:31:38 +0100 |
commit | 74155ba447b2f5f1e087724b56c2f1ad53c07e5c (patch) | |
tree | 5afdf8f77cb191b5c35664b0969be19810f966ce /ubuntu/_base/applications/filelight/debian | |
parent | 506953f73611ccdc0640eab4555bb6d8bfac327f (diff) | |
download | tde-packaging-74155ba447b2f5f1e087724b56c2f1ad53c07e5c.tar.gz tde-packaging-74155ba447b2f5f1e087724b56c2f1ad53c07e5c.zip |
DEB: Remove intltool from build-deps.
Instead of intltool-merge, tde_l10n_merge.pl is now used, which is part of the common cmake module.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f71bd02a6af63d65ac12e1abcc65080e2dad582e)
Diffstat (limited to 'ubuntu/_base/applications/filelight/debian')
-rw-r--r-- | ubuntu/_base/applications/filelight/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/filelight/debian/control b/ubuntu/_base/applications/filelight/debian/control index f5e4cd955..afbccef58 100644 --- a/ubuntu/_base/applications/filelight/debian/control +++ b/ubuntu/_base/applications/filelight/debian/control @@ -5,7 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Uploaders: Ral Snchez Siles <rasasi78@gmail.com> Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 9~), cdbs, cmake, intltool, tdelibs14-trinity-dev, xutils, chrpath, quilt (>= 0.40), libltdl-dev +Build-Depends: debhelper (>= 9~), cdbs, cmake, tdelibs14-trinity-dev, xutils, chrpath, quilt (>= 0.40), libltdl-dev Homepage: http://www.methylblue.com/filelight/ Package: filelight-trinity |