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

[Git][xorg-team/lib/libepoxy][debian-unstable] 2 commits: Ignore test results on loong64. (Closes: #1051319)



Title: GitLab

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

Commits:

  • 19f11168
    by Timo Aaltonen at 2024-09-02T11:37:04+03:00
    Ignore test results on loong64. (Closes: #1051319)
    
  • 40240898
    by Timo Aaltonen at 2024-09-02T11:37:10+03:00
    releasing package libepoxy version 1.5.10-2
    

2 changed files:

Changes:

  • debian/changelog
    1
    -libepoxy (1.5.10-2) UNRELEASED; urgency=medium
    
    1
    +libepoxy (1.5.10-2) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Debian Janitor ]
    
    3 4
       * Remove constraints unnecessary since buster (oldstable):
    
    4 5
         + Build-Depends: Drop versioned constraint on meson.
    
    5 6
     
    
    6
    - -- Debian Janitor <janitor@jelmer.uk>  Fri, 18 Nov 2022 13:30:56 -0000
    
    7
    +  [ Timo Aaltonen ]
    
    8
    +  * Ignore test results on loong64. (Closes: #1051319)
    
    9
    +
    
    10
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 02 Sep 2024 11:37:06 +0300
    
    7 11
     
    
    8 12
     libepoxy (1.5.10-1) unstable; urgency=medium
    
    9 13
     
    

  • debian/rules
    ... ... @@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    8 8
     # Ignore test results on s390x and most ports where tests fail
    
    9 9
     override_dh_auto_test:
    
    10 10
     ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
    
    11
    -ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sparc64 x32,$(DEB_HOST_ARCH)))
    
    11
    +ifneq (,$(filter s390x alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 loong64 riscv64 sparc64 x32,$(DEB_HOST_ARCH)))
    
    12 12
     	-xvfb-run -a dh_auto_test
    
    13 13
     else
    
    14 14
     	xvfb-run -a dh_auto_test
    


  • Reply to: