Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-utility-libraries
Commits: 1970b908 by Timo Aaltonen at 2023-12-08T12:12:44+02:00 releasing package vulkan-utility-libraries version 1.3.268.0-1 - - - - - 8 changed files: - + debian/changelog - + debian/control - + debian/copyright - + debian/files - + debian/rules - + debian/source/format - + debian/vulkan-utility-libraries-dev.install - + debian/watch Changes: ===================================== debian/changelog ===================================== @@ -0,0 +1,5 @@ +vulkan-utility-libraries (1.3.268.0-1) unstable; urgency=medium + + * Initial release. (Closes: #1055277) + + -- Timo Aaltonen <tjaal...@debian.org> Thu, 07 Dec 2023 18:22:45 +0200 ===================================== debian/control ===================================== @@ -0,0 +1,24 @@ +Source: vulkan-utility-libraries +Priority: optional +Maintainer: Debian X Strike Force <debian-x@lists.debian.org> +Uploaders: Timo Aaltonen <tjaal...@debian.org> +Build-Depends: debhelper-compat (= 13), + cmake, + libvulkan-dev (>= 1.3.268.0), +Standards-Version: 4.6.2 +Section: libs +Homepage: https://github.com/KhronosGroup/Vulkan-Utility-Libraries +Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries.git +Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries + +Package: vulkan-utility-libraries-dev +Architecture: linux-any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, +Conflicts: vulkan-validationlayers-dev (<< 1.3.268.0-1) +Breaks: vulkan-validationlayers-dev (<< 1.3.268.0-1) +Replaces: vulkan-validationlayers-dev (<< 1.3.268.0-1) +Description: Vulkan Utility Libraries -- development files + This project provides libraries useful for other Vulkan projects. + . + This package includes files needed for development. ===================================== debian/copyright ===================================== @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Vulkan-Utility-Libraries +Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries + +Files: * +Copyright: 2023 Valve Corporation + 2023 The Khronos Group Inc + 2015-2023 LunarG, Inc + 2023 RasterGrid Kft. + 2017 The Glslang Authors + 2015-2023 Google Inc. +License: Apache-2.0 + +Files: debian/* +Copyright: 2023 Timo Aaltonen <tjaal...@debian.org> +License: MIT or Apache-2.0 + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +License: Apache-2.0 + On Debian systems, the full Apache-2.0 license text can be found at + /usr/share/common-licenses/Apache-2.0. ===================================== debian/files ===================================== @@ -0,0 +1 @@ +vulkan-utility-libraries_1.3.268.0-1_source.buildinfo libs optional ===================================== debian/rules ===================================== @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/default.mk + +%: + dh $@ --builddirectory=build/ + +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp ===================================== debian/source/format ===================================== @@ -0,0 +1 @@ +3.0 (quilt) ===================================== debian/vulkan-utility-libraries-dev.install ===================================== @@ -0,0 +1,3 @@ +usr/include +usr/lib/*/cmake +usr/lib/*/libVulkanLayerSettings.a ===================================== debian/watch ===================================== @@ -0,0 +1,3 @@ +version=4 +opts="repack,filenamemangle=s/(?:.*?)?sdk[_-]?(\d[\d.]*)\.tar\.gz/vulkan-utility-libraries-$1.tar.gz/" \ + https://github.com/KhronosGroup/Vulkan-Utility-Libraries/tags (?:.*?/)vulkan-sdk[_-](\d[\d.]*)\.tar\.gz View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/commit/1970b908b2ac023df186118929c0157cee6ea2c6 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries/-/commit/1970b908b2ac023df186118929c0157cee6ea2c6 You're receiving this email because of your account on salsa.debian.org.