Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-loader
Commits: e6b56a4a by Timo Aaltonen at 2018-08-29T17:05:55Z control: Bump policy to 4.2.0, no changes. - - - - - bf4c93ab by Timo Aaltonen at 2018-08-29T17:07:05Z re-add README.source. - - - - - b57d4c2c by Timo Aaltonen at 2018-08-29T17:13:22Z control: Fix VCS urls. - - - - - 3 changed files: - + debian/README.source - debian/changelog - debian/control Changes: ===================================== debian/README.source ===================================== @@ -0,0 +1,17 @@ + +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 ===================================== debian/changelog ===================================== @@ -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 <[email protected]> Wed, 01 Aug 2018 12:20:09 +0300 ===================================== debian/control ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/compare/1e01327678eae0122b3fe44e5eb1a764fdb6da1f...b57d4c2c08fd14efe07589a967787f559f37690d -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/compare/1e01327678eae0122b3fe44e5eb1a764fdb6da1f...b57d4c2c08fd14efe07589a967787f559f37690d You're receiving this email because of your account on salsa.debian.org.

