Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglvnd
Commits: fe9dfd84 by Timo Aaltonen at 2018-02-20T16:20:50+02:00 control, rules: Enable tests, build-depend on xauth, xvfb. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libglvnd (1.0.0-3) UNRELEASED; urgency=medium + + * control, rules: Enable tests, build-depend on xauth, xvfb. + + -- Timo Aaltonen <tjaal...@debian.org> Tue, 20 Feb 2018 15:57:56 +0200 + libglvnd (1.0.0-2) unstable; urgency=medium [ Andreas Beckmann ] ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -10,6 +10,8 @@ Build-Depends: python-dev, python-libxml2, x11proto-gl-dev, + xauth, + xvfb, Standards-Version: 4.1.2 Section: libs Homepage: https://github.com/NVIDIA/libglvnd ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,9 @@ override_dh_auto_install: override_dh_missing: dh_missing --fail-missing -# needs X override_dh_auto_test: + export DO_X11_TESTS=1 + (cd build; xvfb-run -a make check V=1) override_dh_makeshlibs: dh_makeshlibs -a -- -c4 View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglvnd/commit/fe9dfd841def33e100134ee870fdf270aceccd9f --- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglvnd/commit/fe9dfd841def33e100134ee870fdf270aceccd9f You're receiving this email because of your account on salsa.debian.org.