summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/core/tdebindings/debian
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 12:34:08 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-05 12:38:05 +0100
commitfc691a7208477948ad7519ed67861a0b4c6a4b74 (patch)
tree2ecb9fc4acca7ec8ef9c8d8bb3103eb7a39000b3 /ubuntu/_base/core/tdebindings/debian
parent4e6adb8659a03c779cf86759673b22c685f42b06 (diff)
downloadtde-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/core/tdebindings/debian')
-rw-r--r--ubuntu/_base/core/tdebindings/debian/cdbs/debian-tde.mk2
-rw-r--r--ubuntu/_base/core/tdebindings/debian/compat2
-rw-r--r--ubuntu/_base/core/tdebindings/debian/control2
-rwxr-xr-xubuntu/_base/core/tdebindings/debian/rules2
4 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/_base/core/tdebindings/debian/cdbs/debian-tde.mk b/ubuntu/_base/core/tdebindings/debian/cdbs/debian-tde.mk
index f36e3527c..b031e6981 100644
--- a/ubuntu/_base/core/tdebindings/debian/cdbs/debian-tde.mk
+++ b/ubuntu/_base/core/tdebindings/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/core/tdebindings/debian/compat b/ubuntu/_base/core/tdebindings/debian/compat
index ec635144f..f599e28b8 100644
--- a/ubuntu/_base/core/tdebindings/debian/compat
+++ b/ubuntu/_base/core/tdebindings/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/ubuntu/_base/core/tdebindings/debian/control b/ubuntu/_base/core/tdebindings/debian/control
index ca01a7be7..1bda66f65 100644
--- a/ubuntu/_base/core/tdebindings/debian/control
+++ b/ubuntu/_base/core/tdebindings/debian/control
@@ -1,5 +1,5 @@
Source: tdebindings-trinity
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 9~),
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 10~),
python3-all-dev, dh-python, quilt, gawk,
default-jdk [amd64 i386 armel armhf arm64 mipsel ia64 powerpc ppc64el riscv64 s390 sparc],
tdelibs14-trinity-dev,
diff --git a/ubuntu/_base/core/tdebindings/debian/rules b/ubuntu/_base/core/tdebindings/debian/rules
index 5fe76afb1..f7d6f4790 100755
--- a/ubuntu/_base/core/tdebindings/debian/rules
+++ b/ubuntu/_base/core/tdebindings/debian/rules
@@ -29,7 +29,7 @@ endif
DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) --prefix=/opt/trinity \
DO_NOT_COMPILE='dcopc dcopperl kalyptus qtsharp xparts python'
-DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk
+DEB_COMPRESS_EXCLUDE_ALL += .java .ui .js .rb .map .wav .bmp .cpp .sk
# These are not all the packages with libraries, but only those that
# need to be in DEB_SHLIBDEPS_INCLUDE...