diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 12:34:08 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 12:38:05 +0100 |
commit | fc691a7208477948ad7519ed67861a0b4c6a4b74 (patch) | |
tree | 2ecb9fc4acca7ec8ef9c8d8bb3103eb7a39000b3 /dilos/dependencies/sip4-tqt/debian/control | |
parent | 4e6adb8659a03c779cf86759673b22c685f42b06 (diff) | |
download | tde-packaging-fc691a7208477948ad7519ed67861a0b4c6a4b74.tar.gz tde-packaging-fc691a7208477948ad7519ed67861a0b4c6a4b74.zip |
DEB: Change debhelper compatibility level to 10.
Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'dilos/dependencies/sip4-tqt/debian/control')
-rw-r--r-- | dilos/dependencies/sip4-tqt/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/dependencies/sip4-tqt/debian/control b/dilos/dependencies/sip4-tqt/debian/control index 247b6f3b3..2c7df285c 100644 --- a/dilos/dependencies/sip4-tqt/debian/control +++ b/dilos/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~), python3-all-dev, python3-all-dbg, dh-python, libtqtinterface-dev, bison, flex +Build-Depends: debhelper (>= 10~), python3-all-dev, python3-all-dbg, dh-python, libtqtinterface-dev, bison, flex Standards-Version: 3.8.4 XS-Python-Version: all X-Python3-Version: >= 3.0 |