Import Debian changes 1.600.10-ok1

directx-headers (1.600.10-ok1) yangtze; urgency=medium

  * Build for openKylin.
This commit is contained in:
denghao 2023-03-27 16:54:03 +08:00
parent fd3de63396
commit 183fe65d5c
7 changed files with 202 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
directx-headers (1.600.10-ok1) yangtze; urgency=medium
* Build for openKylin.
-- denghao <denghao@kylinos.cn> Mon, 27 Mar 2023 16:54:03 +0800

17
debian/control vendored Normal file
View File

@ -0,0 +1,17 @@
Source: directx-headers
Section: graphics
Priority: optional
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13),
meson,
Standards-Version: 4.5.1
Homepage: https://github.com/microsoft/DirectX-Headers
Vcs-Browser: https://gitee.com/openkylin/directx-headers
Vcs-Git: https://gitee.com/openkylin/directx-headers.git
Rules-Requires-Root: no
Package: directx-headers-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Direct3D 12 headers
This package provides the development headers for Direct3D 12.

165
debian/copyright vendored Normal file
View File

@ -0,0 +1,165 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: directx-headers
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.
Files: CMakeLists.txt
googletest/CMakeLists.txt
googletest/MockDevice.hpp
googletest/feature_support_test.cpp
include/dxguids/dxguids.h
include/wsl/winadapter.h
include/wsl/wrladapter.h
meson.build
meson_options.txt
src/dxguids.cpp
test/CMakeLists.txt
test/feature_check_test.cpp
test/meson.build
test/test.cpp
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT License.
Files: include/directx/d3d12.idl
include/directx/d3d12compatibility.h
include/directx/d3d12compatibility.idl
include/directx/d3d12sdklayers.h
include/directx/d3d12sdklayers.idl
include/directx/d3d12video.h
include/directx/d3d12video.idl
include/directx/d3dcommon.h
include/directx/d3dcommon.idl
include/directx/dxgicommon.h
include/directx/dxgicommon.idl
include/directx/dxgiformat.h
include/directx/dxgiformat.idl
Copyright: Microsoft Corporation
Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT license
Files: Android.bp
README.md
cmake/directx-headers-config.cmake.in
debian-orig/control
debian-orig/rules
debian-orig/source/format
debian-orig/watch
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License: __NO_COPYRIGHT_NOR_LICENSE__
Files: include/wsl/stubs/OAIdl.h
include/wsl/stubs/OCIdl.h
include/wsl/stubs/rpc.h
include/wsl/stubs/rpcndr.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT License.
.
Stub header to satisfy d3d12.h include
Files: include/directx/dxcore.h
include/directx/dxcore_interface.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT license.
Files: debian-orig/copyright
Copyright: : 2021 Microsoft Corporation License: Expat
License: MIT
Files: debian/*
Copyright: 2021 Timo Aaltonen <tjaalton@debian.org>
License: Expat
.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Files: include/directx/d3dx12.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT License (MIT).
.
*********************************************************
Files: include/wsl/stubs/wrl/client.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT License.
.
Stub to satisfy d3dx12.h include
Files: include/wsl/stubs/wrl/implements.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT License.
.
Stub to satisfy DML TF runtime includes
Files: include/wsl/stubs/winapifamily.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT License.
.
Stub header to satisfy d3d12.h include. Unconditionally light up all APIs.
Files: include/directx/d3d12shader.h
Copyright: Microsoft Corporation.
License: __UNKNOWN__
Licensed under the MIT license.
.
File: D3D12Shader.h
Content: D3D12 Shader Types and APIs
#----------------------------------------------------------------------------
# xml and html files (skipped):
# SECURITY.md
#----------------------------------------------------------------------------
# huge files (skipped):
# include/directx/d3d12.h
#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.
#----------------------------------------------------------------------------
# License file: LICENSE
Copyright (c) Microsoft Corporation.
.
MIT License
.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
# You must remove unused comment lines for the released package.

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=meson
override_dh_auto_configure:
dh_auto_configure -- \
-Dbuild-test=false

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

5
debian/watch vendored Normal file
View File

@ -0,0 +1,5 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%directx-headers-$1.tar.gz%" \
https://github.com/microsoft/DirectX-Headers/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz