r36768 - in /desktop/experimental/gtk+3.0/debian: changelog patches/030_tests_skip_filechooser.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Feb 23 19:37:09 UTC 2013


Author: pochu
Date: Sat Feb 23 19:37:09 2013
New Revision: 36768

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36768
Log:
  + debian/patches/030_tests_skip_filechooser.patch:
    - New patch: skip filechooser tests as they are not designed to
      be run without gtk+ installed.

Added:
    desktop/experimental/gtk+3.0/debian/patches/030_tests_skip_filechooser.patch
Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/patches/series

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=36768&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Sat Feb 23 19:37:09 2013
@@ -9,6 +9,9 @@
       - Updated for the new symbols.
     + debian/gtk-3-examples.install:
       - Stop installing gtk3-demo files, no longer needed.
+    + debian/patches/030_tests_skip_filechooser.patch:
+      - New patch: skip filechooser tests as they are not designed to
+        be run without gtk+ installed.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 22 Feb 2013 18:43:04 +0100
 

Added: desktop/experimental/gtk+3.0/debian/patches/030_tests_skip_filechooser.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/030_tests_skip_filechooser.patch?rev=36768&op=file
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/030_tests_skip_filechooser.patch (added)
+++ desktop/experimental/gtk+3.0/debian/patches/030_tests_skip_filechooser.patch [utf-8] Sat Feb 23 19:37:09 2013
@@ -1,0 +1,19 @@
+Description: The filechooser tests are not very chroot-friendly, as they
+ need the gtk schemas to be compiled and installed, so skip them for now.
+Author: Emilio Pozuelo Monfort <pochu at debian.org>
+
+--- a/gtk/tests/Makefile.am
++++ b/gtk/tests/Makefile.am
+@@ -69,9 +69,9 @@
+ #crossingevents_SOURCES		 = crossingevents.c
+ #crossingevents_LDADD		 = $(progs_ldadd)
+ 
+-TEST_PROGS			+= filechooser
+-filechooser_SOURCES		 = filechooser.c
+-filechooser_LDADD		 = $(progs_ldadd)
++#TEST_PROGS			+= filechooser
++#filechooser_SOURCES		 = filechooser.c
++#filechooser_LDADD		 = $(progs_ldadd)
+ 
+ TEST_PROGS			+= builder
+ builder_SOURCES			 = builder.c

Modified: desktop/experimental/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/patches/series?rev=36768&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/patches/series [utf-8] Sat Feb 23 19:37:09 2013
@@ -3,6 +3,7 @@
 017_no_offscreen_device_grabbing.patch
 018_gdkenumtypes.c_location.patch
 022_disable-viqr-im-for-vi-locale.patch
+030_tests_skip_filechooser.patch
 #042_treeview_single-focus.patch
 #043_notebook_scroll.patch
 044_tracker_fts.patch




More information about the pkg-gnome-commits mailing list