Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / spirv-headers
Commits: ee1ba771 by Timo Aaltonen at 2022-02-18T07:19:20+02:00 control, rules: Build with cmake. - - - - - a58acaa9 by Timo Aaltonen at 2022-02-18T07:19:34+02:00 release to sid - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/spirv-headers.install Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +spirv-headers (1.6.1+1.3.204.0-2) unstable; urgency=medium + + * control, rules: Build with cmake. + + -- Timo Aaltonen <[email protected]> Fri, 18 Feb 2022 07:19:22 +0200 + spirv-headers (1.6.1+1.3.204.0-1) unstable; urgency=medium * New upstream snapshot from sdk-1.3.204.0 tag. ===================================== debian/control ===================================== @@ -3,6 +3,7 @@ Section: libdevel Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: debhelper-compat (=13), + cmake, Standards-Version: 4.6.0 Homepage: https://github.com/KhronosGroup/SPIRV-Headers Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/spirv-headers.git ===================================== debian/rules ===================================== @@ -6,8 +6,8 @@ include /usr/share/dpkg/pkg-info.mk %: dh $@ -override_dh_auto_configure: -override_dh_auto_build: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp gentarball: git archive --format=tar upstream-unstable --prefix=$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)/ | \ ===================================== debian/spirv-headers.install ===================================== @@ -1 +1,3 @@ -include/ usr/ +usr/include +usr/share/cmake +usr/share/pkgconfig View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/de8ad26341545321a034b04079f7c1b46bd10716...a58acaa9aa393feb0cfe6392499022d63708b1e2 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/spirv-headers/-/compare/de8ad26341545321a034b04079f7c1b46bd10716...a58acaa9aa393feb0cfe6392499022d63708b1e2 You're receiving this email because of your account on salsa.debian.org.

