Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
README.source: Fixes to the workflow, thanks Jens Reyer!
· 8a8391af
Timo Aaltonen
authored
Jan 13, 2019
8a8391af
rules: Use dpkg library instead of dpkg-parsechangelog.
· cfdd2ca1
Timo Aaltonen
authored
Jan 13, 2019
cfdd2ca1
release to experimental
· cf33e7dd
Timo Aaltonen
authored
Jan 13, 2019
cf33e7dd
Show whitespace changes
Inline
Side-by-side
debian/README.source
View file @
cf33e7dd
...
...
@@ -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
debian/changelog
View file @
cf33e7dd
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
...
...
debian/rules
View file @
cf33e7dd
...
...
@@ -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 .