r39379 - in /desktop/experimental/clutter-1.0/debian: changelog clutter-1.0-tests.install control control.in libclutter-1.0-0.symbols rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Aug 28 13:39:28 UTC 2013


Author: ah
Date: Wed Aug 28 13:39:27 2013
New Revision: 39379

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39379
Log:
* Add --enable-installed-tests to configure arguments
* Install new tests in clutter-1.0-tests package
* Update libclutter-1.0-0.symbols with newly added symbols

Modified:
    desktop/experimental/clutter-1.0/debian/changelog
    desktop/experimental/clutter-1.0/debian/clutter-1.0-tests.install
    desktop/experimental/clutter-1.0/debian/control
    desktop/experimental/clutter-1.0/debian/control.in
    desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
    desktop/experimental/clutter-1.0/debian/rules

Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=39379&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog	[utf-8] Wed Aug 28 13:39:27 2013
@@ -9,6 +9,9 @@
     - git_limit_offscreen_fbo_size.patch
     - git_fbo_size_check.patch
     - git_cally_weak_pointer.patch
+  * Add --enable-installed-tests to configure arguments
+  * Install new tests in clutter-1.0-tests package
+  * Update libclutter-1.0-0.symbols with newly added symbols
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 27 Aug 2013 16:06:33 +0200
 

Modified: desktop/experimental/clutter-1.0/debian/clutter-1.0-tests.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/clutter-1.0-tests.install?rev=39379&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/clutter-1.0-tests.install	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/clutter-1.0-tests.install	[utf-8] Wed Aug 28 13:39:27 2013
@@ -1,4 +1,2 @@
-tests/micro-bench/.libs/* /usr/lib/clutter-1.0/tests
-tests/interactive/.libs/* /usr/lib/clutter-1.0/tests
-tests/data/*.png /usr/share/clutter-1.0/tests/data
-tests/data/*.json /usr/share/clutter-1.0/tests/data
+usr/share/installed-tests
+usr/lib/clutter-1.0/installed-tests

Modified: desktop/experimental/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control?rev=39379&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control	[utf-8] Wed Aug 28 13:39:27 2013
@@ -7,7 +7,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Laurent Bigonville <bigon at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                dh-autoreconf,
@@ -15,10 +15,10 @@
                gnome-pkg-tools,
                libgl1-mesa-dev (>= 7.1~rc3-1~) [!armel !armhf],
                libcairo2-dev (>= 1.10),
-               libcogl-dev (>= 1.14.0),
+               libcogl-dev (>= 1.15.1),
                libcogl-pango-dev (>= 1.14.0),
                libpango1.0-dev (>= 1.30),
-               libglib2.0-dev (>= 2.31.19),
+               libglib2.0-dev (>= 2.37.3),
                libjson-glib-dev (>= 0.12.0),
                libdrm-dev [!hurd-any],
                libxext-dev,
@@ -130,12 +130,12 @@
 Depends: libclutter-1.0-0 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
-Description: Open GL based interactive canvas library (test programs)
+Description: Open GL based interactive canvas library (installed test programs)
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.
  .
- This package contains test programs.
+ This package contains installed test programs.
 
 Package: gir1.2-clutter-1.0
 Section: introspection

Modified: desktop/experimental/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control.in?rev=39379&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control.in	[utf-8] Wed Aug 28 13:39:27 2013
@@ -125,12 +125,12 @@
 Depends: libclutter-1.0-0 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
-Description: Open GL based interactive canvas library (test programs)
+Description: Open GL based interactive canvas library (installed test programs)
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.
  .
- This package contains test programs.
+ This package contains installed test programs.
 
 Package: gir1.2-clutter-1.0
 Section: introspection

Modified: desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols?rev=39379&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/libclutter-1.0-0.symbols	[utf-8] Wed Aug 28 13:39:27 2013
@@ -176,6 +176,7 @@
  clutter_actor_has_constraints at Base 1.10.0
  clutter_actor_has_effects at Base 1.10.0
  clutter_actor_has_key_focus at Base 1.10.0
+ clutter_actor_has_mapped_clones at Base 1.15.90
  clutter_actor_has_overlaps at Base 1.10.0
  clutter_actor_has_pointer at Base 1.10.0
  clutter_actor_hide at Base 1.10.0
@@ -711,6 +712,7 @@
  clutter_flow_layout_get_orientation at Base 1.10.0
  clutter_flow_layout_get_row_height at Base 1.10.0
  clutter_flow_layout_get_row_spacing at Base 1.10.0
+ clutter_flow_layout_get_snap_to_grid at Base 1.15.90
  clutter_flow_layout_get_type at Base 1.10.0
  clutter_flow_layout_new at Base 1.10.0
  clutter_flow_layout_set_column_spacing at Base 1.10.0
@@ -719,6 +721,7 @@
  clutter_flow_layout_set_orientation at Base 1.10.0
  clutter_flow_layout_set_row_height at Base 1.10.0
  clutter_flow_layout_set_row_spacing at Base 1.10.0
+ clutter_flow_layout_set_snap_to_grid at Base 1.15.90
  clutter_flow_orientation_get_type at Base 1.10.0
  clutter_fog_get_type at Base 1.10.0
  clutter_font_flags_get_type at Base 1.10.0
@@ -980,6 +983,7 @@
  clutter_modifier_type_get_type at Base 1.10.0
  clutter_offscreen_effect_create_texture at Base 1.10.0
  clutter_offscreen_effect_get_target at Base 1.10.0
+ clutter_offscreen_effect_get_target_rect at Base 1.15.90
  clutter_offscreen_effect_get_target_size at Base 1.10.0
  clutter_offscreen_effect_get_texture at Base 1.10.0
  clutter_offscreen_effect_get_type at Base 1.10.0
@@ -1362,6 +1366,7 @@
  clutter_text_get_color at Base 1.10.0
  clutter_text_get_cursor_color at Base 1.10.0
  clutter_text_get_cursor_position at Base 1.10.0
+ clutter_text_get_cursor_rect at Base 1.15.90
  clutter_text_get_cursor_size at Base 1.10.0
  clutter_text_get_cursor_visible at Base 1.10.0
  clutter_text_get_editable at Base 1.10.0

Modified: desktop/experimental/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/rules?rev=39379&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/rules	[utf-8] Wed Aug 28 13:39:27 2013
@@ -18,6 +18,7 @@
 	--enable-gdk-backend=yes \
 	--enable-gtk-doc \
 	--enable-docs \
+	--enable-installed-tests \
 	--enable-introspection=yes
 DEB_DBG_PACKAGE_libclutter-1.0-0 := libclutter-1.0-dbg
 




More information about the pkg-gnome-commits mailing list