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

[Git][xorg-team/lib/pixman][debian-unstable] 2 commits: Replace timeout bump patch by using a multiplier option instead. Thanks,...



Title: GitLab

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

Commits:

  • 07627e9f
    by Timo Aaltonen at 2024-11-09T11:02:51+02:00
    Replace timeout bump patch by using a multiplier option instead. Thanks, Aurelien Jarno! (Closes: #1086999)
    
  • 7d26aad8
    by Timo Aaltonen at 2024-11-09T11:03:01+02:00
    releasing package pixman version 0.44.0-3
    

4 changed files:

Changes:

  • debian/changelog
    1
    +pixman (0.44.0-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Replace timeout bump patch by using a multiplier option instead.
    
    4
    +    Thanks, Aurelien Jarno! (Closes: #1086999)
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Sat, 09 Nov 2024 11:02:55 +0200
    
    7
    +
    
    1 8
     pixman (0.44.0-2) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * patches: Increase test timeout 120->240s. (Closes: #1086999)
    

  • debian/patches/bump-test-timeout.diff deleted
    1
    -diff --git a/test/meson.build b/test/meson.build
    
    2
    -index 47dd33c..a5485bc 100644
    
    3
    ---- a/test/meson.build
    
    4
    -+++ b/test/meson.build
    
    5
    -@@ -75,7 +75,7 @@ foreach t : tests
    
    6
    -       [t + '.c', config_h],
    
    7
    -       dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png],
    
    8
    -     ),
    
    9
    --    timeout : 120,
    
    10
    -+    timeout : 240,
    
    11
    -     is_parallel : true,
    
    12
    -   )
    
    13
    - endforeach

  • debian/patches/series
    1 1
     test-increase-timeout.diff
    2
    -bump-test-timeout.diff

  • debian/rules
    ... ... @@ -26,7 +26,7 @@ override_dh_makeshlibs:
    26 26
     	dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb -V"$(PACKAGE) (>= $(SHLIBS))" -- -c4
    
    27 27
     
    
    28 28
     override_dh_auto_test:
    
    29
    -	dh_auto_test -- --verbose
    
    29
    +	dh_auto_test -- --verbose --timeout-multiplier 3
    
    30 30
     
    
    31 31
     %:
    
    32 32
     	dh $@ --with quilt --builddirectory=build/


  • Reply to: