r8016 - in /packages/nvidia-graphics-drivers/branches/396/debian: changelog control rules rules.defs

anbe at users.alioth.debian.org anbe at users.alioth.debian.org
Sat Apr 21 22:04:45 BST 2018


Author: anbe
Date: Sat Apr 21 21:04:45 2018
New Revision: 8016

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=8016
Log:
build nvidia-egl-common and nvidia-egl-wayland-common on i386 and armhf

Modified:
    packages/nvidia-graphics-drivers/branches/396/debian/changelog
    packages/nvidia-graphics-drivers/branches/396/debian/control
    packages/nvidia-graphics-drivers/branches/396/debian/rules
    packages/nvidia-graphics-drivers/branches/396/debian/rules.defs

Modified: packages/nvidia-graphics-drivers/branches/396/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/branches/396/debian/changelog?rev=8016&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/branches/396/debian/changelog	(original)
+++ packages/nvidia-graphics-drivers/branches/396/debian/changelog	Sat Apr 21 21:04:45 2018
@@ -39,6 +39,8 @@
   [ Andreas Beckmann ]
   * Switch to debhelper compat level 11.
   * Build i386 library packages from the 32/ folder in the x86_64 .run file.
+  * Continue building nvidia-egl-common and nvidia-egl-wayland-common on i386
+    and armhf since they are used by legacy drivers.
   * Add NEWS entry and update nvidia-legacy-check to use
     nvidia-legacy-390xx-driver for Fermi cards.
 

Modified: packages/nvidia-graphics-drivers/branches/396/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/branches/396/debian/control?rev=8016&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/branches/396/debian/control	(original)
+++ packages/nvidia-graphics-drivers/branches/396/debian/control	Sat Apr 21 21:04:45 2018
@@ -676,7 +676,7 @@
  implementation of EGL and OpenGL|ES.
 
 Package: nvidia-egl-common
-Architecture: i386 amd64
+Architecture: i386 amd64 armhf
 Multi-Arch: foreign
 Depends:
  ${misc:Depends}
@@ -729,7 +729,7 @@
  of Wayland as an EGL external platform.
 
 Package: nvidia-egl-wayland-common
-Architecture: amd64
+Architecture: i386 amd64 armhf
 Multi-Arch: foreign
 Depends:
  ${misc:Depends}

Modified: packages/nvidia-graphics-drivers/branches/396/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/branches/396/debian/rules?rev=8016&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/branches/396/debian/rules	(original)
+++ packages/nvidia-graphics-drivers/branches/396/debian/rules	Sat Apr 21 21:04:45 2018
@@ -120,6 +120,10 @@
 	cp -al $</32 $@
 	cp -al $</*.icd $@
 	cp -al $</*.json* $@
+
+NVIDIA-Linux-armhf: NVIDIA-Linux-amd64
+	mkdir $@
+	cp -al $</*.json $@
 
 # Unpack all architectures, we may need files from all of them.
 unpack-stamp: $(patsubst %,NVIDIA-Linux-%,$(ARCH_LIST))

Modified: packages/nvidia-graphics-drivers/branches/396/debian/rules.defs
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/branches/396/debian/rules.defs?rev=8016&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/branches/396/debian/rules.defs	(original)
+++ packages/nvidia-graphics-drivers/branches/396/debian/rules.defs	Sat Apr 21 21:04:45 2018
@@ -16,6 +16,7 @@
 
 ARCH_LIST		 = amd64
 ARCH_LIST		+= i386
+ARCH_LIST		+= armhf
 #ARCH_LIST		+= ppc64el
 NO_DRIVER_ARCH_LIST	 = i386 armhf
 UVM_ARCH_LIST		 = amd64 ppc64el




More information about the pkg-nvidia-devel mailing list