diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-16 01:46:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-16 01:46:39 +0200 |
commit | fa655b956ca5ca0c02741f179d44c05822eb9495 (patch) | |
tree | d45b869f7dcdd0cb6328099fc9b402f3f9b7ad89 /ubuntu/_base/applications/kbarcode | |
parent | e6245ec7f34f9a924e806a841e06cc549f193c98 (diff) | |
download | tde-packaging-fa655b956ca5ca0c02741f179d44c05822eb9495.tar.gz tde-packaging-fa655b956ca5ca0c02741f179d44c05822eb9495.zip |
DEB: Require intltool as build-deps always, regardless of gettext version.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/kbarcode')
-rw-r--r-- | ubuntu/_base/applications/kbarcode/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/kbarcode/debian/control b/ubuntu/_base/applications/kbarcode/debian/control index ae62a0456..cbd5625ac 100644 --- a/ubuntu/_base/applications/kbarcode/debian/control +++ b/ubuntu/_base/applications/kbarcode/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> -Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, intltool | gettext (>= 0.19~), tdelibs14-trinity-dev +Build-Depends: cdbs, debhelper (>= 9~), quilt, cmake, intltool, tdelibs14-trinity-dev Standards-Version: 3.8.4 Package: kbarcode-trinity |