r18867 - in /desktop/experimental/pygobject/debian: changelog patches/04_testsuite_gtk.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Mar 8 13:15:05 UTC 2009


Author: joss
Date: Sun Mar  8 13:15:05 2009
New Revision: 18867

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18867
Log:
04_testsuite_gtk.patch: new patch. Don’t run tests that require 
pygtk being installed.

Added:
    desktop/experimental/pygobject/debian/patches/04_testsuite_gtk.patch
Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/patches/series

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=18867&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog (original)
+++ desktop/experimental/pygobject/debian/changelog Sun Mar  8 13:15:05 2009
@@ -24,6 +24,8 @@
   * Pass echo=/bin/echo to the environment to work around the ☠☢☣⚡⚠✈║
     libtool bug that is not able to find a command as simple as echo, is 
     that really too much to ask?
+  * 04_testsuite_gtk.patch: new patch. Don’t run tests that require 
+    pygtk being installed.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 08 Mar 2009 12:44:24 +0100
 

Added: desktop/experimental/pygobject/debian/patches/04_testsuite_gtk.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/patches/04_testsuite_gtk.patch?rev=18867&op=file
==============================================================================
--- desktop/experimental/pygobject/debian/patches/04_testsuite_gtk.patch (added)
+++ desktop/experimental/pygobject/debian/patches/04_testsuite_gtk.patch Sun Mar  8 13:15:05 2009
@@ -1,0 +1,13 @@
+Index: pygobject-2.16.0/tests/runtests.py
+===================================================================
+--- pygobject-2.16.0.orig/tests/runtests.py	2009-03-08 14:11:20.765178704 +0100
++++ pygobject-2.16.0/tests/runtests.py	2009-03-08 14:11:29.154585458 +0100
+@@ -22,7 +22,7 @@ common.importModules(buildDir=buildDir,
+                      srcDir=srcDir)
+ 
+ SKIP_FILES = ['common', 'runtests',
+-              'test_enum', 'test_conversion']
++              'test_enum', 'test_conversion', 'test_subtype']
+ 
+ dir = os.path.split(os.path.abspath(__file__))[0]
+ os.chdir(dir)

Modified: desktop/experimental/pygobject/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/patches/series?rev=18867&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/patches/series (original)
+++ desktop/experimental/pygobject/debian/patches/series Sun Mar  8 13:15:05 2009
@@ -1,5 +1,6 @@
 01_pkgconfig-private.patch
 03_maintainer_mode.patch
+04_testsuite_gtk.patch
 61_wakeupfd-fctnl-and-read.patch
 62_install-pyglib-in-libdir-with-python-version.patch
 64_gil_locking.patch




More information about the pkg-gnome-commits mailing list