From: Hans van Kranenburg Date: Sun, 6 Sep 2020 23:52:22 +0000 (+0200) Subject: debian/control: remove XS-Python-Version X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=67da8e5409fb19613081979710e5864f84c0b9b5;p=xen.git debian/control: remove XS-Python-Version Lintian complains: W: xen source: python-version-current-is-deprecated XS-Python-Version N: N: The use of "current" in the Python-Version or Python3-Version field is N: deprecated. N: N: Refer to Debian Python Policy section 3.4 (Specifying Supported N: Versions) for details. N: N: Severity: warning N: N: Check: languages/python So, drop it. We could replace it with X-Python3-Version, but that documentation says... "The optional X-Python3-Version field specifies the versions of Python 3 supported. When not specified, it defaults to all currently supported Python 3 versions." ...and I think that's fine for the python code included here. Actually, I'm not sure, but yolo. Signed-off-by: Hans van Kranenburg --- diff --git a/debian/control b/debian/control index cebcb37871..f30956057f 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,6 @@ Build-Depends: markdown, ocaml-native-compilers | ocaml-nox, ocaml-findlib, -XS-Python-Version: current Homepage: https://xenproject.org/ Vcs-Browser: https://salsa.debian.org/xen-team/debian-xen Vcs-Git: https://salsa.debian.org/xen-team/debian-xen.git