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:49:09 +0200 |
commit | ea42c4fe46b0fcef7a92e95acc62f51003c474b9 (patch) | |
tree | 016d5390695e2eaecdcc0af1de9787114302dfc0 /debian/_base/applications/kshutdown | |
parent | 5656086a8949b09b927eb62635cc6cdce2c8746f (diff) | |
download | tde-packaging-ea42c4fe46b0fcef7a92e95acc62f51003c474b9.tar.gz tde-packaging-ea42c4fe46b0fcef7a92e95acc62f51003c474b9.zip |
DEB: Require intltool as build-deps always, regardless of gettext version.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fa655b956ca5ca0c02741f179d44c05822eb9495)
Diffstat (limited to 'debian/_base/applications/kshutdown')
-rw-r--r-- | debian/_base/applications/kshutdown/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/_base/applications/kshutdown/debian/control b/debian/_base/applications/kshutdown/debian/control index 4ae2dcafc..885fd1bf8 100644 --- a/debian/_base/applications/kshutdown/debian/control +++ b/debian/_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 |