[pkg-nvidia-devel] r702 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog control control.in
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Tue Feb 2 00:48:46 UTC 2010
Author: ceros-guest
Date: Tue Feb 2 00:48:41 2010
New Revision: 702
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=702
Log:
Fix weak library dependency of dev packages.
Modified:
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/control
packages/nvidia-graphics-drivers/trunk/debian/control.in
Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=702&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Tue Feb 2 00:48:41 2010
@@ -1,3 +1,10 @@
+nvidia-graphics-drivers (190.53-3) UNRELEASED; urgency=low
+
+ [ Andres Mejia ]
+ * Fix weak library dependency of dev packages.
+
+ -- Randall Donald <rdonald at debian.org> Mon, 01 Feb 2010 19:36:17 -0500
+
nvidia-graphics-drivers (190.53-2) unstable; urgency=low
[ Randall Donald ]
Modified: packages/nvidia-graphics-drivers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control?rev=702&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control Tue Feb 2 00:48:41 2010
@@ -53,9 +53,9 @@
Package: nvidia-glx-dev
Architecture: i386 amd64
-Depends: nvidia-glx (>= 190.53), ${misc:Depends}
+Depends: nvidia-glx (= ${binary:Version}), ${misc:Depends}
Provides: libgl-dev
-Conflicts: nvidia-glx (>= 190.54), libgl-dev, mesa-common-dev
+Conflicts: libgl-dev, mesa-common-dev
Replaces: libgl-dev
Description: NVIDIA binary Xorg driver development files
This package contains the NVIDIA binary Xorg driver
@@ -130,8 +130,8 @@
Package: nvidia-libvdpau-dev
Section: non-free/libdevel
Architecture: i386 amd64
-Depends: nvidia-libvdpau1 (>= 190.53), ${misc:Depends}
-Conflicts: nvidia-glx-dev (<< 180.51), nvidia-libvdpau1 (>= 190.54)
+Depends: nvidia-libvdpau1 (= ${binary:Version}), ${misc:Depends}
+Conflicts: nvidia-glx-dev (<< 180.51)
Provides: nvidia-libvdpau1-dev
Replaces: nvidia-libvdpau, nvidia-glx-dev (<< 180.51)
Description: NVIDIA vdpau development files
@@ -204,7 +204,7 @@
Package: libcuda1-dev
Section: non-free/libdevel
Architecture: i386 amd64
-Depends: libcuda1 (>= 190.53), ${misc:Depends}
+Depends: libcuda1 (= ${binary:Version}), ${misc:Depends}
Provides: libcuda-dev
Replaces: nvidia-glx-dev (<< 185.18.14-2)
Description: NVIDIA CUDA development files
Modified: packages/nvidia-graphics-drivers/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control.in?rev=702&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control.in Tue Feb 2 00:48:41 2010
@@ -53,9 +53,9 @@
Package: nvidia-glx-dev
Architecture: i386 amd64
-Depends: nvidia-glx (>= #VERSION#), ${misc:Depends}
+Depends: nvidia-glx (= ${binary:Version}), ${misc:Depends}
Provides: libgl-dev
-Conflicts: nvidia-glx (>= #NEXTVER#), libgl-dev, mesa-common-dev
+Conflicts: libgl-dev, mesa-common-dev
Replaces: libgl-dev
Description: NVIDIA binary Xorg driver development files
This package contains the NVIDIA binary Xorg driver
@@ -130,8 +130,8 @@
Package: nvidia-libvdpau-dev
Section: non-free/libdevel
Architecture: i386 amd64
-Depends: nvidia-libvdpau1 (>= #VERSION#), ${misc:Depends}
-Conflicts: nvidia-glx-dev (<< 180.51), nvidia-libvdpau1 (>= #NEXTVER#)
+Depends: nvidia-libvdpau1 (= ${binary:Version}), ${misc:Depends}
+Conflicts: nvidia-glx-dev (<< 180.51)
Provides: nvidia-libvdpau1-dev
Replaces: nvidia-libvdpau, nvidia-glx-dev (<< 180.51)
Description: NVIDIA vdpau development files
@@ -204,7 +204,7 @@
Package: libcuda1-dev
Section: non-free/libdevel
Architecture: i386 amd64
-Depends: libcuda1 (>= #VERSION#), ${misc:Depends}
+Depends: libcuda1 (= ${binary:Version}), ${misc:Depends}
Provides: libcuda-dev
Replaces: nvidia-glx-dev (<< 185.18.14-2)
Description: NVIDIA CUDA development files
More information about the Pkg-nvidia-devel
mailing list