summaryrefslogtreecommitdiffstats
path: root/dilos/core/tdebindings/debian
diff options
context:
space:
mode:
Diffstat (limited to 'dilos/core/tdebindings/debian')
-rw-r--r--dilos/core/tdebindings/debian/cdbs/debian-tde.mk2
-rw-r--r--dilos/core/tdebindings/debian/compat2
-rw-r--r--dilos/core/tdebindings/debian/control2
-rwxr-xr-xdilos/core/tdebindings/debian/rules2
4 files changed, 4 insertions, 4 deletions
diff --git a/dilos/core/tdebindings/debian/cdbs/debian-tde.mk b/dilos/core/tdebindings/debian/cdbs/debian-tde.mk
index e2b1dc666..e219264f1 100644
--- a/dilos/core/tdebindings/debian/cdbs/debian-tde.mk
+++ b/dilos/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/dilos/core/tdebindings/debian/compat b/dilos/core/tdebindings/debian/compat
index ec635144f..f599e28b8 100644
--- a/dilos/core/tdebindings/debian/compat
+++ b/dilos/core/tdebindings/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/dilos/core/tdebindings/debian/control b/dilos/core/tdebindings/debian/control
index 30e8571dc..334f78d76 100644
--- a/dilos/core/tdebindings/debian/control
+++ b/dilos/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/dilos/core/tdebindings/debian/rules b/dilos/core/tdebindings/debian/rules
index b63afb2fd..e7107a470 100755
--- a/dilos/core/tdebindings/debian/rules
+++ b/dilos/core/tdebindings/debian/rules
@@ -35,7 +35,7 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) --prefix=/usr \
--with-extra-includes=/usr/include/tqt \
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...