Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
control: Bump policy to 4.2.0, no changes.
· e6b56a4a
Timo Aaltonen
authored
Aug 29, 2018
e6b56a4a
re-add README.source.
· bf4c93ab
Timo Aaltonen
authored
Aug 29, 2018
bf4c93ab
control: Fix VCS urls.
· b57d4c2c
Timo Aaltonen
authored
Aug 29, 2018
b57d4c2c
Show whitespace changes
Inline
Side-by-side
debian/README.source
0 → 100644
View file @
b57d4c2c
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
View file @
b57d4c2c
...
...
@@ -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
...
...
debian/control
View file @
b57d4c2c
...
...
@@ -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
...
...