[pkg-nvidia-devel] r1387 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog control
anbe-guest at users.alioth.debian.org
anbe-guest at users.alioth.debian.org
Sun Jul 18 08:36:25 UTC 2010
Author: anbe-guest
Date: Sun Jul 18 08:36:21 2010
New Revision: 1387
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1387
Log:
add transitional packages for libnvidia-compiler1*
Modified:
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/control
Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=1387&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Sun Jul 18 08:36:21 2010
@@ -25,7 +25,7 @@
same upstream version) only. It has currently no SONAME and starting with
256.xx upstream will add a SONAME including the current upstream version.
To avoid renaming the package for every new upstream release the SOVERSION
- will be dropped from the package name.
+ will be dropped from the package name. Add transitional packages.
* Update lintian-overrides and minor cleanup of the packaging scripts.
* Clean up more carefully after the module build.
* Move diversions to /usr/lib{,32}/nvidia/diversions.
Modified: packages/nvidia-graphics-drivers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control?rev=1387&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control Sun Jul 18 08:36:21 2010
@@ -410,7 +410,7 @@
Architecture: i386 amd64
Depends: libcuda1 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
-Conflicts: libnvidia-compiler1
+Conflicts: libnvidia-compiler1 (<< 195.36.31)
Replaces: libnvidia-compiler1
Description: NVIDIA runtime compiler library
The Compute Unified Device Architecture (CUDA) enables NVIDIA
@@ -425,7 +425,7 @@
Pre-Depends: libc6-i386 (>= 2.9-18)
Depends: libcuda1-ia32 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
-Conflicts: libnvidia-compiler1-ia32
+Conflicts: libnvidia-compiler1-ia32 (<< 195.36.31)
Replaces: libnvidia-compiler1-ia32
Description: NVIDIA runtime compiler library (32-bit)
The Compute Unified Device Architecture (CUDA) enables NVIDIA
@@ -433,6 +433,22 @@
general purpose computation.
.
This package contains the runtime compiler library (32-bit).
+
+Package: libnvidia-compiler1
+Section: non-free/oldlibs
+Architecture: i386 amd64
+Depends: libnvidia-compiler,
+ ${shlibs:Depends}, ${misc:Depends}
+Description: NVIDIA runtime compiler library (transitional package)
+ This is a dummy package to aid switching to libnvidia-compiler.
+
+Package: libnvidia-compiler1-ia32
+Section: non-free/oldlibs
+Architecture: amd64
+Depends: libnvidia-compiler-ia32,
+ ${shlibs:Depends}, ${misc:Depends}
+Description: NVIDIA runtime compiler library (32-bit) (transitional package)
+ This is a dummy package to aid switching to libnvidia-compiler-ia32.
Package: nvidia-opencl-common
Section: non-free/libs
More information about the Pkg-nvidia-devel
mailing list