From: Anton Gladky Date: Mon, 9 Nov 2020 20:41:50 +0000 (+0100) Subject: Set debhelper-compat version in Build-Depends. X-Git-Tag: archive/raspbian/9.5.2+dfsg4-3+rpi1^2~214 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9b57c0a081c84f5ea8a59da09b6cf4ae084c1acf;p=vtk9.git Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72f..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index e37842ae4..6f9398d6f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Uploaders: Anton Gladky , Nico Schlömer Section: graphics Priority: optional -Build-Depends-Arch: debhelper (>= 12), - cmake (>= 3.2.0), +Build-Depends-Arch: cmake (>= 3.2.0), javahelper, Build-Depends: chrpath, default-jdk, @@ -68,7 +67,8 @@ Build-Depends: chrpath, xauth, xvfb, zlib1g-dev, - qtbase5-dev + qtbase5-dev, + debhelper-compat (= 12) Build-Depends-Indep: doxygen-latex, texlive-binaries, graphviz,