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


Commits:
499df9ac by Timo Aaltonen at 2018-08-24T14:08:38Z
dirs: Add /etc/vulkan/icd.d.

and re-add .dirs

- - - - -
bda2db75 by Timo Aaltonen at 2018-08-24T18:15:28Z
Use compat level 11.

- - - - -
e4f8bdbb by Timo Aaltonen at 2018-08-24T18:16:05Z
rules: Use dh_missing.

- - - - -
84e1ccf4 by Timo Aaltonen at 2018-08-24T18:19:12Z
rules: Drop gentarball target.

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- + debian/libvulkan1.dirs
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -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 <[email protected]>  Wed, 01 Aug 2018 12:20:09 +0300
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
@@ -2,7 +2,7 @@ Source: vulkan-loader
 Priority: optional
 Maintainer: Debian X Strike Force <[email protected]>
 Uploaders: Timo Aaltonen <[email protected]>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
  cmake,
  libwayland-dev,
  libx11-dev,


=====================================
debian/libvulkan1.dirs
=====================================
@@ -0,0 +1,3 @@
+etc/vulkan/explicit_layer.d
+etc/vulkan/icd.d
+etc/vulkan/implicit_layer.d


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



View it on GitLab: 
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/compare/da68b49ced4731a8b9dfc6a5c96d02cdd1ee774d...84e1ccf4646cb99a9057bbb4a47b8707acc49864

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

Reply via email to