Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-tools
Commits: c63142aa by Debian Janitor at 2023-07-13T10:12:57+00:00 debian/copyright: use spaces rather than tabs to start continuation lines. Changes-By: lintian-brush Fixes: lintian: tab-in-license-text See-also: https://lintian.debian.org/tags/tab-in-license-text.html - - - - - 6059d5dd by Debian Janitor at 2023-07-13T10:13:00+00:00 Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html - - - - - 29ef7fd9 by Debian Janitor at 2023-07-13T10:13:05+00:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - 3283680a by Debian Janitor at 2023-07-13T10:13:07+00:00 Update standards version to 4.6.2, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules - + debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +vulkan-tools (1.3.250.0+dfsg1-2) UNRELEASED; urgency=medium + + * debian/copyright: use spaces rather than tabs to start continuation lines. + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. + * Update standards version to 4.6.2, no changes needed. + + -- Debian Janitor <[email protected]> Thu, 13 Jul 2023 10:12:55 -0000 + vulkan-tools (1.3.250.0+dfsg1-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -1,7 +1,7 @@ Source: vulkan-tools Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), cmake, glslang-tools, libvulkan-dev (>= 1.3.250.0), @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 12), pkg-config, python3, wayland-protocols, -Standards-Version: 4.5.0 +Standards-Version: 4.6.2 Section: libs Homepage: https://github.com/KhronosGroup/Vulkan-Tools Vcs-Git: https://salsa.debian.org/xorg-team/vulkan/vulkan-tools.git ===================================== debian/copyright ===================================== @@ -9,10 +9,10 @@ Files-Excluded: Files: * Copyright: 2015-2016 Valve Corporation - 2015-2016 Google, Inc - 2015-2016 The Khronos Group Inc - 2005-2014 G-Truc Creation - 2015-2016 LunarG, Inc + 2015-2016 Google, Inc + 2015-2016 The Khronos Group Inc + 2005-2014 G-Truc Creation + 2015-2016 LunarG, Inc License: Apache-2.0 Files: scripts/generate_vulkan_wrapper.py ===================================== debian/rules ===================================== @@ -14,9 +14,6 @@ override_dh_auto_configure: override_dh_auto_install: dh_auto_install --destdir=debian/tmp -override_dh_missing: - dh_missing --fail-missing - override_dh_clean: dh_clean rm -rf scripts/__pycache__ ===================================== debian/upstream/metadata ===================================== @@ -0,0 +1,4 @@ +--- +Bug-Database: https://github.com/KhronosGroup/Vulkan-Tools/issues +Bug-Submit: https://github.com/KhronosGroup/Vulkan-Tools/issues/new +Repository-Browse: https://github.com/KhronosGroup/Vulkan-Tools View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-tools/-/compare/14138dcf597629349ba7e59f28720be58e9fc6c6...3283680a5ac48de9963d487a08051a625d592028 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/vulkan-tools/-/compare/14138dcf597629349ba7e59f28720be58e9fc6c6...3283680a5ac48de9963d487a08051a625d592028 You're receiving this email because of your account on salsa.debian.org.

