diff options
author | Slávek Banko <[email protected]> | 2023-11-06 12:06:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 12:06:38 +0100 |
commit | bdc4e185226c0d98a4df51717045505a2cd808a7 (patch) | |
tree | 8dcd42de659adcce8aacc3be2c964094c61b0869 /ubuntu/_base/applications/themes/twin-style-fahrenheit | |
parent | 2b20e14f0f7412df0690750367b851d26c7be0d2 (diff) | |
download | tde-packaging-bdc4e185226c0d98a4df51717045505a2cd808a7.tar.gz tde-packaging-bdc4e185226c0d98a4df51717045505a2cd808a7.zip |
DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.
Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.
(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/themes/twin-style-fahrenheit')
3 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/cdbs/debian-tde.mk b/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/cdbs/debian-tde.mk index f36e3527c..b031e6981 100644 --- a/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/cdbs/debian-tde.mk +++ b/ubuntu/_base/applications/themes/twin-style-fahrenheit/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/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/compat b/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/compat index ec635144f..f599e28b8 100644 --- a/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/compat +++ b/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/control b/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/control index eeca1e5b7..9be6b38e1 100644 --- a/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/control +++ b/ubuntu/_base/applications/themes/twin-style-fahrenheit/debian/control @@ -2,7 +2,7 @@ Source: twin-style-fahrenheit-trinity Section: tde Priority: optional Maintainer: TDE Debian Team <[email protected]> -Build-Depends: cdbs, debhelper (>= 9~), quilt, tde-cmake, ninja-build, tdelibs-trinity-dev, tdebase-trinity-dev +Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdelibs-trinity-dev, tdebase-trinity-dev Standards-Version: 3.6.2 Package: twin-style-fahrenheit-trinity |