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

[Git][xorg-team/vulkan/spirv-cross][debian/bullseye-backports] 10 commits: Install static libraries in libspirv-cross-c-shared-dev (Closes: #996891)



Title: GitLab

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

Commits:

6 changed files:

Changes:

  • debian/changelog
    1
    +spirv-cross (2021.01.15-5~bpo11+1) bullseye-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for bullseye-backports.
    
    4
    +
    
    5
    + -- Timo Röhling <roehling@debian.org>  Tue, 15 Feb 2022 12:00:29 +0100
    
    6
    +
    
    7
    +spirv-cross (2021.01.15-5) unstable; urgency=medium
    
    8
    +
    
    9
    +  * Add myself as co-maintainer
    
    10
    +  * Bump Standards-Version to 4.6.0
    
    11
    +  * Bump debhelper compat to 13
    
    12
    +  * Build static libraries with -fPIC (Closes: #1004442)
    
    13
    +
    
    14
    + -- Timo Röhling <roehling@debian.org>  Sun, 06 Feb 2022 22:52:22 +0100
    
    15
    +
    
    16
    +spirv-cross (2021.01.15-4) unstable; urgency=medium
    
    17
    +
    
    18
    +  * Install static libraries in libspirv-cross-c-shared-dev (Closes: #996891)
    
    19
    +
    
    20
    + -- Dylan Aïssi <daissi@debian.org>  Thu, 21 Oct 2021 21:49:43 +0200
    
    21
    +
    
    1 22
     spirv-cross (2021.01.15-3~bpo11+1) bullseye-backports; urgency=medium
    
    2 23
     
    
    3 24
       * Rebuild for bullseye-backports.
    

  • 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/gbp.conf
    1 1
     [DEFAULT]
    
    2 2
     pristine-tar = False
    
    3
    -debian-branch = debian-unstable
    
    3
    +debian-branch = debian/bullseye-backports
    
    4 4
     upstream-branch = upstream-unstable

  • debian/libspirv-cross-c-shared-dev.install
    1 1
     usr/include
    
    2 2
     usr/lib/*/pkgconfig
    
    3 3
     usr/lib/*/libspirv-cross-c-shared.so
    
    4
    +usr/lib/*/libspirv-cross*.a
    
    4 5
     usr/share/spirv_cross*

  • debian/not-installed deleted
    1
    -usr/lib/*/*.a

  • 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: