[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#904610: marked as done (Updates to spirv-headers needed for new vulkan repositories)



Your message dated Wed, 03 Oct 2018 09:07:56 +0000
with message-id <E1g7d8O-000406-8Y@fasolo.debian.org>
and subject line Bug#904610: fixed in spirv-headers 1.3+git20181003-1
has caused the Debian Bug report #904610,
regarding Updates to spirv-headers needed for new vulkan repositories
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 owner@bugs.debian.org
immediately.)


-- 
904610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904610
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: spirv-headers
Version: 1.3-1
Severity: normal
Tags: patch

Attached is a patch which implements the following improvements to
spirv-headers:

1) Add a "/usr/include/SPIRV" symlink which points at the most current
version of the headers.  This is required for other repositories (i.e.
Vulkan-ValidationLayers and Vulkan[-]Tools) to build using this
package as a buildep.

2) Added a third level of upstream versioning to represent the number
of git commits since the latest API version was first created (this
would make the current upstream version string "1.3.32" from a ToT
upstream build).  Also added a script to generate this version string
from git.
diff --git a/debian/changelog b/debian/changelog
index 9cb2329..6650a2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+spirv-headers (1.3.32-1) UNRELEASED; urgency=medium
+
+  * Add SPIRV symlink so upstream packages will build.
+  * Add semantic version (# of git commits since 1.3) to version string
+
+ -- Brett Johnson <brett@linuxturtle.net>  Wed, 25 Jul 2018 10:28:30 -0600
+
 spirv-headers (1.3-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index c5fa5a0..6218b7b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: spirv-headers
 Section: libdevel
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Build-Depends: debhelper (>=10),
+Build-Depends: debhelper (>=9),
 Standards-Version: 4.1.3
 Homepage: https://github.com/KhronosGroup/SPIRV-Headers
 Vcs-Git: https://salsa.debian.org/git/xorg-team/vulkan/spirv-headers.git
diff --git a/debian/git-version.sh b/debian/git-version.sh
new file mode 100755
index 0000000..c474e9a
--- /dev/null
+++ b/debian/git-version.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Script to output a version string with the number of commits since the common
+# ancestor appended to the manually hardcoded API version
+API_VERSION="1.3"
+
+# There are no tags, so manually hardcode commit ID where API_VERSION was created.
+COMMON_ANCESTOR="02ffc719aa9f9c1dce5ce05743fb1afe6cbf17ea"
+
+NB_OF_COMMITS=`git log --oneline $COMMON_ANCESTOR..upstream-unstable | wc -l`
+echo "$API_VERSION.$NB_OF_COMMITS"
diff --git a/debian/spirv-headers.links b/debian/spirv-headers.links
new file mode 100644
index 0000000..181d4c9
--- /dev/null
+++ b/debian/spirv-headers.links
@@ -0,0 +1 @@
+usr/include/spirv/unified1  usr/include/SPIRV

--- End Message ---
--- Begin Message ---
Source: spirv-headers
Source-Version: 1.3+git20181003-1

We believe that the bug you reported is fixed in the latest version of
spirv-headers, 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 904610@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen <tjaalton@debian.org> (supplier of updated spirv-headers package)

(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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 03 Oct 2018 11:53:29 +0300
Source: spirv-headers
Binary: spirv-headers
Architecture: source
Version: 1.3+git20181003-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Timo Aaltonen <tjaalton@debian.org>
Description:
 spirv-headers - Machine-readable files for the SPIR-V Registry
Closes: 904610
Changes:
 spirv-headers (1.3+git20181003-1) unstable; urgency=medium
 .
   * New upstream snapshot.
   * links: Add SPIRV symlink. (Closes: #904610)
   * control: Fix vcs urls.
Checksums-Sha1:
 0373b94d0c8796df01bcbf68ff2e6a96db727a0e 1965 spirv-headers_1.3+git20181003-1.dsc
 104382dffb35d5db3e3950c7f578dbce8dbe46b2 283413 spirv-headers_1.3+git20181003.orig.tar.gz
 8dc987d8c96b5befeda58401af66286c8e8b74d0 2050 spirv-headers_1.3+git20181003-1.diff.gz
 3d494bffe311e0f3453a5994a748bafd6b11a0ab 6051 spirv-headers_1.3+git20181003-1_source.buildinfo
Checksums-Sha256:
 71a5bbeb52250e47e2cd5513a728d3a385905ed03cb3aab77a4b6e6bf84c808f 1965 spirv-headers_1.3+git20181003-1.dsc
 f4def773d8cef7a3fe3f76874bd3e868af86426c261ff053a49f905fdc9d6aff 283413 spirv-headers_1.3+git20181003.orig.tar.gz
 5a5a6ae6780791a3143c61d4a1c3b25bc27a784df991794f23a9f2887df68461 2050 spirv-headers_1.3+git20181003-1.diff.gz
 1280433c6d55308651a8f84ded17d82e2d1598b65edcc7db5025b9a71506f3cb 6051 spirv-headers_1.3+git20181003-1_source.buildinfo
Files:
 88f298523601264a4dbd045c138c3df6 1965 libdevel optional spirv-headers_1.3+git20181003-1.dsc
 9e01a2406d19962b0c9d5bf520816535 283413 libdevel optional spirv-headers_1.3+git20181003.orig.tar.gz
 b8063dec8c592af9fe76d5c2d86e2434 2050 libdevel optional spirv-headers_1.3+git20181003-1.diff.gz
 1112899dece3ecd4e278abe89b868172 6051 libdevel optional spirv-headers_1.3+git20181003-1_source.buildinfo

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

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAlu0g6wACgkQy3AxZaiJ
hNxAdhAAoFlUvS54YOn44vXohCOV+DGAW48GP7HJrGYC2r1rI13U07EOACXvHf+p
IAWwLKQK5a3IidC3eiSssCyqXmzaoYsl0x0Th8+ItQ8X5UOFTxmsnfmhR/GKoG6p
4ONiMtp00gWseYPUAzguSxZ2lY6QxrZ79iPDWYESJrQdci8CUBw3ORl0HhKzFy+k
EPCgzAELatkeFU/As9HXIgRCwiViNiD2+wGSjaWswRihk33mS/seANkDgV68Wa/5
unWr7MYgNKF6vAN2WR2HkqmVvGKy1yxYtovdDRWWaSIihpgAqhqYfbsraGwczVtn
qktEG52hEn5+Uy9Akknp8bTQss9rlivQ2h3eEI+rH5F6Mf3GjqD9QA1ilwCcnvCm
MZMSHqrWWGf+9iVY/T32Q8ifVU4yQhaTTlVkIdEWcSkJk2/R4mfwbXb/dSVEaSR6
VOUB54Xrmi3TSA4jXbO09RZRV3E/mXeWQ9dzGbY8idOKanoKw05N2M3wQb92CAFH
pxNRhTr0S8wMB+qpwhIXrbPUI4lL9elvCjnzon/I7/KEObDGsP1GfGiIFVax7Sd0
zxz1AjP6ZXU90CKufJbWuxFVzEf2QjgLJXwRPPimvXk602sdoJnFzqdUu/mD+Dj1
GMNj73O9vZHTk/WqlZvQoeM4BlJJh4soqw8qeozH0UerbAvnJlE=
=c2m5
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: