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 /dilos/dependencies/dbus-1-tqt/debian/cdbs | |
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 'dilos/dependencies/dbus-1-tqt/debian/cdbs')
-rw-r--r-- | dilos/dependencies/dbus-1-tqt/debian/cdbs/debian-tde.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dilos/dependencies/dbus-1-tqt/debian/cdbs/debian-tde.mk b/dilos/dependencies/dbus-1-tqt/debian/cdbs/debian-tde.mk index e2b1dc666..e219264f1 100644 --- a/dilos/dependencies/dbus-1-tqt/debian/cdbs/debian-tde.mk +++ b/dilos/dependencies/dbus-1-tqt/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 | \ |