diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-11-11 00:18:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-10 14:58:36 +0100 |
commit | 282ae1499943e79bd722806932bacdc006688ef1 (patch) | |
tree | f28323dff67850edd2e63835c3b59b9dc891b20a /ubuntu | |
parent | 7df44ca2302bf8f994edfe2f6872bb4b18b5bae5 (diff) | |
download | tde-packaging-282ae1499943e79bd722806932bacdc006688ef1.tar.gz tde-packaging-282ae1499943e79bd722806932bacdc006688ef1.zip |
DEB sip4-tqt: Add bison and flex into Build-Depends
to allow to generate lexer and parser at build time.
This relates to issue TDE/sip4-tqt#4.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8cdb01d2da9f317388a1e355adae02d4e0491099)
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/_base/dependencies/sip4-tqt/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/sip4-tqt/debian/control b/ubuntu/_base/dependencies/sip4-tqt/debian/control index 37db8e234..68283ead1 100644 --- a/ubuntu/_base/dependencies/sip4-tqt/debian/control +++ b/ubuntu/_base/dependencies/sip4-tqt/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> -Build-Depends: debhelper (>= 9~), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1) | dh-python, libtqtinterface-dev +Build-Depends: debhelper (>= 9~), python-all-dev (>= 2.3.5-10), python-all-dbg, python-support (>= 0.7.1) | dh-python, libtqtinterface-dev, bison, flex Standards-Version: 3.8.4 XS-Python-Version: all |