On Fri, 26 Sep 2014 19:01:19 +0200, Andreas Tille wrote: > The same is valid for the missing Xserver even if there might be the > chance to fake a running X server at build time.
I haven't tried this package, but in general that's as easy as
- adding xvfb, xauth to Build-Depends(-Indep)
- run the tests under xvfb-run, e.g. with a short dh(1) debian/rules
file like:
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_test:
xvfb-run -a dh_auto_test
(Just as a hint for whoever wants to add back one more test after the
RC bug is fixed.)
Cheers,
gregor
--
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
: :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/
`. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
`- NP: Neil Young: There's A World
signature.asc
Description: Digital Signature

