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

[Git][xorg-team/vulkan/spirv-headers][debian-unstable] 2 commits: control, rules: Build with cmake.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / spirv-headers

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    +spirv-headers (1.6.1+1.3.204.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * control, rules: Build with cmake.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 18 Feb 2022 07:19:22 +0200
    
    6
    +
    
    1 7
     spirv-headers (1.6.1+1.3.204.0-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream snapshot from sdk-1.3.204.0 tag.
    

  • debian/control
    ... ... @@ -3,6 +3,7 @@ Section: libdevel
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends: debhelper-compat (=13),
    
    6
    + cmake,
    
    6 7
     Standards-Version: 4.6.0
    
    7 8
     Homepage: https://github.com/KhronosGroup/SPIRV-Headers
    
    8 9
     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
    6 6
     %:
    
    7 7
     	dh $@
    
    8 8
     
    
    9
    -override_dh_auto_configure:
    
    10
    -override_dh_auto_build:
    
    9
    +override_dh_auto_install:
    
    10
    +	dh_auto_install --destdir=debian/tmp
    
    11 11
     
    
    12 12
     gentarball:
    
    13 13
     	git archive --format=tar upstream-unstable --prefix=$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)/ | \
    

  • debian/spirv-headers.install
    1
    -include/		usr/
    1
    +usr/include
    
    2
    +usr/share/cmake
    
    3
    +usr/share/pkgconfig


  • Reply to: