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

[Git][xorg-team/vulkan/vulkan-loader][debian-unstable] 3 commits: control: Bump policy to 4.2.0, no changes.



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/README.source
    1
    +
    
    2
    +Bundling of vulkan-headers
    
    3
    +
    
    4
    +The source includes debian/sync_headers.sh script, which is used
    
    5
    +to bundle a matching version vulkan-headers. This makes sure that
    
    6
    +the built library has a correct SONAME.
    
    7
    +
    
    8
    +The procedure to update to a new upstream release goes usually like
    
    9
    +this:
    
    10
    +
    
    11
    +# git checkout upstream-unstable
    
    12
    +# git merge <new upstream tag>
    
    13
    +# git checkout debian-unstable
    
    14
    +# git merge upstream--unstable
    
    15
    +# debian/sync_headers.sh
    
    16
    +# dch
    
    17
    +# debian/rules gentarball

  • debian/changelog
    ... ... @@ -6,7 +6,7 @@ vulkan-loader (1.1.82.0-1) UNRELEASED; urgency=medium
    6 6
       * control, copyright, watch: Fix upstream repo name.
    
    7 7
       * Drop vulkan-utils.
    
    8 8
       * Purge patches that were for demos, layers or external repos.
    
    9
    -  * Remove d/get-external.sh and README.source, both obsolete.
    
    9
    +  * Remove d/get-external.sh, which is obsolete.
    
    10 10
       * Drop layer & build cruft.
    
    11 11
       * control: Drop python3-lxml, -distutils from build-depends.
    
    12 12
       * d/s/include-binaries: Removed, obsolete.
    
    ... ... @@ -14,6 +14,9 @@ vulkan-loader (1.1.82.0-1) UNRELEASED; urgency=medium
    14 14
       * Use compat level 11.
    
    15 15
       * rules: Use dh_missing.
    
    16 16
       * Import vulkan-headers and ship the files in libvulkan-dev.
    
    17
    +  * control: Bump policy to 4.2.0, no changes.
    
    18
    +  * README.source: Updated for vulkan-loader.
    
    19
    +  * control: Fix VCS urls.
    
    17 20
     
    
    18 21
      -- Timo Aaltonen <tjaalton@debian.org>  Wed, 01 Aug 2018 12:20:09 +0300
    
    19 22
     
    

  • debian/control
    ... ... @@ -11,11 +11,11 @@ Build-Depends: debhelper (>= 11),
    11 11
      pkg-config,
    
    12 12
      python3,
    
    13 13
      quilt,
    
    14
    -Standards-Version: 4.1.3
    
    14
    +Standards-Version: 4.2.0
    
    15 15
     Section: libs
    
    16 16
     Homepage: https://github.com/KhronosGroup/Vulkan-Loader
    
    17
    -Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan.git
    
    18
    -Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan.git
    
    17
    +Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader.git
    
    18
    +Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader
    
    19 19
     
    
    20 20
     Package: libvulkan1
    
    21 21
     Architecture: linux-any
    


  • Reply to: