diff options
author | Slávek Banko <[email protected]> | 2023-11-05 12:34:08 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-05 15:50:53 +0100 |
commit | 0809dd93e0cf688a3077c24c0ea8e2a76c839883 (patch) | |
tree | 250d8e291a7eaa32a8bc243862fcd3133fc18e80 /debian/_base/core/tdegraphics | |
parent | 0f72acf5a15e88e41512de7bfef3d86dfb24e814 (diff) | |
download | tde-packaging-0809dd93e0cf688a3077c24c0ea8e2a76c839883.tar.gz tde-packaging-0809dd93e0cf688a3077c24c0ea8e2a76c839883.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]>
(cherry picked from commit fc691a7208477948ad7519ed67861a0b4c6a4b74)
Diffstat (limited to 'debian/_base/core/tdegraphics')
-rw-r--r-- | debian/_base/core/tdegraphics/debian/cdbs/debian-tde.mk | 2 | ||||
-rw-r--r-- | debian/_base/core/tdegraphics/debian/compat | 2 | ||||
-rw-r--r-- | debian/_base/core/tdegraphics/debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/_base/core/tdegraphics/debian/cdbs/debian-tde.mk b/debian/_base/core/tdegraphics/debian/cdbs/debian-tde.mk index f36e3527c..b031e6981 100644 --- a/debian/_base/core/tdegraphics/debian/cdbs/debian-tde.mk +++ b/debian/_base/core/tdegraphics/debian/cdbs/debian-tde.mk @@ -82,7 +82,7 @@ DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib) DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include" -DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el +DEB_COMPRESS_EXCLUDE_ALL += .dcl .docbook -license .tag .sty .el # The default gzip compressor has been changed in dpkg >= 1.17.0. deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \ diff --git a/debian/_base/core/tdegraphics/debian/compat b/debian/_base/core/tdegraphics/debian/compat index ec635144f..f599e28b8 100644 --- a/debian/_base/core/tdegraphics/debian/compat +++ b/debian/_base/core/tdegraphics/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/_base/core/tdegraphics/debian/control b/debian/_base/core/tdegraphics/debian/control index 013809053..8ca5c8d94 100644 --- a/debian/_base/core/tdegraphics/debian/control +++ b/debian/_base/core/tdegraphics/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]>, Francesco Pedrini <[email protected]>, Josh Metzler <[email protected]>, Sune Vuorela <[email protected]> -Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, imlib11-dev, libexif-dev (>= 0.6.9-1), libfribidi-dev, libglut-dev | freeglut3-dev, libgphoto2-dev | libgphoto2-6-dev | libgphoto2-2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-private-dev | libpoppler-dev (<< 0.18.4-3), libpoppler-dev, libsane-dev (>> 1.0.15), libtiff-dev, libtiff-tools, liblcms2-dev | liblcms1-dev, libusb-dev, libxxf86vm-dev +Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs14-trinity-dev, imlib11-dev, libexif-dev (>= 0.6.9-1), libfribidi-dev, libglut-dev | freeglut3-dev, libgphoto2-dev | libgphoto2-6-dev | libgphoto2-2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-private-dev | libpoppler-dev (<< 0.18.4-3), libpoppler-dev, libsane-dev (>> 1.0.15), libtiff-dev, libtiff-tools, liblcms2-dev | liblcms1-dev, libusb-dev, libxxf86vm-dev Standards-Version: 3.8.4 Package: tdegraphics-trinity |