Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / 
vulkan-loader


Commits:
8a8391af by Timo Aaltonen at 2019-01-13T14:37:11Z
README.source: Fixes to the workflow, thanks Jens Reyer!

- - - - -
cfdd2ca1 by Timo Aaltonen at 2019-01-13T14:42:23Z
rules: Use dpkg library instead of dpkg-parsechangelog.

- - - - -
cf33e7dd by Timo Aaltonen at 2019-01-13T14:50:17Z
release to experimental

- - - - -


3 changed files:

- debian/README.source
- debian/changelog
- debian/rules


Changes:

=====================================
debian/README.source
=====================================
@@ -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
=====================================
@@ -1,10 +1,14 @@
-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 <[email protected]>  Sun, 13 Jan 2019 16:24:54 +0200
+ -- Timo Aaltonen <[email protected]>  Sun, 13 Jan 2019 16:50:01 +0200
 
 vulkan-loader (1.1.82.0-1) experimental; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -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 .



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/compare/64d8cffaf26b2a9f6f0e9f1c2db8d78560c278aa...cf33e7dde41092ead2cd542bce7b0e9b26ab0f02

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/compare/64d8cffaf26b2a9f6f0e9f1c2db8d78560c278aa...cf33e7dde41092ead2cd542bce7b0e9b26ab0f02
You're receiving this email because of your account on salsa.debian.org.

Reply via email to