#1075809 d/control: Build-Depends hard-requires xvfb, should be annotated <!nocheck>

#1075809#5
Date:
2024-07-05 14:03:25 UTC
From:
To:
Dear Maintainer,

$ grep -rC2 xvfb
debian/rules-override_dh_auto_test:
debian/rules-ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
debian/rules:   xvfb-run -a ./xctest
debian/rules-endif
--
debian/changelog-  * Add get-orig-source rule
debian/changelog-  * Update DEP5 formatting for d/copyright
debian/changelog:  * Run tests inside xvfb
debian/changelog:    - Build depends on xvfb, xauth and psmisc
debian/changelog-
debian/changelog- -- Alessandro Ghedini <al3xbio@gmail.com>  Mon, 06 Feb 2012 12:30:49 +0100
--
debian/control- psmisc,
debian/control- xauth,
debian/control: xvfb,
debian/control-Rules-Requires-Root: no
debian/control-Standards-Version: 4.6.2


$ dpkg-buildpackage -us -uc -sa -j25 -Pnocheck
dpkg-buildpackage: info: source package xclip
dpkg-buildpackage: info: source version 0.13-4.1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by наб <nabijaczleweli@tarta.nabijaczleweli.xyz>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
dpkg-checkbuilddeps: error: Unmet build dependencies: xvfb
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)


Please s/xvfb/& <!nocheck>/ debian/control

Best,