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

[Git][xorg-team/vulkan/spirv-cross][debian-unstable] 5 commits: Add myself as co-maintainer



Title: GitLab

Timo Röhling pushed to branch debian-unstable at X Strike Force / vulkan / spirv-cross

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +spirv-cross (2021.01.15-5) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Add myself as co-maintainer
    
    4
    +  * Bump Standards-Version to 4.6.0
    
    5
    +  * Bump debhelper compat to 13
    
    6
    +  * Build static libraries with -fPIC (Closes: #1004442)
    
    7
    +
    
    8
    + -- Timo Röhling <roehling@debian.org>  Sun, 06 Feb 2022 22:52:22 +0100
    
    9
    +
    
    1 10
     spirv-cross (2021.01.15-4) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * Install static libraries in libspirv-cross-c-shared-dev (Closes: #996891)
    

  • debian/control
    ... ... @@ -2,10 +2,10 @@ Source: spirv-cross
    2 2
     Section: utils
    
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5
    -Uploaders: Dylan Aïssi <daissi@debian.org>
    
    6
    -Build-Depends: debhelper-compat (= 12),
    
    5
    +Uploaders: Dylan Aïssi <daissi@debian.org>, Timo Röhling <roehling@debian.org>
    
    6
    +Build-Depends: debhelper-compat (= 13),
    
    7 7
      cmake
    
    8
    -Standards-Version: 4.5.1
    
    8
    +Standards-Version: 4.6.0
    
    9 9
     Homepage: https://github.com/KhronosGroup/SPIRV-Cross
    
    10 10
     Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/spirv-cross.git
    
    11 11
     Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/spirv-cross
    

  • debian/rules
    ... ... @@ -6,5 +6,6 @@
    6 6
     override_dh_auto_configure:
    
    7 7
     	dh_auto_configure -- \
    
    8 8
     		-DSPIRV_CROSS_SHARED=ON \
    
    9
    +		-DSPIRV_CROSS_FORCE_PIC=ON \
    
    9 10
     		-DSPIRV_CROSS_CLI=ON \
    
    10 11
     		-DSPIRV_CROSS_ENABLE_TESTS=OFF


  • Reply to: