Author: mitch
Date: 2009-10-15 17:36:48 +0300 (Thu, 15 Oct 2009)
New Revision: 19445

Modified:
   projects/haf/trunk/sapwood/ChangeLog
   projects/haf/trunk/sapwood/Makefile.decl
   projects/haf/trunk/sapwood/debian/rules
   projects/haf/trunk/sapwood/engine/sapwood-main.c
Log:
2009-10-15  Michael Natterer  <mi...@lanedo.com>

        Fixes: NB#138249 (Sapwood doesn't pass it's test suite)

        Apply patch from Sven Herzberg:

        * Makefile.decl: don't fail if Xvfb wasn't found (this way the real
        tests won't fail on arm Scratchboxes)
        * debian/rules: make sure we only integrate sapwood versions passing
        the test suite
        * engine/sapwood-main.c: don't expose the new variable



Modified: projects/haf/trunk/sapwood/ChangeLog
===================================================================
--- projects/haf/trunk/sapwood/ChangeLog        2009-10-15 14:27:22 UTC (rev 
19444)
+++ projects/haf/trunk/sapwood/ChangeLog        2009-10-15 14:36:48 UTC (rev 
19445)
@@ -1,3 +1,15 @@
+2009-10-15  Michael Natterer  <mi...@lanedo.com>
+
+       Fixes: NB#138249 (Sapwood doesn't pass it's test suite)
+
+       Apply patch from Sven Herzberg:
+
+       * Makefile.decl: don't fail if Xvfb wasn't found (this way the real
+       tests won't fail on arm Scratchboxes)
+       * debian/rules: make sure we only integrate sapwood versions passing
+       the test suite
+       * engine/sapwood-main.c: don't expose the new variable
+
 2009-08-25  Sven Herzberg  <s...@lanedo.com>
 
        Fixes: NB#134552 (Progress Banner at start of maps and tutorial applet

Modified: projects/haf/trunk/sapwood/Makefile.decl
===================================================================
--- projects/haf/trunk/sapwood/Makefile.decl    2009-10-15 14:27:22 UTC (rev 
19444)
+++ projects/haf/trunk/sapwood/Makefile.decl    2009-10-15 14:36:48 UTC (rev 
19445)
@@ -26,7 +26,7 @@
        && XID=`for id in $(XIDS) ; do test -e /tmp/.X$$id-lock || { echo $$id; 
exit 0; }; done; exit 1` \
        && { ${XVFB} :$$XID -screen 0 800x600x16 -nolisten tcp -auth /dev/null 
>/dev/null 2>&1 & \
               trap "kill -15 $$! " 0 HUP INT QUIT TRAP USR1 PIPE TERM ; } \
-       || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 
target tests."; exit 1; } \
+       || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 
target tests."; exit 0; } \
        && DISPLAY=:$$XID && export DISPLAY
 # call as: $(XVFB_START) && someprogram
 

Modified: projects/haf/trunk/sapwood/debian/rules
===================================================================
--- projects/haf/trunk/sapwood/debian/rules     2009-10-15 14:27:22 UTC (rev 
19444)
+++ projects/haf/trunk/sapwood/debian/rules     2009-10-15 14:36:48 UTC (rev 
19445)
@@ -39,6 +39,7 @@
                        --prefix=/usr \
                        --enable-abstract-sockets
        $(MAKE)
+       $(MAKE) check
        touch $@
 
 clean:

Modified: projects/haf/trunk/sapwood/engine/sapwood-main.c
===================================================================
--- projects/haf/trunk/sapwood/engine/sapwood-main.c    2009-10-15 14:27:22 UTC 
(rev 19444)
+++ projects/haf/trunk/sapwood/engine/sapwood-main.c    2009-10-15 14:36:48 UTC 
(rev 19445)
@@ -28,7 +28,7 @@
 #include "sapwood-rc-style.h"
 #include <gmodule.h>
 
-guint sapwood_debug_flags = 0;
+G_GNUC_INTERNAL guint sapwood_debug_flags = 0;
 gboolean sapwood_debug_scaling = FALSE;
 gboolean sapwood_debug_xtraps = FALSE;
 

_______________________________________________
maemo-commits mailing list
maemo-commits@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-commits

Reply via email to