File: README.source

package info (click to toggle)
vulkan-loader 1.2.162.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,228 kB
  • sloc: cpp: 81,059; ansic: 34,282; xml: 15,003; python: 4,854; asm: 1,708; sh: 408; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
# dch -v <new version>
# debian/sync_headers.sh
# debian/rules gentarball