[ubuntu/maverick] mesa 7.8.1-1ubuntu1 (Accepted)

Christopher James Halse Rogers raof at ubuntu.com
Thu May 20 05:40:21 BST 2010


mesa (7.8.1-1ubuntu1) maverick; urgency=low

  [ Timo Aaltonen ]
  * Merged from Debian experimental, remaining changes:
   - debian/control
      + Drop lesstif-dev from Build-Depends.
      + Comment out GLw libs since it depends on lesstif-dev.
    - debian/rules
      + Unexport LDFLAGS (amd64 FTBFS).
      + Use --disable-glw for swx11 targets too.
      + Don't enable motif for swx11 targets.
    - debian/patches
      + 100_no_abi_tag.patch
      + 101_ubuntu_hidden_glname.patch
      + 103_savage-expose_fbmodes_with_nonzero_alpha.patch
      + 107_glxgears_is_not_a_benchmark.patch
    - rules, libgl1-mesa-{glx,dev,swx11,swx11-dev}.install,
      libgl1-mesa-{glx,swx11}.{postinst,prerm}, libgl1-mesa-dev.links:
      Install libGL.so* in /usr/lib/mesa to allow things to work with
      alternatives.
  * Dropped patches:
    - 102_dont_vblank.patch: should be obsolete by now
    - 104_savage_init_mesa.patch: merged upstream
  * control: Drop dependencies on dpkg, since lucid has it and it's the
    only version where upgrades are supported from.
  * libgl1-mesa-dri.postinst: Drop, same as above.

  [ Robert Hooker ]
  * debian/rules: Stop building/shipping abandoned the mach64 DRI driver.

  [ Christopher James Halse Rogers ]
  * debian/patches/103_savage-expose_fbmodes_with_nonzero_alpha.patch
    - Refresh for driCreateConfigs API change
  * debian/gbp.conf
    - Set debian-branch=ubuntu to make git-buildpackage less annoying
  * debian/rules
    - Add get-orig-source target to document the way the orig.tar.gz is
      generated.
    - The i386 architecture for Maverick is now i686, not i486.  Adapt rules
      so that the Intel DRI drivers are actually built.
    - Drop LDFLAGS unexport.  Mesa builds fine on amd64 with Ubuntu's
      default LDFLAGS.
  * debian/control:
    - Drop libgl1-mesa-swx11-i686 package.  This package is pointless on
      Maverick, as i386 now defaults to i686
  * debian/scripts/choose-configs:
    - Drop libgl1-mesa-swx11-i686 from CPU-optimised swrast configs.

  * Changes from unreleased debian-expemental 7.8.1-2 packaging:
  [ Tormod Volden ]
  * debian/rules: Do not strip the same packages twice

  [ Julien Cristau ]
  * Stop building the ffb dri driver on sparc, it no longer exists.

mesa (7.8.1-1) experimental; urgency=low

  * New upstream release.
    + Pull from upstream 7.8 branch up to commit db3b3421.
  * Refresh patches.
  * Bump build dependency to libdrm-dev 2.4.19, x11proto-gl-dev 1.4.11,
    and x11proto-dri2-dev 2.1.

Date: Wed, 19 May 2010 14:47:25 +1000
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Signed-By: Luke Yelavich <luke.yelavich at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/mesa/7.8.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 19 May 2010 14:47:25 +1000
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-dev libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev libglu1-mesa libglu1-mesa-dev mesa-utils
Architecture: source
Version: 7.8.1-1ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Description: 
 libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development files
 libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - A free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - A free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - A free implementation of the OpenGL API -- debugging symbols
 libgl1-mesa-swx11-dev - A free implementation of the OpenGL API -- development files
 libglu1-mesa - The OpenGL utility library (GLU)
 libglu1-mesa-dev - The OpenGL utility library -- development files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 mesa-common-dev - Developer documentation for Mesa
 mesa-utils - Miscellaneous Mesa GL utilities
Changes: 
 mesa (7.8.1-1ubuntu1) maverick; urgency=low
 .
   [ Timo Aaltonen ]
   * Merged from Debian experimental, remaining changes:
    - debian/control
       + Drop lesstif-dev from Build-Depends.
       + Comment out GLw libs since it depends on lesstif-dev.
     - debian/rules
       + Unexport LDFLAGS (amd64 FTBFS).
       + Use --disable-glw for swx11 targets too.
       + Don't enable motif for swx11 targets.
     - debian/patches
       + 100_no_abi_tag.patch
       + 101_ubuntu_hidden_glname.patch
       + 103_savage-expose_fbmodes_with_nonzero_alpha.patch
       + 107_glxgears_is_not_a_benchmark.patch
     - rules, libgl1-mesa-{glx,dev,swx11,swx11-dev}.install,
       libgl1-mesa-{glx,swx11}.{postinst,prerm}, libgl1-mesa-dev.links:
       Install libGL.so* in /usr/lib/mesa to allow things to work with
       alternatives.
   * Dropped patches:
     - 102_dont_vblank.patch: should be obsolete by now
     - 104_savage_init_mesa.patch: merged upstream
   * control: Drop dependencies on dpkg, since lucid has it and it's the
     only version where upgrades are supported from.
   * libgl1-mesa-dri.postinst: Drop, same as above.
 .
   [ Robert Hooker ]
   * debian/rules: Stop building/shipping abandoned the mach64 DRI driver.
 .
   [ Christopher James Halse Rogers ]
   * debian/patches/103_savage-expose_fbmodes_with_nonzero_alpha.patch
     - Refresh for driCreateConfigs API change
   * debian/gbp.conf
     - Set debian-branch=ubuntu to make git-buildpackage less annoying
   * debian/rules
     - Add get-orig-source target to document the way the orig.tar.gz is
       generated.
     - The i386 architecture for Maverick is now i686, not i486.  Adapt rules
       so that the Intel DRI drivers are actually built.
     - Drop LDFLAGS unexport.  Mesa builds fine on amd64 with Ubuntu's
       default LDFLAGS.
   * debian/control:
     - Drop libgl1-mesa-swx11-i686 package.  This package is pointless on
       Maverick, as i386 now defaults to i686
   * debian/scripts/choose-configs:
     - Drop libgl1-mesa-swx11-i686 from CPU-optimised swrast configs.
 .
   * Changes from unreleased debian-expemental 7.8.1-2 packaging:
   [ Tormod Volden ]
   * debian/rules: Do not strip the same packages twice
 .
   [ Julien Cristau ]
   * Stop building the ffb dri driver on sparc, it no longer exists.
 .
 mesa (7.8.1-1) experimental; urgency=low
 .
   * New upstream release.
     + Pull from upstream 7.8 branch up to commit db3b3421.
   * Refresh patches.
   * Bump build dependency to libdrm-dev 2.4.19, x11proto-gl-dev 1.4.11,
     and x11proto-dri2-dev 2.1.
Checksums-Sha1: 
 21b481cf289b46651c2a5e7c252aefd8c692dccd 1857 mesa_7.8.1-1ubuntu1.dsc
 f071becc6b8a344006871b4070b0cef5e780facc 26466507 mesa_7.8.1.orig.tar.gz
 718385135ce990f7e2751049b22387e7f42db88b 2587196 mesa_7.8.1-1ubuntu1.diff.gz
Checksums-Sha256: 
 e3d80a47df315a091e8ed7b6e85d4dd6000b3ad831be2fbbf3821099501b945e 1857 mesa_7.8.1-1ubuntu1.dsc
 762632cef4bdf98f5e449f2c708d06cca43bb07f79ba8d7923708810ee10e1bc 26466507 mesa_7.8.1.orig.tar.gz
 f159b88dc86daca2c7d3ce8bdc9fd472b9fb433053c18503ff28590aeeccd437 2587196 mesa_7.8.1-1ubuntu1.diff.gz
Files: 
 8a992d8a9843f7aa8a779331464cf127 1857 graphics optional mesa_7.8.1-1ubuntu1.dsc
 af2dd3c2a63cab4ab0e64cb702872c6e 26466507 graphics optional mesa_7.8.1.orig.tar.gz
 be6c304691bc7bfd956e591b3cac2a90 2587196 graphics optional mesa_7.8.1-1ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

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

iEYEARECAAYFAkv0vEUACgkQjVefwtBjIM5tNQCfRiin4dlM7O27AP+HZvZpH5VS
6w8AoIw60Yyy5126LyuyLGThO51cHlO5
=vVOs
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list