Skip to content
Commits on Source (3)
Bundling of vulkan-headers
The source includes debian/sync_headers.sh script, which is used
to bundle a matching version vulkan-headers. This makes sure that
the built library has a correct SONAME.
The procedure to update to a new upstream release goes usually like
this:
# git checkout upstream-unstable
# git merge <new upstream tag>
# git checkout debian-unstable
# git merge upstream--unstable
# debian/sync_headers.sh
# dch
# debian/rules gentarball
......@@ -6,7 +6,7 @@ vulkan-loader (1.1.82.0-1) UNRELEASED; urgency=medium
* control, copyright, watch: Fix upstream repo name.
* Drop vulkan-utils.
* Purge patches that were for demos, layers or external repos.
* Remove d/get-external.sh and README.source, both obsolete.
* Remove d/get-external.sh, which is obsolete.
* Drop layer & build cruft.
* control: Drop python3-lxml, -distutils from build-depends.
* d/s/include-binaries: Removed, obsolete.
......@@ -14,6 +14,9 @@ vulkan-loader (1.1.82.0-1) UNRELEASED; urgency=medium
* Use compat level 11.
* rules: Use dh_missing.
* Import vulkan-headers and ship the files in libvulkan-dev.
* control: Bump policy to 4.2.0, no changes.
* README.source: Updated for vulkan-loader.
* control: Fix VCS urls.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 01 Aug 2018 12:20:09 +0300
......
......@@ -11,11 +11,11 @@ Build-Depends: debhelper (>= 11),
pkg-config,
python3,
quilt,
Standards-Version: 4.1.3
Standards-Version: 4.2.0
Section: libs
Homepage: https://github.com/KhronosGroup/Vulkan-Loader
Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan.git
Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan.git
Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader.git
Vcs-Browser: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader
Package: libvulkan1
Architecture: linux-any
......