Skip to content
Commits on Source (3)
......@@ -11,7 +11,7 @@ this:
# git checkout upstream-unstable
# git merge <new upstream tag>
# git checkout debian-unstable
# git merge upstream--unstable
# git merge upstream-unstable
# dch -v <new version>
# debian/sync_headers.sh
# dch
# debian/rules gentarball
vulkan-loader (1.1.97-1) UNRELEASED; urgency=medium
vulkan-loader (1.1.97-1) experimental; urgency=medium
[ Timo Aaltonen ]
* New upstream release.
[ Jens Reyer ]
* sync_headers.sh, watch: Modified for upstream tag format change.
Thanks, Jens Reyer!
* README.source: Fixes to the workflow.
* rules: Use dpkg library instead of dpkg-parsechangelog.
-- Timo Aaltonen <tjaalton@debian.org> Sun, 13 Jan 2019 16:24:54 +0200
-- Timo Aaltonen <tjaalton@debian.org> Sun, 13 Jan 2019 16:50:01 +0200
vulkan-loader (1.1.82.0-1) experimental; urgency=medium
......
......@@ -3,6 +3,7 @@
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
include /usr/share/dpkg/pkg-info.mk
%:
dh $@ --with quilt --builddirectory=build/
......@@ -33,9 +34,7 @@ override_dh_auto_install:
override_dh_missing:
dh_missing --fail-missing
gentarball: SOURCE=vulkan-loader
gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
gentarball:
tar --transform 's,^,$(SOURCE)-$(UV)/,' \
tar --transform 's,^,$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)/,' \
--exclude 'debian' --exclude-vcs \
-cJf ../$(SOURCE)_$(UV).orig.tar.xz .
-cJf ../$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.xz .