summaryrefslogtreecommitdiffstats
path: root/debian/_base/core/tdebindings/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/_base/core/tdebindings/debian')
-rw-r--r--debian/_base/core/tdebindings/debian/cdbs/debian-tde.mk2
-rw-r--r--debian/_base/core/tdebindings/debian/compat2
-rw-r--r--debian/_base/core/tdebindings/debian/control2
-rwxr-xr-xdebian/_base/core/tdebindings/debian/rules2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/_base/core/tdebindings/debian/cdbs/debian-tde.mk b/debian/_base/core/tdebindings/debian/cdbs/debian-tde.mk
index f36e3527c..b031e6981 100644
--- a/debian/_base/core/tdebindings/debian/cdbs/debian-tde.mk
+++ b/debian/_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/debian/_base/core/tdebindings/debian/compat b/debian/_base/core/tdebindings/debian/compat
index ec635144f..f599e28b8 100644
--- a/debian/_base/core/tdebindings/debian/compat
+++ b/debian/_base/core/tdebindings/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/_base/core/tdebindings/debian/control b/debian/_base/core/tdebindings/debian/control
index d6324cf88..6c3719503 100644
--- a/debian/_base/core/tdebindings/debian/control
+++ b/debian/_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/debian/_base/core/tdebindings/debian/rules b/debian/_base/core/tdebindings/debian/rules
index 5fe76afb1..f7d6f4790 100755
--- a/debian/_base/core/tdebindings/debian/rules
+++ b/debian/_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...