diff options
author | Slávek Banko <[email protected]> | 2021-01-13 13:27:04 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-13 13:27:17 +0100 |
commit | f71bd02a6af63d65ac12e1abcc65080e2dad582e (patch) | |
tree | a63bd7e0f79410c3e6ceb0453b9e4579682cbb33 /debian/_base/applications/tde-style-domino | |
parent | bac1066455959b38ae5dc831081e148dffc5139b (diff) | |
download | tde-packaging-f71bd02a6af63d65ac12e1abcc65080e2dad582e.tar.gz tde-packaging-f71bd02a6af63d65ac12e1abcc65080e2dad582e.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 <[email protected]>
Diffstat (limited to 'debian/_base/applications/tde-style-domino')
-rw-r--r-- | debian/_base/applications/tde-style-domino/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/applications/tde-style-domino/debian/control b/debian/_base/applications/tde-style-domino/debian/control index 70f633fed..cf4c3743a 100644 --- a/debian/_base/applications/tde-style-domino/debian/control +++ b/debian/_base/applications/tde-style-domino/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <[email protected]> X-Original-Maintainer: Jonathan Patrick Davies <[email protected]> -Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, intltool, tdebase-trinity-dev +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, tdebase-trinity-dev Standards-Version: 3.7.3 Homepage: http://kde-look.org/content/show.php?content=42804 |