File: README.source

package info (click to toggle)
vulkan-loader 1.4.321.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 40,684 kB
  • sloc: cpp: 314,322; ansic: 44,950; xml: 33,310; python: 5,826; asm: 3,515; makefile: 71; sh: 53
file content (22 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (2)
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 sdk-<new version>
# git checkout -b d-u
# git merge -s ours 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