Bug#1142879: marked as done (libvulkan-dev: autopkgtest could verify that CMake projects can depend on Vulkan)

"Debian Bug Tracking System" <[email protected]> Tue, 04 Aug 2026 19:23:03 +0000
Newsgroups gmane.linux.debian.devel.x
Message-ID <handler.1142879.D1142879.17858713363611056.ackdone@bugs.debian.org>
This is a multi-part message in MIME format...

------------=_1785871383-3611285-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your message dated Tue, 04 Aug 2026 19:22:14 +0000
with message-id <[email protected]>
and subject line Bug#1142879: fixed in vulkan-loader 1.4.357.0-1
has caused the Debian Bug report #1142879,
regarding libvulkan-dev: autopkgtest could verify that CMake projects can d=
epend on Vulkan
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


--=20
1142879: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1142879
Debian Bug Tracking System
Contact [email protected] with problems

------------=_1785871383-3611285-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.debian.org; 27 Jul 2026 12:21:32 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
	(2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-15.2 required=4.0 tests=BAYES_00,
	BODY_INCLUDES_PACKAGE,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,
	DKIM_VALID_EF,HAS_PACKAGE,SPF_HELO_NONE,SPF_PASS autolearn=ham
	autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 7; hammy, 150; neutral, 94; spammy, 0.
	spammytokens: hammytokens:0.000-+--autopkgtest, 0.000-+--H*Ad:N*Bug,
	0.000-+--HTo:N*Debian, 0.000-+--HTo:N*System, 0.000-+--HTo:N*Bug
Return-path: <[email protected]>
Received: from bali.collaboradmins.com ([2a01:4f8:201:9162::2]:36470)
	by buxtehude.debian.org with utf8esmtps (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1woKKp-006VlS-1v
	for [email protected];
	Mon, 27 Jul 2026 12:21:32 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com;
	s=mail; t=1785154885;
	bh=EixYMrjzDHfnz/gjqYpuJsSPZNHgPlIjwFNeTalqWfs=;
	h=Date:From:To:Subject:From;
	b=ATBpew2+ypDl0d3JEKEDr2X5ffC/AzcnnnzWFdqZD+6JInDq+PUvtRMZc3bRBUfhJ
	 oOJbx2MgmTArkppMZIfo8GP2dztYP2+7cdTlEyTiyWlPTQQK7qdD9sEaVZpqpJEy1n
	 CVLHwWuo5OmghI3a1WCYDEH7Y14/sqW7BPg5aXieQi6beuDUqxcl+jZYb7xd2MQ1dU
	 cFDnuW1/NZmknxXITBXAJ1Z9f4j2vtydGM/Dzn1ysI83LnUXSS6GH8GSfND3GsAErM
	 TrfgjfK4I6z4LlVig74aAALvdz0MD03WOAClrznrG9vomZIfkND9cVDlK7/F3eFX3s
	 7lPv5d9uLxDKg==
Received: from localhost (unknown [100.64.0.242])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	(Authenticated sender: smcv)
	by bali.collaboradmins.com (Postfix) with UTF8SMTPSA id 1DB8117E00E2
	for <[email protected]>; Mon, 27 Jul 2026 14:21:25 +0200 (CEST)
Date: Mon, 27 Jul 2026 13:21:24 +0100
From: Simon McVittie <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: libvulkan-dev: autopkgtest could verify that CMake projects can
 depend on Vulkan
Message-ID: <amdNRJFse5c3D-OX@descent>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 13.2.0
Delivered-To: [email protected]

Package: libvulkan-dev
Version: 1.4.309.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-steamrt

While backporting Vulkan-Loader to older Debian derivatives in the Steam
Runtime, I've found that I need to make backport-specific packaging
changes to how CMake files get installed, because some of the older
toolchains in the Steam Runtime are less good at making Vulkan-Headers
multiarch co-installable. This change isn't directly useful for Debian
because newer/better toolchains make it unnecessary.

However, I wanted to be able to verify that the changes I'll make aren't
causing a regression for users of CMake + Vulkan, so I wrote some new
test coverage. The new test coverage seems like something that could be
beneficial in Debian, to make sure that if the library's interface for
CMake users somehow regresses, that'll be detected.

Please see
https://salsa.debian.org/xorg-team/vulkan/vulkan-loader/-/merge_requests/15
for proposed patches to debian/tests/. They're currently marked as draft
because this bug number is missing, but I'll update the branch to add this
bug number when I receive it.

Thanks,
    smcv
    (with Collabora/Steam Runtime hat, rather than Debian Developer hat)

------------=_1785871383-3611285-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 1142879-close) by bugs.debian.org; 4 Aug 2026 19:22:16 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
	(2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-114.2 required=4.0 tests=ALL_TRUSTED,BAYES_00,
	DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD,
	HAS_BUG_NUMBER,MD5_SHA1_SUM,PGPSIGNATURE,SPF_HELO_PASS,SPF_PASS,
	USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
	version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 13; hammy, 150; neutral, 272; spammy,
	0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
	0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
	0.000-+--UD:debian.tar.xz, 0.000-+--H*r:sk:fasolo.
Return-path: <[email protected]>
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:39308)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1wrKiO-00F9Oc-1k
	for [email protected];
	Tue, 04 Aug 2026 19:22:16 +0000
Received: via submission
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=fasolo.debian.org,[email protected] (verified)
	by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.96)
	(envelope-from <[email protected]>)
	id 1wrKiN-000ltf-0p
	for [email protected];
	Tue, 04 Aug 2026 19:22:15 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
	d=ftp-master.debian.org; s=smtpauto.fasolo; h=Date:Message-Id:Content-Type:
	Subject:MIME-Version:To:Reply-To:From:Cc:Content-Transfer-Encoding:Content-ID
	:Content-Description:In-Reply-To:References;
	bh=YC00vOUW3NFlJ5q09KHsVP8Gr09hm5tkogCbfk+6SFc=; b=hD4eMkO1Bjx3oEZPebS2JuG4qr
	8FPQpl6SDp6tIt7N3eKngGS5Z44yu+AXnD4tiBL4bR5FxjINKmKvc+SpzlL7++DDJsER/Tvyt0PNd
	sQcpckcqyP6+BLReTpIaI3yDlhEdfIBMov7ewWYVMNw9uFCIixVRD/qu0dD8GCrVXiG7138bz7Mlr
	xYF5+LwUjNi9GgHOjfe3pa+RVj4nYgHppOR9oXJWHRkZ1Egi8o7mMYOaXC7bIRiIdnZsa6H0tVVuW
	Ee6HnTTrrCAMTJRuNrY2pFvIMDQ4h3cRWspZuT21Tny8GxK1Q1xfuxXxefP3K9yb/KN1v7A5feNsz
	mcQJRdGw==;
Received: from dak by fasolo.debian.org with local (Exim 4.98.2)
	(envelope-from <[email protected]>)
	id 1wrKiM-0000000BrtP-1Nh8;
	Tue, 04 Aug 2026 19:22:14 +0000
From: Debian FTP Masters <[email protected]>
Reply-To: Timo Aaltonen <[email protected]>
To: [email protected]
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: vulkan-loader
Debian: DAK
Debian-Changes: vulkan-loader_1.4.357.0-1_source.changes
Debian-Source: vulkan-loader
Debian-Version: 1.4.357.0-1
Debian-Architecture: source
Debian-Suite: unstable
Debian-Archive-Action: accept
MIME-Version: 1.0
Subject: Bug#1142879: fixed in vulkan-loader 1.4.357.0-1
Content-Type: multipart/signed; micalg="pgp-sha256";
 protocol="application/pgp-signature";
 boundary="===============7082280203641251199=="
Message-Id: <[email protected]>
Date: Tue, 04 Aug 2026 19:22:14 +0000
X-CrossAssassin-Score: 2

--===============7082280203641251199==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Source: vulkan-loader
Source-Version: 1.4.357.0-1
Done: Timo Aaltonen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vulkan-loader, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen <[email protected]> (supplier of updated vulkan-loader packag=
e)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 04 Aug 2026 22:05:00 +0300
Source: vulkan-loader
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 1.4.357.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <[email protected]>
Changed-By: Timo Aaltonen <[email protected]>
Closes: 1022984 1048652 1142224 1142879
Changes:
 vulkan-loader (1.4.357.0-1) unstable; urgency=3Dmedium
 .
   [ Simon McVittie ]
   * d/tests: Factor out C source into its own file
   * d/tests: Do the builds in the autopkgtest temp directory
   * d/tests: Factor out setting CC, PKG_CONFIG
   * d/tests: Assert that CMake can find the Vulkan library (Closes: #1142879)
   * d/rules: Remove generated loader/loader.rc during clean
   * d/rules: Delete and re-create tests/**/generated (Closes: #1048652)
   * d/rules: Make the .orig tarball from gentarball more deterministic
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Annotate B-D: python3 with :any (Closes: #1022984)
 .
   [ Timo Aaltonen ]
   * New upstream release. (Closes: #1142224)
   * control: Add clang-format to build-depends.
   * control: Add python3-pyparsing to build-depends.
   * tests: Migrate to pkgconf.
Checksums-Sha1:
 a067f28ed80a7460f13583c2caa0bbe6a04e0ced 2287 vulkan-loader_1.4.357.0-1.dsc
 1e8e9f6a7ab2185727107be7a1dd4fa4d70a6102 3298520 vulkan-loader_1.4.357.0.ori=
g.tar.xz
 377ef568c09d94a49d580365e24d27090a901bc1 10368 vulkan-loader_1.4.357.0-1.deb=
ian.tar.xz
 96f1206f30662397900f7651d483c6a3c08b4de3 10358 vulkan-loader_1.4.357.0-1_sou=
rce.buildinfo
Checksums-Sha256:
 2a1eb68001f2047652919599cc1f13b46e938daa2b50ed4d0b53f46d2b631dbb 2287 vulkan=
-loader_1.4.357.0-1.dsc
 03d05b0c06991f40880eff45fdd7ceabc6da4c562e94a5f5f050cc7815d66796 3298520 vul=
kan-loader_1.4.357.0.orig.tar.xz
 edb8cc1e367f8c43e5aac552ad1feb1590414ec6799607e4225ee59b1194c961 10368 vulka=
n-loader_1.4.357.0-1.debian.tar.xz
 6207ac91593c02d0a2b52227849512078217b0caff15b8f49e67def69e68f450 10358 vulka=
n-loader_1.4.357.0-1_source.buildinfo
Files:
 1b27c9ca43e35eda680a5051f480052c 2287 libs optional vulkan-loader_1.4.357.0-=
1.dsc
 06380f73f7617e9aa9f63ac4af77b08b 3298520 libs optional vulkan-loader_1.4.357=
.0.orig.tar.xz
 fd3a8738c562d82cde1c2ee06f09876c 10368 libs optional vulkan-loader_1.4.357.0=
-1.debian.tar.xz
 3b9959bde89555816eb8f85137053b91 10358 libs optional vulkan-loader_1.4.357.0=
-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmpyOFkACgkQy3AxZaiJ
hNyVSw/+JEFFWqfFSXuq06LNa25sh6Vkilhz1Q3j9jxyHy7W4S3lWdbGFpd8uJ4r
evmeRlnNClbxFNsmIHeOhDPB/s1aKy6ozJb5zj5iV3nSIyAPMM5h9QckFLjENrfV
FIyX/rnQiGtQTUqQvhKV5pw9mvufOh5kYGX6npOaO45kvH5gWmIwAh0uGjBfJlLZ
clhmGQINniI0HtTMwlCMnlBVr1xpMs1gVuNMUecV/RzrXPKMzCxgYkbJXRYss/z1
q8ez5LAUsaGCvx4hvYF8simDDN+vcneuoW+LdIuv31X5lFU1ZHQu0j3CxNMWEgMM
QL67rfvkoKWR987rcXKOeqca6yMcL8QwSk7Cr1zh8ZQMg92w30YxyJ3r0w/6ONLh
SdKVa6ARAQ0N1ocpqZfnHFtjjuna26t5PZrVINN/2AQsWYi4qdAbFlWr4sK/0VXA
RICIZwrluF+LyO3q41hjNIHPmJD85hsMZPxFiSnoxcVJIVXI9PU8636NSZvNGrzg
C1kmmLz6/CA82EVWQLvVmoETQqZq8ltjQ07TkiIe/ClfmhihSFP5kbaDVHAjnjE9
JylcIfOYxsyY1eTROf+K12SzSQhtGcIAXz/l6dQGmWupczoehA9pXd7m1PB3kIdn
AwmLonVK/eyxRTMlr9rhIgbz7yQtdLgFoY177VuqJxue6/24Urw=3D
=3DYB4q
-----END PGP SIGNATURE-----


--===============7082280203641251199==
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQTziqJOuF8J+ZI8pJSb9qggYcy5IQUCanI75gAKCRCb9qggYcy5
IaUCAP90ULhpElFyjK1vuPDTnSN6Kb5QFkS96oZ44OXCFuYuqwD/TnuUAYBn+V9G
ZurHTUnT565KCJ3Rlahs+cbnYSb8GAI=
=Fiio
-----END PGP SIGNATURE-----

--===============7082280203641251199==--
------------=_1785871383-3611285-0--