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


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

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 <roehl...@debian.org>  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)


=====================================
debian/control
=====================================
@@ -2,10 +2,10 @@ Source: spirv-cross
 Section: utils
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: Dylan Aïssi <dai...@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Uploaders: Dylan Aïssi <dai...@debian.org>, Timo Röhling <roehl...@debian.org>
+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/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/02dbb9d33dfc4cb286c11ee5967b8eb2c92c5945...1d409c55881bebdfe132d20476b7c1ffc8ea2a75

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/spirv-cross/-/compare/02dbb9d33dfc4cb286c11ee5967b8eb2c92c5945...1d409c55881bebdfe132d20476b7c1ffc8ea2a75
You're receiving this email because of your account on salsa.debian.org.


Reply via email to