[pkg-nvidia-devel] r1362 - in /packages/nvidia-graphics-drivers/trunk/debian: control rules

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Sat Jul 10 23:17:56 UTC 2010


Author: anbe-guest
Date: Sat Jul 10 23:17:56 2010
New Revision: 1362

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1362
Log:
introduce nvidia:Models substvar and use the multiline text fragment from debian/control.models as substitution

Modified:
    packages/nvidia-graphics-drivers/trunk/debian/control
    packages/nvidia-graphics-drivers/trunk/debian/rules

Modified: packages/nvidia-graphics-drivers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control?rev=1362&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control Sat Jul 10 23:17:56 2010
@@ -49,9 +49,7 @@
  for building the kernel module required by this package.
  This will provide nvidia-kernel-${nvidia:Version}${nvidia:Perfkit}.
  .
- This version only supports GeForce 6xxx and higher of the Geforce GPUs
- plus complimentary Quadros and nforce.  Look at the legacy packages
- for older cards.
+ ${nvidia:Models}
  .
  See /usr/share/doc/nvidia-glx${nvidia:Legacy}/README.txt.gz
  for a complete list of supported GPUs and PCI IDs.
@@ -80,9 +78,7 @@
  OpenGL applications via a direct-rendering X Server.
  AGP, PCIe, SLI, TV-out and flat panel displays are also supported.
  .
- This version only supports GeForce 6xxx and higher of the Geforce GPUs
- plus complimentary Quadros and nforce.  Look at the legacy packages
- for older cards.
+ ${nvidia:Models}
  .
  See /usr/share/doc/nvidia-glx${nvidia:Legacy}/README.txt.gz
  for a complete list of supported GPUs and PCI IDs.
@@ -123,11 +119,8 @@
  These binary libraries provide optimized hardware acceleration of
  OpenGL applications via a direct-rendering X Server.
  .
- This version only supports GeForce 6xxx and higher of the Geforce GPUs
- plus complimentary Quadros and nforce.  Look at the legacy packages
- for older cards.
- .
- See /usr/share/doc/libgl1-nvidia${nvidia:Legacy}-glx/README.txt.gz
+ See the description of the nvidia-glx${nvidia:Legacy} package
+ or /usr/share/doc/libgl1-nvidia${nvidia:Legacy}-glx/README.txt.gz
  for a complete list of supported GPUs and PCI IDs.
 
 Package: libgl1-nvidia-glx-ia32
@@ -156,11 +149,8 @@
  These binary 32-bit libraries provide optimized hardware acceleration of
  OpenGL applications via a direct-rendering X Server.
  .
- This version only supports GeForce 6xxx and higher of the Geforce GPUs
- plus complimentary Quadros and nforce.  Look at the legacy packages
- for older cards.
- .
- See /usr/share/doc/libgl1-nvidia${nvidia:Legacy}-glx/README.txt.gz
+ See the description of the nvidia-glx${nvidia:Legacy} package
+ or /usr/share/doc/libgl1-nvidia${nvidia:Legacy}-glx/README.txt.gz
  for a complete list of supported GPUs and PCI IDs.
 
 Package: libgl1-nvidia-dev
@@ -216,9 +206,10 @@
  using NVIDIA chip sets.  AGP, PCIe, SLI, TV-out and flat panel displays
  are also supported.
  .
- This version only supports GeForce 6xxx and higher of the Geforce GPUs
- plus complimentary Quadros and nforce.  Look at the legacy packages for
- older cards.
+ ${nvidia:Models}
+ .
+ See /usr/share/doc/nvidia-kernel${nvidia:Legacy}-dkms/README.txt.gz
+ for a complete list of supported GPUs and PCI IDs.
 
 Package: nvidia-kernel-source
 Section: non-free/kernel
@@ -237,9 +228,7 @@
  using NVIDIA chip sets.  AGP, PCIe, SLI, TV-out and flat panel displays
  are also supported.
  .
- This version only supports GeForce 6xxx and higher of the Geforce GPUs
- plus complimentary Quadros and nforce.  Look at the legacy packages for
- older cards.
+ ${nvidia:Models}
  .
  PLEASE read /usr/share/doc/nvidia-kernel${nvidia:Legacy}-source/README.Debian.gz
  for building information.  If you want the kernel module to be automatically

Modified: packages/nvidia-graphics-drivers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/rules?rev=1362&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/rules (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/rules Sat Jul 10 23:17:56 2010
@@ -184,7 +184,8 @@
 
 override_dh_gencontrol:
 	dh_gencontrol -- -V'nvidia:Version=$(version)' -V'nvidia:Legacy=$(legacy)' \
-		-V'nvidia:LegacyDesc=$(legacy_description)' -V'nvidia:Perfkit=$(perfkit)'
+		-V'nvidia:LegacyDesc=$(legacy_description)' -V'nvidia:Perfkit=$(perfkit)' \
+		-Vnvidia:Models="`cat debian/control.models`"
 
 # Do not run dh_strip here.  The NVIDIA license says:
 #




More information about the Pkg-nvidia-devel mailing list