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

[Git][xorg-team/lib/libglvnd][debian-unstable] Fix nocheck FTBFS. (Closes: #993540) Thanks, Helmut Grohne!



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.3.4-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Fix nocheck FTBFS. (Closes: #993540)
    
    4
    +    Thanks, Helmut Grohne!
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 15 Sep 2021 15:03:26 +0300
    
    7
    +
    
    1 8
     libglvnd (1.3.4-2) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Adrian Bunk ]
    

  • debian/rules
    ... ... @@ -13,7 +13,9 @@ override_dh_missing:
    13 13
     	dh_missing --fail-missing
    
    14 14
     
    
    15 15
     override_dh_auto_test:
    
    16
    +ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
    
    16 17
     	xvfb-run -a ninja -C build test
    
    18
    +endif
    
    17 19
     
    
    18 20
     override_dh_makeshlibs:
    
    19 21
     	dh_makeshlibs -a -- -c4
    


  • Reply to: