This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ri-li.
commit e7a4253cf314b741058e3c74f53b85b8673be87c Author: Markus Koschany <[email protected]> Date: Tue Dec 13 19:18:23 2016 +0100 Run xvfb-run with the -a option and try to get a free DISPLAY server automatically. Closes: #848063 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c6f0128..f275a46 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build -Ddata-src - cd data-src && xvfb-run --server-args="-screen 0 1024x768x24" ./MakeDat + cd data-src && xvfb-run -a --server-args="-screen 0 1024x768x24" ./MakeDat mv data-src/language.* data mv data-src/sprites.dat data convert -monitor -resize 32x32 data-src/pov/Textures/Ri-li.ico ri-li.xpm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ri-li.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

