r29194 - in /packages/experimental/clutter-1.0/debian: changelog patches/fix_test_data_path.patch patches/series

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Fri Jul 29 12:17:43 UTC 2011


Author: ricotz-guest
Date: Fri Jul 29 12:17:42 2011
New Revision: 29194

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29194
Log:
clutter-1.0: add fix_test_data_path.patch

Added:
    packages/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch
Modified:
    packages/experimental/clutter-1.0/debian/changelog
    packages/experimental/clutter-1.0/debian/patches/series

Modified: packages/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/clutter-1.0/debian/changelog?rev=29194&op=diff
==============================================================================
--- packages/experimental/clutter-1.0/debian/changelog [utf-8] (original)
+++ packages/experimental/clutter-1.0/debian/changelog [utf-8] Fri Jul 29 12:17:42 2011
@@ -10,6 +10,7 @@
     - Updated the symbols
   * debian/patches:
     - Drop 02_disable_armv5t_specific_optimization.patch, moved to cogl
+    - Add fix_test_data_path.patch
   * debian/watch:
     - updated for new location
 

Added: packages/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch?rev=29194&op=file
==============================================================================
--- packages/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch (added)
+++ packages/experimental/clutter-1.0/debian/patches/fix_test_data_path.patch [utf-8] Fri Jul 29 12:17:42 2011
@@ -1,0 +1,17 @@
+Description: Set the installed data path for the tests, so that they can find
+ their data files when they run.
+Author: Alexandros Frantzis <alexandros.frantzis at linaro.org>
+Last-Update: 2010-06-28
+Index: clutter-1.5.12/tests/interactive/Makefile.am
+===================================================================
+--- clutter-1.5.12.orig/tests/interactive/Makefile.am	2010-12-20 09:05:01.000000000 -0600
++++ clutter-1.5.12/tests/interactive/Makefile.am	2011-01-12 15:10:14.568983001 -0600
+@@ -108,7 +108,7 @@
+ test_interactive_SOURCES = test-main.c $(UNIT_TESTS)
+ test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)
+ test_interactive_CPPFLAGS = \
+-	-DTESTS_DATADIR=\""$(abs_top_srcdir)/tests/data"\" \
++	-DTESTS_DATADIR=\""/usr/share/clutter-1.0/tests/data"\" \
+ 	-DG_DISABLE_SINGLE_INCLUDES \
+ 	-DCOGL_DISABLE_DEPRECATED \
+ 	-DCLUTTER_DISABLE_DEPRECATED

Modified: packages/experimental/clutter-1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/clutter-1.0/debian/patches/series?rev=29194&op=diff
==============================================================================
--- packages/experimental/clutter-1.0/debian/patches/series [utf-8] (original)
+++ packages/experimental/clutter-1.0/debian/patches/series [utf-8] Fri Jul 29 12:17:42 2011
@@ -1,1 +1,2 @@
 01-Explicitly-link-the-glx-flavour-against-libdl.patch
+fix_test_data_path.patch




More information about the pkg-gnome-commits mailing list