[ubuntu/precise-proposed] nvidia-graphics-drivers-304-updates 304.116-0ubuntu0.0.1 (Accepted)

Alberto Milone alberto.milone at canonical.com
Wed Dec 18 10:43:37 UTC 2013


nvidia-graphics-drivers-304-updates (304.116-0ubuntu0.0.1) precise-proposed; urgency=low

  * New upstream release (LP: #1259237):
    - Improved compatibility with recent Linux kernels.
    - Updated the NVIDIA OpenGL driver to write temporary files to
      $TMPDIR if it is set, instead of unconditionally writing to
      /tmp (LP: #1212425).
    - Updated a fallback of writing temporary files to $HOME/.nvidia
      to use $HOME/.nv instead, as the latter path is already used
      for other NVIDIA driver related files.

  [ Alberto Milone ]
  * debian/substvars:
    - Add support for lts flavours up to saucy.
  * debian/templates/control.in:
    - Depend on lib32gcc1 [amd64], libc6-i386 [amd64]
      (LP: #1236945).
    - Drop lpia.
  * debian/templates/dkms.conf.in:
    - Drop patche for Linux 3.11.
  * debian/rules:
    - Blacklist the opposite flavour.
    - Blacklist kernel modules from the other flavours.
  * debian/templates/nvidia-graphics-drivers.dirs.in,
    debian/templates/nvidia-graphics-drivers.install.in,
    debian/templates/nvidia-graphics-drivers.override.in,
    debian/templates/nvidia-graphics-drivers.postinst.in,
    debian/nvidia-autostart.desktop.in,
    debian/ubuntu-nvidia-settings.desktop.in:
    - Remove nvidia-settings icon, desktop file, and autostart file.
      This is all provided by nvidia-settings now.
  * debian/templates/nvidia-graphics-drivers.prerm.in,
    debian/templates/nvidia-graphics-drivers.install.in,
    debian/templates/nvidia-graphics-drivers.postinst.in:
    - Disable glamoregl.
    - Do not update gmenucache any more.

  [ Andy Dick ]
  * debian/templates/nvidia-graphics-drivers.preinst.in:
    - Attempt uninstallation of any existing .run file
      installation before installing Debian-packaged
      driver.
  * debian/templates/nvidia-graphics-drivers.postinst.in:
    - Add libcuda.so symlinks in /usr/lib*.
  * debian/rules:
    - Conditionalize the copying of Makefile.kbuild to
      Makefile. This adds support for newer drivers,
      while maintaining support for packaging older drivers.
    - Avoid extracting unnecessary .run files. The 64-bit
      package needs both the 32- and 64-bit .run files, but
      the 32-bit package does not. Change the unpackaging
      rules to unpack only the native package by default,
      and only unpack the 32-bit x86 package on amd64.
      Also, instead of changing the .run file permissions
      to ensure that the .run file is executable, just call
      it as an argument to sh.
    - Don't assume that extracted files are writable.
      The package contents extracted from some .run file
      installers may not have write permissions enabled.
      To work around this, move files instead of copying
      them to a temporary location before running sed
      scripts, and add force flags to applicable commands.

Date: Wed, 11 Dec 2013 14:02:39 +0100
Changed-By: Alberto Milone <alberto.milone at canonical.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/nvidia-graphics-drivers-304-updates/304.116-0ubuntu0.0.1
-------------- next part --------------
Format: 1.8
Date: Wed, 11 Dec 2013 14:02:39 +0100
Source: nvidia-graphics-drivers-304-updates
Binary: nvidia-304-updates nvidia-304-updates-dev nvidia-current-updates nvidia-current-updates-dev nvidia-experimental-304 nvidia-experimental-304-dev
Architecture: source
Version: 304.116-0ubuntu0.0.1
Distribution: precise-proposed
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alberto Milone <alberto.milone at canonical.com>
Description: 
 nvidia-304-updates - NVIDIA binary Xorg driver, kernel module and VDPAU library
 nvidia-304-updates-dev - NVIDIA binary Xorg driver development files
 nvidia-current-updates - Transitional package for nvidia-current-updates
 nvidia-current-updates-dev - Transitional package for nvidia-current-updates-dev
 nvidia-experimental-304 - Transitional package for nvidia-experimental-304
 nvidia-experimental-304-dev - Transitional package for nvidia-experimental-304-dev
Launchpad-Bugs-Fixed: 1212425 1236945 1259237
Changes: 
 nvidia-graphics-drivers-304-updates (304.116-0ubuntu0.0.1) precise-proposed; urgency=low
 .
   * New upstream release (LP: #1259237):
     - Improved compatibility with recent Linux kernels.
     - Updated the NVIDIA OpenGL driver to write temporary files to
       $TMPDIR if it is set, instead of unconditionally writing to
       /tmp (LP: #1212425).
     - Updated a fallback of writing temporary files to $HOME/.nvidia
       to use $HOME/.nv instead, as the latter path is already used
       for other NVIDIA driver related files.
 .
   [ Alberto Milone ]
   * debian/substvars:
     - Add support for lts flavours up to saucy.
   * debian/templates/control.in:
     - Depend on lib32gcc1 [amd64], libc6-i386 [amd64]
       (LP: #1236945).
     - Drop lpia.
   * debian/templates/dkms.conf.in:
     - Drop patche for Linux 3.11.
   * debian/rules:
     - Blacklist the opposite flavour.
     - Blacklist kernel modules from the other flavours.
   * debian/templates/nvidia-graphics-drivers.dirs.in,
     debian/templates/nvidia-graphics-drivers.install.in,
     debian/templates/nvidia-graphics-drivers.override.in,
     debian/templates/nvidia-graphics-drivers.postinst.in,
     debian/nvidia-autostart.desktop.in,
     debian/ubuntu-nvidia-settings.desktop.in:
     - Remove nvidia-settings icon, desktop file, and autostart file.
       This is all provided by nvidia-settings now.
   * debian/templates/nvidia-graphics-drivers.prerm.in,
     debian/templates/nvidia-graphics-drivers.install.in,
     debian/templates/nvidia-graphics-drivers.postinst.in:
     - Disable glamoregl.
     - Do not update gmenucache any more.
 .
   [ Andy Dick ]
   * debian/templates/nvidia-graphics-drivers.preinst.in:
     - Attempt uninstallation of any existing .run file
       installation before installing Debian-packaged
       driver.
   * debian/templates/nvidia-graphics-drivers.postinst.in:
     - Add libcuda.so symlinks in /usr/lib*.
   * debian/rules:
     - Conditionalize the copying of Makefile.kbuild to
       Makefile. This adds support for newer drivers,
       while maintaining support for packaging older drivers.
     - Avoid extracting unnecessary .run files. The 64-bit
       package needs both the 32- and 64-bit .run files, but
       the 32-bit package does not. Change the unpackaging
       rules to unpack only the native package by default,
       and only unpack the 32-bit x86 package on amd64.
       Also, instead of changing the .run file permissions
       to ensure that the .run file is executable, just call
       it as an argument to sh.
     - Don't assume that extracted files are writable.
       The package contents extracted from some .run file
       installers may not have write permissions enabled.
       To work around this, move files instead of copying
       them to a temporary location before running sed
       scripts, and add force flags to applicable commands.
Checksums-Sha1: 
 495a6b9cc1ca1f21f1c28dde55b6e4ec872f1d0b 2611 nvidia-graphics-drivers-304-updates_304.116-0ubuntu0.0.1.dsc
 c5e0dc0989af93c7dc2f31628723dc98cc7d467b 145066 nvidia-graphics-drivers-304-updates_304.116-0ubuntu0.0.1.diff.gz
Checksums-Sha256: 
 f784ea7876acecddb78be737123907ef7a71c26514e1e32a3f506297ea2d5504 2611 nvidia-graphics-drivers-304-updates_304.116-0ubuntu0.0.1.dsc
 0930dc82d7b917de06f4b500d11eb79407ba7472f09b8f25a950c9f054f32efd 145066 nvidia-graphics-drivers-304-updates_304.116-0ubuntu0.0.1.diff.gz
Files: 
 b0ebf8da1dd6d753687f13b75fead42c 2611 restricted/misc optional nvidia-graphics-drivers-304-updates_304.116-0ubuntu0.0.1.dsc
 77ee93a56449a99806556e8797090a02 145066 restricted/misc optional nvidia-graphics-drivers-304-updates_304.116-0ubuntu0.0.1.diff.gz


More information about the Precise-changes mailing list