[pkg-nvidia-devel] r855 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog control module/debian/control.template.in nvidia-glx.README.Debian nvidia-kernel-source.README.Debian.in rules
rra at users.alioth.debian.org
rra at users.alioth.debian.org
Sat May 8 03:35:06 UTC 2010
Author: rra
Date: Sat May 8 03:35:05 2010
New Revision: 855
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=855
Log:
Documentation and minor debian/control updates
[ Andreas Beckmann ]
* debian/README*: remove reference to http://people.debian.org/~rdonald
* remove Randall Donald from Uploaders per his request
* debian/control:
- remove dependency on x11-common, probably remained from the X11R6 time
- reformat, syncronize, use more substvars
- add Conflicts with nvidia-glx-legacy-* packages
Modified:
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/control
packages/nvidia-graphics-drivers/trunk/debian/module/debian/control.template.in
packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian
packages/nvidia-graphics-drivers/trunk/debian/nvidia-kernel-source.README.Debian.in
packages/nvidia-graphics-drivers/trunk/debian/rules
Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=855&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Sat May 8 03:35:05 2010
@@ -90,6 +90,12 @@
* debian/module/debian/patches/conditionally-include-linux_version.h.patch:
new patch, ensure linux/version.h is included only once (that header does
not have include guards)
+ * debian/README*: remove reference to http://people.debian.org/~rdonald
+ * remove Randall Donald from Uploaders per his request
+ * debian/control:
+ - remove dependency on x11-common, probably remained from the X11R6 time
+ - reformat, syncronize, use more substvars
+ - add Conflicts with nvidia-glx-legacy-* packages
-- Russ Allbery <rra at debian.org> Sat, 24 Apr 2010 20:35:20 -0700
Modified: packages/nvidia-graphics-drivers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control?rev=855&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control Sat May 8 03:35:05 2010
@@ -2,8 +2,9 @@
Section: non-free/x11
Priority: optional
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>
-Uploaders: Randall Donald <rdonald at debian.org>,
- Andres Mejia <mcitadel at gmail.com>, Russ Allbery <rra at debian.org>
+Uploaders:
+ Andres Mejia <mcitadel at gmail.com>,
+ Russ Allbery <rra at debian.org>,
Vcs-Svn: svn://svn.debian.org/svn/pkg-nvidia/packages/nvidia-graphics-drivers
Vcs-Browser: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers
Build-Depends: debhelper (>= 7.2.3~), libxext6, bzip2,
@@ -17,41 +18,55 @@
Pre-Depends: libc6-i386 (>= 2.9-18)
Depends: nvidia-kernel-${nvidia:Version}, ${shlibs:Depends}, ${misc:Depends}
Suggests: nvidia-settings, nvidia-kernel-source (>= ${nvidia:Version})
+Conflicts:
+ nvidia-glx-legacy-71xx-ia32,
+ nvidia-glx-legacy-96xx-ia32,
+ nvidia-glx-legacy-173xx-ia32,
Description: NVIDIA binary driver 32bit libs
These binary drivers provide optimized hardware acceleration of
- OpenGL applications via a direct-rendering X Server. AGP, TV-out and
- flat panel displays are also supported.
+ 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.
- .
- See /usr/share/doc/nvidia-glx/README.txt.gz for a complete list
- of supported GPUs and PCIIDs
+ plus complimentary Quadros and nforce. Look at the legacy packages
+ for older cards.
+ .
+ See /usr/share/doc/nvidia-glx/README.txt.gz for a complete list
+ of supported GPUs and PCIIDs.
Package: nvidia-glx
Architecture: i386 amd64
-Depends: nvidia-kernel-${nvidia:Version}, x11-common (>= 1:7.0.0), ${shlibs:Depends}, ${misc:Depends}
+Depends: nvidia-kernel-${nvidia:Version}, ${shlibs:Depends}, ${misc:Depends}
Suggests: nvidia-settings, nvidia-kernel-source (>= ${nvidia:Version})
Breaks: xserver-xorg-core (<< 2:1.6)
+Conflicts:
+ nvidia-glx-legacy-71xx,
+ nvidia-glx-legacy-96xx,
+ nvidia-glx-legacy-173xx,
Description: NVIDIA binary Xorg driver
- These binary drivers provide optimized hardware
- acceleration of OpenGL applications via a direct-rendering X Server.
+ These binary drivers provide optimized hardware acceleration of
+ OpenGL applications via a direct-rendering X Server.
AGP, PCIe, SLI, TV-out and flat panel displays are also supported.
.
- Please see the nvidia-kernel-source package for building the kernel module
- required by this package. This will provide nvidia-kernel-<version>
- .
- GPUs of Geforce 6xxx and above are supported. Look to the legacy packages
+ Please see the nvidia-kernel-source package
+ for building the kernel module required by this package.
+ This will provide nvidia-kernel-${nvidia:Version}.
+ .
+ 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/nvidia-glx/README.txt.gz for a complete list
- of supported GPUs and PCIIDs
+ .
+ See /usr/share/doc/nvidia-glx/README.txt.gz for a complete list
+ of supported GPUs and PCIIDs.
Package: nvidia-glx-dev
Architecture: i386 amd64
Depends: nvidia-glx (= ${binary:Version}), libx11-dev, ${misc:Depends}
Provides: libgl-dev
-Conflicts: libgl-dev, mesa-common-dev
+Conflicts: libgl-dev, mesa-common-dev,
+ nvidia-glx-legacy-71xx,
+ nvidia-glx-legacy-96xx,
+ nvidia-glx-legacy-173xx,
Replaces: libgl-dev
Description: NVIDIA binary Xorg driver development files
This package contains the NVIDIA binary Xorg driver
@@ -72,14 +87,14 @@
nvidia-vdpau-driver-ia32 (<< 190.53-3)
Conflicts: nvidia-glx-ia32 (<< 180.51), nvidia-libvdpau-ia32,
nvidia-vdpau-driver-ia32 (<< 190.53-3)
-Description: NVIDIA vdpau 32bit libraries
- These libraries provide the Video Decode and Presentation API for Unix
- (32 bit). They provide accelerated video playback (incl. H.264) for the
- supported graphics cards.
+Description: NVIDIA vdpau 32-bit libraries
+ These libraries provide the Video Decode and Presentation API for Unix.
+ They provide accelerated video playback (incl. H.264) for the supported
+ graphics cards.
.
This package contains the VDPAU wrapper and trace libraries (32-bit).
.
- See /usr/share/doc/nvidia-vdpau-driver-ia32/README.txt.gz
+ See /usr/share/doc/nvidia-vdpau-driver-ia32/README.txt.gz
for more information.
Package: nvidia-libvdpau1
@@ -93,7 +108,7 @@
Conflicts: nvidia-glx (<< 180.51), nvidia-libvdpau
Description: NVIDIA vdpau libraries
These libraries provide the Video Decode and Presentation API for Unix.
- They provide accelerated video playback (incl. H.264) for the supported
+ They provide accelerated video playback (incl. H.264) for the supported
graphics cards.
.
This package contains the VDPAU wrapper and trace libraries.
@@ -169,12 +184,13 @@
module-assistant, ${misc:Depends}
Recommends: nvidia-glx (>= ${nvidia:Version}), kernel-package, devscripts
Description: NVIDIA binary kernel module source
- This package builds the NVIDIA Xorg binary kernel module
- needed by nvidia-glx. The drivers provide optimized hardware acceleration
- of OpenGL applications via a direct-rendering X Server AGP,
- PCIe, SLI, TV-out, and flat panel displays are also supported.
- .
- PLEASE read /usr/share/doc/nvidia-kernel-source/README.Debian for building
+ This package builds the NVIDIA Xorg binary kernel module
+ needed by nvidia-glx.
+ The binary drivers provide optimized hardware acceleration of
+ OpenGL applications via a direct-rendering X Server.
+ AGP, PCIe, SLI, TV-out and flat panel displays are also supported.
+ .
+ PLEASE read /usr/share/doc/nvidia-kernel-source/README.Debian.gz for building
information.
Package: libcuda1
@@ -195,8 +211,9 @@
Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX
series, as well as the Tesla computing processors.
.
- Please see the nvidia-kernel-source package for building the kernel module
- required by this package. This will provide nvidia-kernel-<version>
+ Please see the nvidia-kernel-source package
+ for building the kernel module required by this package.
+ This will provide nvidia-kernel-${nvidia:Version}.
Package: libcuda1-ia32
Section: non-free/libs
@@ -217,8 +234,9 @@
Supported NVIDIA devices include GPUs starting from GeForce 8 and Quadro FX
series, as well as the Tesla computing processors.
.
- Please see the nvidia-kernel-source package for building the kernel module
- required by this package. This will provide nvidia-kernel-<version>
+ Please see the nvidia-kernel-source package
+ for building the kernel module required by this package.
+ This will provide nvidia-kernel-${nvidia:Version}.
Package: libcuda1-dev
Section: non-free/libdevel
Modified: packages/nvidia-graphics-drivers/trunk/debian/module/debian/control.template.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/module/debian/control.template.in?rev=855&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/module/debian/control.template.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/module/debian/control.template.in Sat May 8 03:35:05 2010
@@ -2,7 +2,7 @@
Section: non-free/kernel
Priority: optional
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel at lists.alioth.debian.org>
-Uploaders: Randall Donald <rdonald at debian.org>, Russ Allbery <rra at debian.org>
+Uploaders: Russ Allbery <rra at debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.4
Homepage: http://www.nvidia.com/
Modified: packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian?rev=855&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian Sat May 8 03:35:05 2010
@@ -9,8 +9,7 @@
X Server and GL libraries of the NVIDIA driver offering.
-For any news on this package check http://people.debian.org/~rdonald and
-http://bugs.debian.org/nvidia-glx
+For any news on this package check http://bugs.debian.org/nvidia-glx
NOTES ABOUT GLX DRIVER AND OPENGL:
Modified: packages/nvidia-graphics-drivers/trunk/debian/nvidia-kernel-source.README.Debian.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/nvidia-kernel-source.README.Debian.in?rev=855&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/nvidia-kernel-source.README.Debian.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/nvidia-kernel-source.README.Debian.in Sat May 8 03:35:05 2010
@@ -164,8 +164,7 @@
do 'rmmod nvidia.o' to remove the module from memory.
-For any news on this package check http://people.debian.org/~rdonald and
-http://bugs.debian.org/nvidia-kernel-source
+For any news on this package check http://bugs.debian.org/nvidia-kernel-source
-- Randall Donald <rdonald at debian.org>, Fri, 30 Apr 2004 19:02:04 -0700
Modified: packages/nvidia-graphics-drivers/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/rules?rev=855&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/rules (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/rules Sat May 8 03:35:05 2010
@@ -100,9 +100,6 @@
override_dh_installinit:
dh_installinit -- start 20 2 3 4 5 .
-override_dh_compress:
- dh_compress -X.h -X README.Debian
-
override_dh_gencontrol:
dh_gencontrol -- -V'nvidia:Version=$(version)'
More information about the Pkg-nvidia-devel
mailing list