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

[Git][xorg-team/vulkan/vulkan-utility-libraries][debian-unstable] releasing package vulkan-utility-libraries version 1.3.268.0-1



Title: GitLab

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:

Changes:

  • debian/changelog
    1
    +vulkan-utility-libraries (1.3.268.0-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Initial release. (Closes: #1055277)
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Thu, 07 Dec 2023 18:22:45 +0200

  • debian/control
    1
    +Source: vulkan-utility-libraries
    
    2
    +Priority: optional
    
    3
    +Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    4
    +Uploaders: Timo Aaltonen <tjaalton@debian.org>
    
    5
    +Build-Depends: debhelper-compat (= 13),
    
    6
    + cmake,
    
    7
    + libvulkan-dev (>= 1.3.268.0),
    
    8
    +Standards-Version: 4.6.2
    
    9
    +Section: libs
    
    10
    +Homepage: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
    
    11
    +Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries.git
    
    12
    +Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan-utility-libraries
    
    13
    +
    
    14
    +Package: vulkan-utility-libraries-dev
    
    15
    +Architecture: linux-any
    
    16
    +Section: libdevel
    
    17
    +Depends: ${shlibs:Depends}, ${misc:Depends},
    
    18
    +Conflicts: vulkan-validationlayers-dev (<< 1.3.268.0-1)
    
    19
    +Breaks: vulkan-validationlayers-dev (<< 1.3.268.0-1)
    
    20
    +Replaces: vulkan-validationlayers-dev (<< 1.3.268.0-1)
    
    21
    +Description: Vulkan Utility Libraries -- development files
    
    22
    + This project provides libraries useful for other Vulkan projects.
    
    23
    + .
    
    24
    + This package includes files needed for development.

  • debian/copyright
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    +Upstream-Name: Vulkan-Utility-Libraries
    
    3
    +Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
    
    4
    +
    
    5
    +Files: *
    
    6
    +Copyright: 2023 Valve Corporation
    
    7
    +	   2023 The Khronos Group Inc
    
    8
    +	   2015-2023 LunarG, Inc
    
    9
    +	   2023 RasterGrid Kft.
    
    10
    +	   2017 The Glslang Authors
    
    11
    +	   2015-2023 Google Inc.
    
    12
    +License: Apache-2.0
    
    13
    +
    
    14
    +Files: debian/*
    
    15
    +Copyright: 2023 Timo Aaltonen <tjaalton@debian.org>
    
    16
    +License: MIT or Apache-2.0
    
    17
    +
    
    18
    +License: MIT
    
    19
    + Permission is hereby granted, free of charge, to any person obtaining a
    
    20
    + copy of this software and associated documentation files (the "Software"),
    
    21
    + to deal in the Software without restriction, including without limitation
    
    22
    + the rights to use, copy, modify, merge, publish, distribute, sublicense,
    
    23
    + and/or sell copies of the Software, and to permit persons to whom the
    
    24
    + Software is furnished to do so, subject to the following conditions:
    
    25
    + .
    
    26
    + The above copyright notice and this permission notice shall be included
    
    27
    + in all copies or substantial portions of the Software.
    
    28
    + .
    
    29
    + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    
    30
    + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    
    31
    + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    
    32
    + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    
    33
    + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
    
    34
    + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    
    35
    + DEALINGS IN THE SOFTWARE.
    
    36
    +
    
    37
    +License: Apache-2.0
    
    38
    + On Debian systems, the full Apache-2.0 license text can be found at
    
    39
    + /usr/share/common-licenses/Apache-2.0.

  • debian/files
    1
    +vulkan-utility-libraries_1.3.268.0-1_source.buildinfo libs optional

  • debian/rules
    1
    +#!/usr/bin/make -f
    
    2
    +
    
    3
    +# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
    
    4
    +DPKG_EXPORT_BUILDFLAGS = 1
    
    5
    +include /usr/share/dpkg/default.mk
    
    6
    +
    
    7
    +%:
    
    8
    +	dh $@ --builddirectory=build/
    
    9
    +
    
    10
    +override_dh_auto_install:
    
    11
    +	dh_auto_install --destdir=debian/tmp

  • debian/source/format
    1
    +3.0 (quilt)

  • debian/vulkan-utility-libraries-dev.install
    1
    +usr/include
    
    2
    +usr/lib/*/cmake
    
    3
    +usr/lib/*/libVulkanLayerSettings.a

  • debian/watch
    1
    +version=4
    
    2
    +opts="repack,filenamemangle=s/(?:.*?)?sdk[_-]?(\d[\d.]*)\.tar\.gz/vulkan-utility-libraries-$1.tar.gz/" \
    
    3
    + https://github.com/KhronosGroup/Vulkan-Utility-Libraries/tags (?:.*?/)vulkan-sdk[_-](\d[\d.]*)\.tar\.gz


  • Reply to: