[pkg-nvidia-devel] r1222 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog control libnvidia-compiler-ia32.lintian-overrides.in libnvidia-compiler.lintian-overrides.in
anbe-guest at users.alioth.debian.org
anbe-guest at users.alioth.debian.org
Wed Jun 30 21:27:56 UTC 2010
Author: anbe-guest
Date: Wed Jun 30 21:27:52 2010
New Revision: 1222
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1222
Log:
Rename the libnvidia-compiler1 packages to libnvidia-compiler.
The library is actually a (fairly huge) plugin used by libcuda1 (with the
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.
Modified:
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/control
packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler-ia32.lintian-overrides.in
packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler.lintian-overrides.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=1222&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Wed Jun 30 21:27:52 2010
@@ -20,6 +20,12 @@
* nvidia-glx: install HTML variant of the README, too.
* Update to Standards-Version: 3.9.0. Not switching to Breaks+Replaces.
Not touching old versioned Conflicts. No other changes needed.
+ * Rename the libnvidia-compiler1 packages to libnvidia-compiler. The
+ library is actually a (fairly huge) plugin used by libcuda1 (with the
+ 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.
-- Andreas Beckmann <debian at abeckmann.de> Wed, 23 Jun 2010 08:33:44 +0200
Modified: packages/nvidia-graphics-drivers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control?rev=1222&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control Wed Jun 30 21:27:52 2010
@@ -397,11 +397,13 @@
For more information on this source package visit NVIDIA's CUDA Zone
at http://www.nvidia.com/CUDA .
-Package: libnvidia-compiler1
+Package: libnvidia-compiler
Section: non-free/libs
Architecture: i386 amd64
Depends: libcuda1 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
+Conflicts: libnvidia-compiler1
+Replaces: libnvidia-compiler1
Description: NVIDIA runtime compiler library
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
@@ -409,12 +411,14 @@
.
This package contains the runtime compiler library.
-Package: libnvidia-compiler1-ia32
+Package: libnvidia-compiler-ia32
Section: non-free/libs
Architecture: amd64
Pre-Depends: libc6-i386 (>= 2.9-18)
Depends: libcuda1-ia32 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
+Conflicts: libnvidia-compiler1-ia32
+Replaces: libnvidia-compiler1-ia32
Description: NVIDIA runtime compiler library (32-bit)
The Compute Unified Device Architecture (CUDA) enables NVIDIA
graphics processing units (GPUs) to be used for massively parallel
@@ -442,7 +446,7 @@
nvidia-opencl-common,
libopencl1,
libcuda1 (>= 195)
-Recommends: libnvidia-compiler1
+Recommends: libnvidia-compiler
Enhances: libopencl1
Provides: opencl-icd
Description: NVIDIA OpenCL ICD
@@ -459,7 +463,7 @@
nvidia-opencl-common,
lib32opencl1,
libcuda1-ia32 (>= 195)
-Recommends: libnvidia-compiler1-ia32
+Recommends: libnvidia-compiler-ia32
Enhances: lib32opencl1
Provides: opencl-icd
Description: NVIDIA OpenCL ICD (32-bit)
Modified: packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler-ia32.lintian-overrides.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler-ia32.lintian-overrides.in?rev=1222&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler-ia32.lintian-overrides.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler-ia32.lintian-overrides.in Wed Jun 30 21:27:52 2010
@@ -1,3 +1,3 @@
# The NVIDIA license does not allow any form of modification.
-libnvidia-compiler1-ia32: sharedobject-in-library-directory-missing-soname
-libnvidia-compiler1-ia32: spelling-error-in-binary
+libnvidia-compiler-ia32: sharedobject-in-library-directory-missing-soname
+libnvidia-compiler-ia32: spelling-error-in-binary
Modified: packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler.lintian-overrides.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler.lintian-overrides.in?rev=1222&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler.lintian-overrides.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/libnvidia-compiler.lintian-overrides.in Wed Jun 30 21:27:52 2010
@@ -1,3 +1,3 @@
# The NVIDIA license does not allow any form of modification.
-libnvidia-compiler1: sharedobject-in-library-directory-missing-soname
-#!amd64#libnvidia-compiler1: spelling-error-in-binary
+libnvidia-compiler: sharedobject-in-library-directory-missing-soname
+#!amd64#libnvidia-compiler: spelling-error-in-binary
More information about the Pkg-nvidia-devel
mailing list