[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/libglvnd][debian-unstable] 2 commits: rules: Disable tests, they fail the build on many archs. (Closes: #896602)



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglvnd

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libglvnd (1.0.0+git20180308-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * rules: Disable tests, they fail the build on many archs.
    
    4
    +    (Closes: #896602)
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 23 Apr 2018 10:56:11 +0300
    
    7
    +
    
    1 8
     libglvnd (1.0.0+git20180308-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream snapshot.
    

  • debian/rules
    ... ... @@ -14,8 +14,8 @@ override_dh_missing:
    14 14
     	dh_missing --fail-missing
    
    15 15
     
    
    16 16
     override_dh_auto_test:
    
    17
    -	export DO_X11_TESTS=1
    
    18
    -	(cd build; xvfb-run -a  make check V=1)
    
    17
    +#	export DO_X11_TESTS=1
    
    18
    +#	(cd build; xvfb-run -a  make check V=1)
    
    19 19
     
    
    20 20
     override_dh_makeshlibs:
    
    21 21
     	dh_makeshlibs -a -- -c4
    


  • Reply to: