diff -Nru vkd3d-1.1/debian/changelog vkd3d-1.1/debian/changelog --- vkd3d-1.1/debian/changelog 2020-02-01 20:11:47.000000000 +0000 +++ vkd3d-1.1/debian/changelog 2020-06-22 02:00:46.000000000 +0000 @@ -1,3 +1,11 @@ +vkd3d (1.1-5) unstable; urgency=medium + + * Include upstream metadata information. + * Add support for vulkan 1.2 (closes: #963274). + * Indicate that debian/rules does not require root. + + -- Michael Gilbert Mon, 22 Jun 2020 02:00:46 +0000 + vkd3d (1.1-4) unstable; urgency=medium * Update to debhelper 12. diff -Nru vkd3d-1.1/debian/clean vkd3d-1.1/debian/clean --- vkd3d-1.1/debian/clean 2020-02-01 20:10:13.000000000 +0000 +++ vkd3d-1.1/debian/clean 2020-06-22 02:00:46.000000000 +0000 @@ -1,5 +1,6 @@ bin/* aclocal.m4 +confcache configure config.log m4/lt*.m4 diff -Nru vkd3d-1.1/debian/control vkd3d-1.1/debian/control --- vkd3d-1.1/debian/control 2020-02-01 20:11:47.000000000 +0000 +++ vkd3d-1.1/debian/control 2020-06-22 02:00:46.000000000 +0000 @@ -19,6 +19,7 @@ libxcb-icccm4-dev, libxcb-keysyms1-dev, Standards-Version: 4.5.0 +Rules-Requires-Root: no Package: libvkd3d-dev Section: libdevel diff -Nru vkd3d-1.1/debian/patches/series vkd3d-1.1/debian/patches/series --- vkd3d-1.1/debian/patches/series 2020-02-01 20:10:13.000000000 +0000 +++ vkd3d-1.1/debian/patches/series 2020-06-22 02:00:46.000000000 +0000 @@ -1 +1,2 @@ version.patch +vulkan1.2.patch diff -Nru vkd3d-1.1/debian/patches/vulkan1.2.patch vkd3d-1.1/debian/patches/vulkan1.2.patch --- vkd3d-1.1/debian/patches/vulkan1.2.patch 1970-01-01 00:00:00.000000000 +0000 +++ vkd3d-1.1/debian/patches/vulkan1.2.patch 2020-06-22 02:00:46.000000000 +0000 @@ -0,0 +1,15 @@ +description: support building with vulkan 1.2 +bug-debian: http://bugs.debian.org/963274 +author: Michael Gilbert + +--- a/libs/vkd3d/vkd3d_private.h ++++ b/libs/vkd3d/vkd3d_private.h +@@ -677,7 +677,7 @@ struct d3d12_command_list + VkFramebuffer current_framebuffer; + VkPipeline current_pipeline; + VkRenderPass current_render_pass; +- struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; ++ struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_COMPUTE - VK_PIPELINE_BIND_POINT_GRAPHICS + 1]; + + struct d3d12_pipeline_state *state; + diff -Nru vkd3d-1.1/debian/upstream/metadata vkd3d-1.1/debian/upstream/metadata --- vkd3d-1.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ vkd3d-1.1/debian/upstream/metadata 2020-06-22 02:00:46.000000000 +0000 @@ -0,0 +1,7 @@ +Bug-Database: https://bugs.winehq.org +Bug-Submit: https://bugs.winehq.org/enter_bug.cgi +Changelog: https://source.winehq.org/git/vkd3d.git/?a=shortlog +Donation: https://www.winehq.org/donate +Documentation: https://wiki.winehq.org/Vkd3d +Repository: https://source.winehq.org/git/vkd3d.git +Repository-Browse: https://source.winehq.org/git/vkd3d.git