[ubuntu/maverick] clutter-1.0 1.2.12-0ubuntu6 (Accepted)

Sebastien Bacher seb128 at ubuntu.com
Thu Aug 19 16:20:32 BST 2010


clutter-1.0 (1.2.12-0ubuntu6) maverick; urgency=low

  * debian/patches/autoreconf.patch, debian/control, debian/rules:
    - use dh-autoreconf
  * debian/control:
    - changed gtk requirements to gdk-pixbuf
    - don't require gir-repository-dev
    - updated the gir build depends and the libclutter-dev requirements

  [ Alexandros Frantzis ]
  * Switch package format to 3.0 (quilt).
  * debian/control:
    - Add binary packages for EGLX OpenGL ES 1.1 and 2.0 variants of Clutter.
    - Add binary packages containing tests for all variants of the library.
    - Update current standards version.
  * debian/rules:
    - Switch to dh7 (from CDBS).
    - Remove extraneous dependency from gir1.0-clutter-eglx-1.0
  * debian/libclutter-eglx*.links
    - Provide compatibility links to old library names.
  * debian/*.symbols:
    - Updated for unified API.
    - Add symbols introduced by 01_speed_current_position_detection.patch.
  * debian/patches/fix_po_makefile_out_of_tree_build.patch:
    - Fix path in po/Makefile.in.in so that mkinstalldirs can be found for
      out of tree builds.
  * debian/patches/fix_gles1_detection.patch:
    - Fix problems with detection of GLESv1_CM library.
  * debian/patches/fix_test_data_path.patch:
    - Change the test data path to point to the directory where the data will
      be actually installed.
  * debian/patches/remove_gl_dep_for_gles.patch:
    - Remove false GL dependency on library and tests.
  * debian/patches/eglx_texture_pixmap.patch:
    - Use a dummy implementation of the clutter-glx-texture-pixmap API
      that just uses clutter-x11-texture-pixmap for the eglx variant.
  * debian/patches/x11-unified.patch:
    - produce an unified clutter library with a single soname for all
      the variants.
  * debian/patches/hide_internal_glx_eglx_symbols.patch:
    - Hide internal glx and eglx symbols so that they don't contaminate the
      API/ABI.

Date: Thu, 19 Aug 2010 17:07:21 +0200
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/maverick/+source/clutter-1.0/1.2.12-0ubuntu6
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 19 Aug 2010 17:07:21 +0200
Source: clutter-1.0
Binary: libclutter-1.0-0 libclutter-eglx-es11-1.0-0 libclutter-eglx-es20-1.0-0 libclutter-1.0-dev libclutter-eglx-es11-1.0-dev libclutter-eglx-es20-1.0-dev libclutter-1.0-dbg libclutter-eglx-es11-1.0-dbg libclutter-eglx-es20-1.0-dbg libclutter-1.0-doc clutter-1.0-tests clutter-eglx-es11-1.0-tests clutter-eglx-es20-1.0-tests clutter-1.0-tests-common gir1.0-clutter-1.0 gir1.0-clutter-eglx-1.0
Architecture: source
Version: 1.2.12-0ubuntu6
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Sebastien Bacher <seb128 at ubuntu.com>
Description: 
 clutter-1.0-tests - Open GL based interactive canvas library (documentation)
 clutter-1.0-tests-common - Open GL based interactive canvas library (documentation)
 clutter-eglx-es11-1.0-tests - Open GL based interactive canvas library (documentation)
 clutter-eglx-es20-1.0-tests - Open GL based interactive canvas library (documentation)
 gir1.0-clutter-1.0 - GObject introspection data for the Clutter 1.0 library
 gir1.0-clutter-eglx-1.0 - GObject introspection data for the Clutter 1.0 library
 libclutter-1.0-0 - Open GL based interactive canvas library
 libclutter-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-1.0-dev - Open GL based interactive canvas library (development files)
 libclutter-1.0-doc - Open GL based interactive canvas library (documentation)
 libclutter-eglx-es11-1.0-0 - Open GL based interactive canvas library
 libclutter-eglx-es11-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-eglx-es11-1.0-dev - Open GL based interactive canvas library (development files)
 libclutter-eglx-es20-1.0-0 - Open GL based interactive canvas library
 libclutter-eglx-es20-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-eglx-es20-1.0-dev - Open GL based interactive canvas library (development files)
Changes: 
 clutter-1.0 (1.2.12-0ubuntu6) maverick; urgency=low
 .
   * debian/patches/autoreconf.patch, debian/control, debian/rules:
     - use dh-autoreconf
   * debian/control:
     - changed gtk requirements to gdk-pixbuf
     - don't require gir-repository-dev
     - updated the gir build depends and the libclutter-dev requirements
 .
   [ Alexandros Frantzis ]
   * Switch package format to 3.0 (quilt).
   * debian/control:
     - Add binary packages for EGLX OpenGL ES 1.1 and 2.0 variants of Clutter.
     - Add binary packages containing tests for all variants of the library.
     - Update current standards version.
   * debian/rules:
     - Switch to dh7 (from CDBS).
     - Remove extraneous dependency from gir1.0-clutter-eglx-1.0
   * debian/libclutter-eglx*.links
     - Provide compatibility links to old library names.
   * debian/*.symbols:
     - Updated for unified API.
     - Add symbols introduced by 01_speed_current_position_detection.patch.
   * debian/patches/fix_po_makefile_out_of_tree_build.patch:
     - Fix path in po/Makefile.in.in so that mkinstalldirs can be found for
       out of tree builds.
   * debian/patches/fix_gles1_detection.patch:
     - Fix problems with detection of GLESv1_CM library.
   * debian/patches/fix_test_data_path.patch:
     - Change the test data path to point to the directory where the data will
       be actually installed.
   * debian/patches/remove_gl_dep_for_gles.patch:
     - Remove false GL dependency on library and tests.
   * debian/patches/eglx_texture_pixmap.patch:
     - Use a dummy implementation of the clutter-glx-texture-pixmap API
       that just uses clutter-x11-texture-pixmap for the eglx variant.
   * debian/patches/x11-unified.patch:
     - produce an unified clutter library with a single soname for all
       the variants.
   * debian/patches/hide_internal_glx_eglx_symbols.patch:
     - Hide internal glx and eglx symbols so that they don't contaminate the
       API/ABI.
Checksums-Sha1: 
 c81eb32ad6d787471b435c0a18646ebea6383db6 2159 clutter-1.0_1.2.12-0ubuntu6.dsc
 7170d696704d55471768ded8cb40fbb26445f454 41907 clutter-1.0_1.2.12-0ubuntu6.debian.tar.gz
Checksums-Sha256: 
 281d70a664f4f752baad2a5c0d7ad09c0cf8b588969fdb77b977b4dbfc920bbb 2159 clutter-1.0_1.2.12-0ubuntu6.dsc
 70f3a9516b99dc96a989712132abc48fb69cba50ad6e7c531b3cdfe3f44c2283 41907 clutter-1.0_1.2.12-0ubuntu6.debian.tar.gz
Files: 
 cd25abc616d2ed27d9599f85b23db0db 2159 libs optional clutter-1.0_1.2.12-0ubuntu6.dsc
 508b0d2b6b0985b10f366fdfb6dcc1e6 41907 libs optional clutter-1.0_1.2.12-0ubuntu6.debian.tar.gz
Original-Maintainer: Ross Burton <ross at debian.org>

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

iEYEARECAAYFAkxtStEACgkQQxo87aLX0pJNfwCgpljxozQ1D+VLrWcfIbG6t2FZ
GKkAoOKZoAzLpVnOq2anTbYrRDaflZ/3
=YnXl
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list