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 /ubuntu/_base/dependencies/libcaldav/debian/cdbs | |
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 'ubuntu/_base/dependencies/libcaldav/debian/cdbs')
-rw-r--r-- | ubuntu/_base/dependencies/libcaldav/debian/cdbs/debian-tde.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/dependencies/libcaldav/debian/cdbs/debian-tde.mk b/ubuntu/_base/dependencies/libcaldav/debian/cdbs/debian-tde.mk index f36e3527c..b031e6981 100644 --- a/ubuntu/_base/dependencies/libcaldav/debian/cdbs/debian-tde.mk +++ b/ubuntu/_base/dependencies/libcaldav/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 | \ |