r17726 - in /desktop/experimental/pygtk/debian: changelog patches/03_testsuite_filechooser.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Nov 25 23:14:13 UTC 2008


Author: joss
Date: Tue Nov 25 23:14:13 2008
New Revision: 17726

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17726
Log:
03_testsuite_filechooser.patch: new patch. Disable the test of the 
file chooser since it requires a writable home. Closes: #506909.

Added:
    desktop/experimental/pygtk/debian/patches/03_testsuite_filechooser.patch
Modified:
    desktop/experimental/pygtk/debian/changelog
    desktop/experimental/pygtk/debian/patches/series

Modified: desktop/experimental/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/changelog?rev=17726&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/changelog (original)
+++ desktop/experimental/pygtk/debian/changelog Tue Nov 25 23:14:13 2008
@@ -1,3 +1,10 @@
+pygtk (2.13.0-2) experimental; urgency=low
+
+  * 03_testsuite_filechooser.patch: new patch. Disable the test of the 
+    file chooser since it requires a writable home. Closes: #506909.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 26 Nov 2008 00:14:32 +0100
+
 pygtk (2.13.0-1) experimental; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Added: desktop/experimental/pygtk/debian/patches/03_testsuite_filechooser.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/patches/03_testsuite_filechooser.patch?rev=17726&op=file
==============================================================================
--- desktop/experimental/pygtk/debian/patches/03_testsuite_filechooser.patch (added)
+++ desktop/experimental/pygtk/debian/patches/03_testsuite_filechooser.patch Tue Nov 25 23:14:13 2008
@@ -1,0 +1,13 @@
+Index: pygtk-2.13.0/tests/runtests.py
+===================================================================
+--- pygtk-2.13.0.orig/tests/runtests.py	2008-11-26 00:13:20.451100628 +0100
++++ pygtk-2.13.0/tests/runtests.py	2008-11-26 00:13:34.107100762 +0100
+@@ -21,7 +21,7 @@ else:
+ common.importModules(buildDir=buildDir,
+                      srcDir=srcDir)
+ 
+-SKIP_FILES = ['common', 'runtests', 'testmodule']
++SKIP_FILES = ['common', 'runtests', 'testmodule', 'test_filechooserdialog']
+ 
+ dir = os.path.split(os.path.abspath(__file__))[0]
+ os.chdir(dir)

Modified: desktop/experimental/pygtk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygtk/debian/patches/series?rev=17726&op=diff
==============================================================================
--- desktop/experimental/pygtk/debian/patches/series (original)
+++ desktop/experimental/pygtk/debian/patches/series Tue Nov 25 23:14:13 2008
@@ -1,4 +1,5 @@
 01_pygtk-demo.patch
 02_numpy.patch
+03_testsuite_filechooser.patch
 60_pygtk-wakeupfd-fix.patch
 70_autoconf.patch




More information about the pkg-gnome-commits mailing list