Package: virtualbox Version: 6.0.10-dfsg-4 Severity: minor Tags: patch Hello.
Please apply the attached trivial patch to debian/rules. It should not modify the behaviour, but avoids the deprecated --ignore debhelper option. Just in case, the motivation is described at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895061. Thanks.
--- a/debian/rules +++ b/debian/rules @@ -128,9 +128,9 @@ ifeq ($(DIST_NAME),Ubuntu) endif override_dh_link: - dh_link - dh_link -p$(uxname) --ignore debian/$(uxname).links \ + dh_link -p$(uxname) \ /usr/lib/VBoxOGL.so $(shell pkg-config --variable dridriverdir dri)/vboxvideo_dri.so + dh_link --remaining-packages override_dh_fixperms: dh_fixperms

