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/krename/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/krename/debian')
-rw-r--r-- | ubuntu/_base/applications/krename/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/krename/debian/control b/ubuntu/_base/applications/krename/debian/control index 9095852ef..cea3922ad 100644 --- a/ubuntu/_base/applications/krename/debian/control +++ b/ubuntu/_base/applications/krename/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Richard A. Johnson <nixternal@ubuntu.com> -Build-Depends: debhelper (>= 9~), quilt, cdbs, cmake, intltool, tdelibs14-trinity-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev | x11proto-core-dev | libx11-dev, perl +Build-Depends: debhelper (>= 9~), quilt, cdbs, cmake, tdelibs14-trinity-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev | x11proto-core-dev | libx11-dev, perl Standards-Version: 3.8.4 Package: krename-trinity |