Timo Röhling pushed to branch debian/bullseye-backports at X Strike Force / vulkan / spirv-cross
Commits: b5839fc7 by Dylan Aïssi at 2021-10-21T18:18:48+02:00 Install static libraries in libspirv-cross-c-shared-dev (Closes: #996891) - - - - - 02dbb9d3 by Dylan Aïssi at 2021-10-21T21:50:07+02:00 Upload to unstable Signed-off-by: Dylan Aïssi <[email protected]> - - - - - dfd89bac by Timo Röhling at 2022-02-06T22:43:37+01:00 Add myself as co-maintainer - - - - - a78eac3d by Timo Röhling at 2022-02-06T22:44:04+01:00 Bump Standards-Version to 4.6.0 - - - - - 100ade43 by Timo Röhling at 2022-02-06T22:44:24+01:00 Bump debhelper compat to 13 - - - - - b979a746 by Timo Röhling at 2022-02-06T22:52:16+01:00 Build static libraries with -fPIC Closes: #1004442 - - - - - 1d409c55 by Timo Röhling at 2022-02-06T22:55:30+01:00 Update changelog for 2021.01.15-5 release - - - - - fc3f4dc3 by Timo Röhling at 2022-02-15T11:58:30+01:00 Merge 2021.01.15-5 release into backports branch - - - - - 938f0734 by Timo Röhling at 2022-02-15T12:00:22+01:00 Tell gbp about d/bullseye-backports branch Gbp-Dch: ignore - - - - - 1e0023f4 by Timo Röhling at 2022-02-15T12:01:37+01:00 Update changelog for 2021.01.15-5~bpo11+1 release - - - - - 6 changed files: - debian/changelog - debian/control - debian/gbp.conf - debian/libspirv-cross-c-shared-dev.install - − debian/not-installed - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,24 @@ +spirv-cross (2021.01.15-5~bpo11+1) bullseye-backports; urgency=medium + + * Rebuild for bullseye-backports. + + -- Timo Röhling <[email protected]> Tue, 15 Feb 2022 12:00:29 +0100 + +spirv-cross (2021.01.15-5) unstable; urgency=medium + + * Add myself as co-maintainer + * Bump Standards-Version to 4.6.0 + * Bump debhelper compat to 13 + * Build static libraries with -fPIC (Closes: #1004442) + + -- Timo Röhling <[email protected]> Sun, 06 Feb 2022 22:52:22 +0100 + +spirv-cross (2021.01.15-4) unstable; urgency=medium + + * Install static libraries in libspirv-cross-c-shared-dev (Closes: #996891) + + -- Dylan Aïssi <[email protected]> Thu, 21 Oct 2021 21:49:43 +0200 + spirv-cross (2021.01.15-3~bpo11+1) bullseye-backports; urgency=medium * Rebuild for bullseye-backports. ===================================== debian/control ===================================== @@ -2,10 +2,10 @@ Source: spirv-cross Section: utils Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: Dylan Aïssi <[email protected]> -Build-Depends: debhelper-compat (= 12), +Uploaders: Dylan Aïssi <[email protected]>, Timo Röhling <[email protected]> +Build-Depends: debhelper-compat (= 13), cmake -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Homepage: https://github.com/KhronosGroup/SPIRV-Cross Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/spirv-cross.git Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/spirv-cross ===================================== debian/gbp.conf ===================================== @@ -1,4 +1,4 @@ [DEFAULT] pristine-tar = False -debian-branch = debian-unstable +debian-branch = debian/bullseye-backports upstream-branch = upstream-unstable ===================================== debian/libspirv-cross-c-shared-dev.install ===================================== @@ -1,4 +1,5 @@ usr/include usr/lib/*/pkgconfig usr/lib/*/libspirv-cross-c-shared.so +usr/lib/*/libspirv-cross*.a usr/share/spirv_cross* ===================================== debian/not-installed deleted ===================================== @@ -1 +0,0 @@ -usr/lib/*/*.a ===================================== debian/rules ===================================== @@ -6,5 +6,6 @@ override_dh_auto_configure: dh_auto_configure -- \ -DSPIRV_CROSS_SHARED=ON \ + -DSPIRV_CROSS_FORCE_PIC=ON \ -DSPIRV_CROSS_CLI=ON \ -DSPIRV_CROSS_ENABLE_TESTS=OFF View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-cross/-/compare/3bb97488ee6d2aaf9c2ba17215900eb017a0fa54...1e0023f4d354a8a95158e1138ca22fb017ab6349 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-cross/-/compare/3bb97488ee6d2aaf9c2ba17215900eb017a0fa54...1e0023f4d354a8a95158e1138ca22fb017ab6349 You're receiving this email because of your account on salsa.debian.org.

