File: README.source

package info (click to toggle)
vulkan-loader 1.4.328.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,628 kB
  • sloc: cpp: 316,923; ansic: 46,199; xml: 33,647; python: 6,071; asm: 3,534; makefile: 71; sh: 53
file content (22 lines) | stat: -rw-r--r-- 695 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

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 reset --hard vulkan-sdk-<new version>
# git checkout -b d-u
# git merge -s ours vulkan-sdk-<old version>
# git merge debian-unstable
# git mergetool
#  sort out conflicts, the generated files should stay deleted from
#  the packaging branch
# git branch -M debian-unstable
# dch -v <new version>; git commit -a -m "version bump"
# debian/sync_headers.sh
# debian/rules gentarball