diff options
author | Slávek Banko <[email protected]> | 2020-05-16 01:46:39 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-16 01:46:39 +0200 |
commit | fa655b956ca5ca0c02741f179d44c05822eb9495 (patch) | |
tree | d45b869f7dcdd0cb6328099fc9b402f3f9b7ad89 /ubuntu/_base/applications/kshutdown | |
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 <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/kshutdown')
-rw-r--r-- | ubuntu/_base/applications/kshutdown/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/kshutdown/debian/control b/ubuntu/_base/applications/kshutdown/debian/control index 4ae2dcafc..885fd1bf8 100644 --- a/ubuntu/_base/applications/kshutdown/debian/control +++ b/ubuntu/_base/applications/kshutdown/debian/control @@ -2,7 +2,7 @@ Source: kshutdown-trinity Section: tde Priority: optional Maintainer: Timothy Pearson <[email protected]> -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 9~), quilt, cmake, intltool | gettext (>= 0.19~), tdelibs14-trinity-dev +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 9~), quilt, cmake, intltool, tdelibs14-trinity-dev Standards-Version: 3.8.1 Package: kshutdown-trinity |