[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted nvidia-graphics-drivers 195.36.24-3 (source i386)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 12 Jun 2010 19:46:42 -0700
Source: nvidia-graphics-drivers
Binary: nvidia-glx nvidia-glx-ia32 nvidia-glx-dev nvidia-kernel-dkms nvidia-kernel-source nvidia-libvdpau1 nvidia-libvdpau1-ia32 nvidia-libvdpau-dev nvidia-vdpau-driver nvidia-vdpau-driver-ia32 libcuda1 libcuda1-ia32 libcuda1-dev libnvidia-compiler1 libnvidia-compiler1-ia32 nvidia-opencl-common nvidia-opencl-icd nvidia-opencl-icd-ia32 nvidia-libopencl1 nvidia-libopencl1-ia32 nvidia-libopencl1-dev
Architecture: source i386
Version: 195.36.24-3
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers <pkg-nvidia-devel@lists.alioth.debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libcuda1-dev - NVIDIA CUDA development files
 libcuda1-ia32 - NVIDIA CUDA runtime library (32-bit)
 libnvidia-compiler1 - NVIDIA runtime compiler library
 libnvidia-compiler1-ia32 - NVIDIA runtime compiler library (32-bit)
 nvidia-glx - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
 nvidia-glx-dev - NVIDIA binary Xorg driver development files${nvidia:LegacyDesc}
 nvidia-glx-ia32 - NVIDIA binary driver 32bit libs${nvidia:LegacyDesc}
 nvidia-kernel-dkms - NVIDIA binary kernel module DKMS source${nvidia:LegacyDesc}
 nvidia-kernel-source - NVIDIA binary kernel module source${nvidia:LegacyDesc}
 nvidia-libopencl1 - NVIDIA OpenCL library
 nvidia-libopencl1-dev - NVIDIA OpenCL development files
 nvidia-libopencl1-ia32 - NVIDIA OpenCL 32-bit library
 nvidia-libvdpau-dev - NVIDIA vdpau development files (transitional package)
 nvidia-libvdpau1 - NVIDIA vdpau libraries (transitional package)
 nvidia-libvdpau1-ia32 - NVIDIA vdpau 32-bit libraries (transitional package)
 nvidia-opencl-common - NVIDIA OpenCL driver
 nvidia-opencl-icd - NVIDIA OpenCL ICD
 nvidia-opencl-icd-ia32 - NVIDIA OpenCL ICD (32-bit)
 nvidia-vdpau-driver - NVIDIA vdpau driver
 nvidia-vdpau-driver-ia32 - NVIDIA vdpau 32-bit driver
Closes: 278256 370542 390932 392243 422002 445363 483821 516379 546210 552388 576295 582748
Changes: 
 nvidia-graphics-drivers (195.36.24-3) unstable; urgency=low
 .
   [ Russ Allbery ]
   * Tighten the dependency on debhelper since we rely on current debhelper
     behavior with handling architecture-specific packages.
   * nvidia-glx now provides xserver-xorg-video-6 so that a user can remove
     the other video drivers if they chose.
   * Tell dh_makeshlibs that the loadable vdpau driver in /usr/lib/vdpau
     isn't a traditional shared library so that it doesn't unnecessarily
     add the ldconfig calls to the maintainer scripts.
   * Add Lintian override for the mismatch between the nvidia-glx package
     name and the SONAMEs of the libraries it includes.
 .
   [ Andreas Beckmann ]
   * ship missing symlink /usr/lib/tls/libnvidia-tls.so.1
   * bug-control: report package-status: linux-headers-2.6
   * debian/module/debian/rules: fix the clean: target to find the kernel
     config
   * nvidia-kernel-source.README.Debian: clarify and add m-a debug hint
   * debian/rules: use DEB_HOST_ARCH instead of DEB_BUILD_ARCH
   * bump nvidia-kernel-common versioned dependency to 20100522
   * debian/changelog: update packaging copyright, use gpl2+
   * debian/control: add Conflicts: ccache (<< 3.0~) (closes: #582748)
     (an alternate solution would be setting CCACHE_DISABLE=1)
   * nvidia-glx: add Pre-Depends: dpkg (>= 1.15.7.2)
   * nvidia-glx: switch to dpkg-maintscript-helper for removal of obsolete
     config file /etc/default/nvidia-glx
   * nvidia-glx: work around dpkg-divert bug #581544: useless errors on not
     writable destination if source does not exist
   * update watch file magic, add legacy support, upcoming upstream renames
   * update get-orig-source: target for upcoming upstream renames
   * debian/control: reformat and synchronize descriptions
   * add NEWS entry about X display manager startup timeouts and give hints
     where to increase the default timeouts
   * add/update old NEWS entries about the legacy drivers
   * install the same NEWS in nvidia-glx and nvidia-kernel-source
   * stop creating/removing /usr/lib/libGL.so in the maintainer scripts and the
     init script (closes: #422002, #546210)
   * link with the MESA OpenGL implementation by default when compiling with
     ... -lGL ...
     - nvidia-glx: add a dpkg trigger to handle creating/removing of
       /usr/lib/libGL.so depending on the state of libgl1-mesa-dev
     - nvidia-glx-ia32: ship /usr/lib32/libGL.so symlink pointing to the
       diverted libGL.so.1.2 from ia32-libs
   * nvidia-glx-{dev,ia32}: ship /usr/lib{,32}/nvidia/libGL.so, allowing
     explicit linking with the NVIDIA OpenGL implementation via
     ... -L/usr/lib/nvidia -lGL ...
   * nvidia-glx-dev: install headers into /usr/include/nvidia/GL and recommend
     libgl1-mesa-dev | libgl-dev instead of conflicting with it; rewrite long
     description and advise to install libgl1-mesa-dev for building portable
     OpenGL applications (closes: #278256, #370542, #445363, #552388)
   * compiling OpenGL applications will use the MESA implementation by default,
     to explicitly compile with the NVIDIA headers use -I/usr/include/nvidia
   * remove the now function-less /etc/init.d/nvidia-glx script
   * nvidia-glx.prerm, nvidia-glx-dev.postrm: drop empty maintainer scripts
   * nvidia-glx{,-ia32}: add symbols control files and drop .shlibs files,
     accidental linking with libGL.so.1 from NVIDIA is prevented in a different
     way
   * nvidia-glx: add Conflicts: fglrx-glx
   * overhaul maintainer scripts
   * nvidia-glx: add /usr/share/xserver-xorg/pci/nvidia.ids (closes: #483821)
   * nvidia-glx.README.Debian: update instructions on configuring xorg.conf
     (closes: #516379, #576295)
   * nvidia-glx.README.Debian: add a note about XvMC (closes: #390932)
   * rename XF86Config.sample to xorg.conf.sample (closes: #392243)
   * debian/control: use new nvidia:Legacy and nvidia:LegacyDesc substvars
   * libnvidia-compiler1{,-ia32}: ship the libnvidia-compiler.so symlink,
     libcuda1 uses this name to dlopen the compiler library
   * nvidia-opencl-icd{,-ia32}: recommend libnvidia-compiler1{,-ia32}
   * use generic download URLs pointing to the directories, not the files
     itself, remove placeholder substitution for URL_X86, URL_X86_64
   * no longer generate debian/copyright and convert it to DEP-5 format
   * add Conflicts: nvidia-glx-legacy that was never really taken care of
Checksums-Sha1: 
 0069a9d1650a70953565916a1b885e15e4ac09d8 1983 nvidia-graphics-drivers_195.36.24-3.dsc
 f784067ca201392ee0d4142e29f693b54297a1d9 57433 nvidia-graphics-drivers_195.36.24-3.debian.tar.gz
 9d22d0dfdde04ed2bc480f1441f32e1903762015 9398088 nvidia-glx_195.36.24-3_i386.deb
 c8eea8ce908bd6f7b08dc85acd0446aea6ae43ea 189906 nvidia-glx-dev_195.36.24-3_i386.deb
 e59a01aed38758d23562ac6ba5447a19f14feae0 7002594 nvidia-kernel-dkms_195.36.24-3_i386.deb
 1bf04e006a5c96fa43ee99cdd30a9d7668cbec0d 6472638 nvidia-kernel-source_195.36.24-3_i386.deb
 741390aedef64fbc8492edd81fdbb3e1992b6c15 45826 nvidia-libvdpau1_195.36.24-3_i386.deb
 fadea41e3cecfb7439df19d904753c063c2783da 45834 nvidia-libvdpau-dev_195.36.24-3_i386.deb
 c192e0b60a73d9cd5212abf8ce86532239bde1dd 994444 nvidia-vdpau-driver_195.36.24-3_i386.deb
 f45270f0d16f28e7109d3273c301efe3ff0c1c99 3680216 libcuda1_195.36.24-3_i386.deb
 d4ded03c4edda73fcc1d9a3edf404b372c6da9ae 55598 libcuda1-dev_195.36.24-3_i386.deb
 59cbdcdf39b1f58c5489cfdf8f732e74e9393562 5927192 libnvidia-compiler1_195.36.24-3_i386.deb
 fd4e7033246a7ca88990bb12e1fe64ae0631a449 45962 nvidia-opencl-common_195.36.24-3_i386.deb
 99d8137cc0d778922a0d8cd47bd822b78cc02f52 45858 nvidia-opencl-icd_195.36.24-3_i386.deb
 f32d19e935b7879d412a72c4f64d511078c8b2c2 53384 nvidia-libopencl1_195.36.24-3_i386.deb
 b8061a912cd4b672cb5af3e11c9ead7c3a76c06d 59276 nvidia-libopencl1-dev_195.36.24-3_i386.deb
Checksums-Sha256: 
 967fc8167a21dab7594cae7db2e53c836424757b5add052262a4039e2491bc97 1983 nvidia-graphics-drivers_195.36.24-3.dsc
 5ccab74c1720e64d471b9c4a7edc0a944a10ff28b1b5b6ad11a3bdf2580fc060 57433 nvidia-graphics-drivers_195.36.24-3.debian.tar.gz
 b65c1570cec5be2e98b8eb39f00a8127c6bad5a498d822cab55fe03ca4c80114 9398088 nvidia-glx_195.36.24-3_i386.deb
 8f70ddd2e05287a2ea5ac379a559dc13cfac60bf954b63ff2e525a0519fe43be 189906 nvidia-glx-dev_195.36.24-3_i386.deb
 117bff4a53ed0b361d8e19fb75d9bab7de20fbe69972f40002699bf556e52492 7002594 nvidia-kernel-dkms_195.36.24-3_i386.deb
 ffc548cd4acf4c9611680621da0d6ab91ba558417eb273b42b23013025ad9aa0 6472638 nvidia-kernel-source_195.36.24-3_i386.deb
 8c76ba97a71b3092b29c9af1e8a03a90476d92eb196fe527a7f2a72a1e1c939e 45826 nvidia-libvdpau1_195.36.24-3_i386.deb
 758c9ef7458157415a58702e418621cc51079be05e215bd9462c12b6dae20b71 45834 nvidia-libvdpau-dev_195.36.24-3_i386.deb
 5f73b793855ad5a23e8a1e6f13b1a95ca49de499f54fd739da8e0881913be565 994444 nvidia-vdpau-driver_195.36.24-3_i386.deb
 75ee0e3058f465f8e5d644a8d42b3c2d294a4ab70d9a4d8d1662756c6665d0bb 3680216 libcuda1_195.36.24-3_i386.deb
 ede79f3ab1c9d63cb084d7bb4c2b429b2c8cdfc0875cba600bc1aab53444269f 55598 libcuda1-dev_195.36.24-3_i386.deb
 bc9270aeaf9dbe03b9e86222c055abdbb0e5a845684a9e9be3e04b6a0b6a1484 5927192 libnvidia-compiler1_195.36.24-3_i386.deb
 3b4aac09b80d6237d28aeb6dd6dc705960cfa68db32db756f26440041f1ff528 45962 nvidia-opencl-common_195.36.24-3_i386.deb
 643713e1dfe1e754a82b305a444c1310dfed8b76950026b50b6237bef5b0a327 45858 nvidia-opencl-icd_195.36.24-3_i386.deb
 f481877d23a62391ae7c0d361fe7245b27f15c12ed18e1717046170637e3dc7a 53384 nvidia-libopencl1_195.36.24-3_i386.deb
 d999d9011e6f2eeefdfb975c4d3bed836d9ba82784c00f515673f4112a6ada0a 59276 nvidia-libopencl1-dev_195.36.24-3_i386.deb
Files: 
 60ad46c305ba4b29d730610759ffbed1 1983 non-free/x11 optional nvidia-graphics-drivers_195.36.24-3.dsc
 259f2289374e6ffdb3427fb80e703721 57433 non-free/x11 optional nvidia-graphics-drivers_195.36.24-3.debian.tar.gz
 b0d06ad3a68049556e180e5e18e5b2fc 9398088 non-free/x11 optional nvidia-glx_195.36.24-3_i386.deb
 080b385833122ebf323967c366d4961a 189906 non-free/x11 optional nvidia-glx-dev_195.36.24-3_i386.deb
 828cd2c15594cfdf330a8d3766b2a106 7002594 non-free/kernel optional nvidia-kernel-dkms_195.36.24-3_i386.deb
 4695f4d5b2d654955bbfd4cfcc2e9c88 6472638 non-free/kernel optional nvidia-kernel-source_195.36.24-3_i386.deb
 4df038f034618e4ed09beae02cf17e01 45826 non-free/oldlibs optional nvidia-libvdpau1_195.36.24-3_i386.deb
 d28eb83da700e379ac2081bf74ebf3a7 45834 non-free/oldlibs optional nvidia-libvdpau-dev_195.36.24-3_i386.deb
 3b7ca32f8d5afb3c2c7df4bfd27d4bbd 994444 non-free/libs optional nvidia-vdpau-driver_195.36.24-3_i386.deb
 7b14b54611920541136ab9f016de4ecb 3680216 non-free/libs optional libcuda1_195.36.24-3_i386.deb
 926ce1723bccc8339a66144d1911bb6b 55598 non-free/libdevel optional libcuda1-dev_195.36.24-3_i386.deb
 a600968d661fad45efc1f65748a531ae 5927192 non-free/libs optional libnvidia-compiler1_195.36.24-3_i386.deb
 7177d8bf33c1876ff3c63a2d4fd15c51 45962 non-free/libs optional nvidia-opencl-common_195.36.24-3_i386.deb
 a89b5ca040d2a8e7842fa69ef1e1a6f0 45858 non-free/libs optional nvidia-opencl-icd_195.36.24-3_i386.deb
 4413f957b02bb44a3a52f7c1e9584867 53384 non-free/libs optional nvidia-libopencl1_195.36.24-3_i386.deb
 6a0f5ec670d6f6a692cc364a3a3088dc 59276 non-free/libdevel optional nvidia-libopencl1-dev_195.36.24-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwUR8MACgkQ+YXjQAr8dHZE9ACguIvo+YH9uTyeQSU6DGL19ZJu
+2gAoIFrz07ID8VK8hfT+K0AzCefVS4B
=S4hR
-----END PGP SIGNATURE-----


Accepted:
libcuda1-dev_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/libcuda1-dev_195.36.24-3_i386.deb
libcuda1_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/libcuda1_195.36.24-3_i386.deb
libnvidia-compiler1_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/libnvidia-compiler1_195.36.24-3_i386.deb
nvidia-glx-dev_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-glx-dev_195.36.24-3_i386.deb
nvidia-glx_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-glx_195.36.24-3_i386.deb
nvidia-graphics-drivers_195.36.24-3.debian.tar.gz
  to non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_195.36.24-3.debian.tar.gz
nvidia-graphics-drivers_195.36.24-3.dsc
  to non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_195.36.24-3.dsc
nvidia-kernel-dkms_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-kernel-dkms_195.36.24-3_i386.deb
nvidia-kernel-source_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-kernel-source_195.36.24-3_i386.deb
nvidia-libopencl1-dev_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-libopencl1-dev_195.36.24-3_i386.deb
nvidia-libopencl1_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-libopencl1_195.36.24-3_i386.deb
nvidia-libvdpau-dev_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-libvdpau-dev_195.36.24-3_i386.deb
nvidia-libvdpau1_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-libvdpau1_195.36.24-3_i386.deb
nvidia-opencl-common_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-opencl-common_195.36.24-3_i386.deb
nvidia-opencl-icd_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-opencl-icd_195.36.24-3_i386.deb
nvidia-vdpau-driver_195.36.24-3_i386.deb
  to non-free/n/nvidia-graphics-drivers/nvidia-vdpau-driver_195.36.24-3_i386.deb


Reply to: