diff options
author | Slávek Banko <[email protected]> | 2023-11-05 12:34:08 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 12:38:05 +0100 |
commit | fc691a7208477948ad7519ed67861a0b4c6a4b74 (patch) | |
tree | 2ecb9fc4acca7ec8ef9c8d8bb3103eb7a39000b3 /dilos/core/tdetoys/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 <[email protected]>
Diffstat (limited to 'dilos/core/tdetoys/debian/control')
-rw-r--r-- | dilos/core/tdetoys/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/core/tdetoys/debian/control b/dilos/core/tdetoys/debian/control index fc378475b..bad6487d5 100644 --- a/dilos/core/tdetoys/debian/control +++ b/dilos/core/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: TDE Debian Team <[email protected]> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <[email protected]> Uploaders: Ana Beatriz Guerrero Lopez <[email protected]>, Christopher Martin <[email protected]>, Modestas Vainius <[email protected]> -Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, tdebase-trinity-dev +Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, tdebase-trinity-dev Standards-Version: 3.8.4 Package: tdetoys-trinity |