From: Jochen Sprickerhof Date: Tue, 12 Oct 2021 07:50:24 +0000 (+0200) Subject: Use dh-sequencers X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2~150 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=09ebac610c7f1afebf82202af9593fbddd7b34c1;p=vtk9.git Use dh-sequencers --- diff --git a/debian/control b/debian/control index 8d21cb13f..9a282ca76 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,13 @@ Build-Depends: chrpath, debhelper-compat (= 13), default-jdk [!hppa !hurd-any !kfreebsd-any], default-libmysqlclient-dev, - dh-python, + dh-sequence-python3, doxygen-latex, ghostscript, gnuplot-nox, graphviz, hdf5-tools, - javahelper, + dh-sequence-javahelper, libalglib-dev, libavcodec-dev, libavformat-dev, diff --git a/debian/rules b/debian/rules index c35cad06b..d1e13ba86 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc sh4)) endif %: - dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python3 --with javahelper + dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) extra_flags += \ -DBUILD_SHARED_LIBS=ON \