From 545706cbee95ff9d690109af8acf550f03f8492d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 22 Jan 2021 14:42:17 +0100 Subject: [PATCH] d/control: bump B-D on pve-eslint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the old one does not understand www/config/TfaView.js and fails the build.. Signed-off-by: Fabian Grünbichler --- debian/control | 2 +- debian/debcargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8a4d1dd1..1b810706 100644 --- a/debian/control +++ b/debian/control @@ -86,7 +86,7 @@ Build-Depends: debhelper (>= 11), graphviz , latexmk , patchelf, - pve-eslint (>= 7.12.1-1), + pve-eslint (>= 7.18.0-1), python3-docutils, python3-pygments, python3-sphinx , diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 612b5e33..6b0db74e 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -19,7 +19,7 @@ build_depends = [ "graphviz ", "latexmk ", "patchelf", - "pve-eslint (>= 7.12.1-1)", + "pve-eslint (>= 7.18.0-1)", "python3-docutils", "python3-pygments", "python3-sphinx ",