r16433 - in /packages/unstable/nautilus-python/debian: changelog patches/dlopen-nasty.patch

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Thu Jul 3 14:19:42 UTC 2008


Author: pochu-guest
Date: Thu Jul  3 14:19:42 2008
New Revision: 16433

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16433
Log:
* debian/patches/dlopen-nasty.patch:
  - Backported from the experimental branch, load libpython2.5.so.1
    as the .so symlink is only present on python2.5-dev.
    Closes: #488760.
    Urgency set to medium as this closes an RC bug.

Added:
    packages/unstable/nautilus-python/debian/patches/dlopen-nasty.patch
Modified:
    packages/unstable/nautilus-python/debian/changelog

Modified: packages/unstable/nautilus-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-python/debian/changelog?rev=16433&op=diff
==============================================================================
--- packages/unstable/nautilus-python/debian/changelog (original)
+++ packages/unstable/nautilus-python/debian/changelog Thu Jul  3 14:19:42 2008
@@ -1,3 +1,13 @@
+nautilus-python (0.4.3-3) unstable; urgency=medium
+
+  * debian/patches/dlopen-nasty.patch:
+    - Backported from the experimental branch, load libpython2.5.so.1
+      as the .so symlink is only present on python2.5-dev.
+      Closes: #488760.
+      Urgency set to medium as this closes an RC bug.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 03 Jul 2008 16:06:36 +0200
+
 nautilus-python (0.4.3-2) unstable; urgency=low
 
   [ Ross Burton ]

Added: packages/unstable/nautilus-python/debian/patches/dlopen-nasty.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nautilus-python/debian/patches/dlopen-nasty.patch?rev=16433&op=file
==============================================================================
--- packages/unstable/nautilus-python/debian/patches/dlopen-nasty.patch (added)
+++ packages/unstable/nautilus-python/debian/patches/dlopen-nasty.patch Thu Jul  3 14:19:42 2008
@@ -1,0 +1,12 @@
+diff -ruNp nautilus-python-0.4.3.orig/src/nautilus-python.c nautilus-python-0.4.3/src/nautilus-python.c
+--- nautilus-python-0.4.3.orig/src/nautilus-python.c	2006-02-15 22:25:20.000000000 +0100
++++ nautilus-python-0.4.3/src/nautilus-python.c	2008-07-03 16:13:15.000000000 +0200
+@@ -128,7 +128,7 @@ nautilus_python_init_python (gchar **use
+ 	if (Py_IsInitialized())
+ 		return TRUE;
+ 
+-	libpython = g_module_open("libpython" PYTHON_VERSION "." G_MODULE_SUFFIX, 0);
++	libpython = g_module_open("libpython" PYTHON_VERSION "." G_MODULE_SUFFIX ".1", 0);
+ 	if (!libpython)
+ 		g_warning("g_module_open libpython failed: %s", g_module_error());
+ 




More information about the pkg-gnome-commits mailing list