Skip to content
Commits on Source (4)
......@@ -12,6 +12,10 @@ vulkan-loader (1.1.82.0-1) UNRELEASED; urgency=medium
* control: Add vulkan-headers to build-depends.
* d/s/include-binaries: Removed, obsolete.
* control: Add vulkan-headers to -dev depends.
* dirs: Add /etc/vulkan/icd.d.
* Use compat level 11.
* rules: Use dh_missing.
* rules: Drop gentarball target.
-- Timo Aaltonen <tjaalton@debian.org> Wed, 01 Aug 2018 12:20:09 +0300
......
......@@ -2,7 +2,7 @@ Source: vulkan-loader
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 11),
cmake,
libwayland-dev,
libx11-dev,
......
etc/vulkan/explicit_layer.d
etc/vulkan/icd.d
etc/vulkan/implicit_layer.d
......@@ -4,14 +4,8 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKE_FLAGS += $(if $(NUMJOBS),-j$(NUMJOBS))
endif
# main packaging script based on dh7 syntax
%:
dh $@ --parallel --with quilt --builddirectory=build/
dh $@ --with quilt --builddirectory=build/
override_dh_clean:
dh_clean
......@@ -32,13 +26,5 @@ override_dh_auto_install:
mkdir -p debian/tmp/usr/include
cp -rp include/vulkan debian/tmp/usr/include
override_dh_install:
dh_install --fail-missing
gentarball: SOURCE=vulkan
gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
gentarball:
tar --transform 's,^,$(SOURCE)-$(UV)/,' \
--exclude 'debian' --exclude-vcs \
-cJf ../$(SOURCE)_$(UV).orig.tar.xz .
override_dh_missing:
dh_missing --fail-missing