reverts
This commit is contained in:
parent
db9ae2d837
commit
b374cc4241
@ -120,39 +120,6 @@ Description: NVIDIA CUDA Debugger Library
|
||||
The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation.
|
||||
This package contains the CUDA Debugger library for Pascal and later GPUs.
|
||||
|
||||
### Note Re-sync Upstream once nvidia or upstream package it
|
||||
|
||||
Package: libnvidia-vksc-core-#DRIVER_VERSION_MAJOR#
|
||||
Architecture: amd64 arm64 ppc64el
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
nvidia-alternative-#DRIVER_VERSION_MAJOR# (= ${binary:Version}),
|
||||
nvidia-vulkan-common-#DRIVER_VERSION_MAJOR# (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Provides:
|
||||
libnvidia-vksc-core (= ${binary:Version})
|
||||
Conflicts:
|
||||
libnvidia-vksc-core
|
||||
Description: NVIDIA Vulkan SC Validation layers
|
||||
|
||||
Package: libegl-nvidia0-#DRIVER_VERSION_MAJOR#
|
||||
Architecture: i386 amd64 arm64 ppc64el
|
||||
Multi-Arch: same
|
||||
Pre-Depends:
|
||||
${misc:Pre-Depends}
|
||||
Depends:
|
||||
nvidia-alternative-#DRIVER_VERSION_MAJOR# (= ${binary:Version}),
|
||||
${shlibs:Depends}, ${misc:Depends}
|
||||
Provides:
|
||||
libegl-nvidia0 (= ${binary:Version})
|
||||
Conflicts:
|
||||
libegl-nvidia0
|
||||
Description: NVIDIA binary EGL library
|
||||
EGL provides a platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES.
|
||||
See the description of the nvidia-driver package or /usr/share/doc/libgl1-nvidia-glx/README.txt.gz for a complete list of supported GPUs and PCI IDs.
|
||||
This package contains the driver specific binary EGL implementation provided by NVIDIA that is accessed via GLVND.
|
||||
### End of note
|
||||
|
||||
Package: libgl1-nvidia-glvnd-glx-#DRIVER_VERSION_MAJOR#
|
||||
Architecture: i386 amd64 arm64 ppc64el
|
||||
Multi-Arch: same
|
||||
|
@ -1,6 +1,2 @@
|
||||
#! /usr/bin/dh-exec
|
||||
libEGL_nvidia.so.#DRIVER_VERSION_FULL# usr/lib/${DEB_HOST_MULTIARCH}/nvidia/current/
|
||||
libnvidia-egl-xcb.so.1 usr/lib/${DEB_HOST_MULTIARCH}/nvidia/current/
|
||||
libnvidia-egl-xlib.so.1 usr/lib/${DEB_HOST_MULTIARCH}/nvidia/current/
|
||||
20_nvidia_xcb.json /usr/share/egl/egl_external_platform.d/
|
||||
20_nvidia_xlib.json /usr/share/egl/egl_external_platform.d/
|
@ -1,4 +0,0 @@
|
||||
#! /usr/bin/dh-exec
|
||||
libnvidia-vksc-core.so.#DRIVER_VERSION_FULL# usr/lib/${DEB_HOST_MULTIARCH}/nvidia/current/
|
||||
nvidia_icd_vksc.json usr/share/vulkan/icd.d/
|
||||
nvidia-pcc usr/bin/
|
@ -1,8 +0,0 @@
|
||||
# The NVIDIA license does not allow any form of modification.
|
||||
[i386]: binary-file-built-without-LFS-support
|
||||
[i386 ppc64el]: specific-address-in-shared-library
|
||||
hardening-no-bindnow
|
||||
hardening-no-fortify-functions
|
||||
|
||||
# Lintian and debhelper disagree w.r.t. a library in a private directory.
|
||||
package-has-unnecessary-activation-of-ldconfig-trigger
|
@ -1,2 +1,2 @@
|
||||
DRIVER_VERSION_MAJOR="560"
|
||||
DRIVER_VERSION_FULL="560.28.03"
|
||||
DRIVER_VERSION_MAJOR="555"
|
||||
DRIVER_VERSION_FULL="555.58.02"
|
||||
|
Loading…
Reference in New Issue
Block a user