[pkg-freevo-commits] r199 - packages/kaa-base/trunk/debian/patches

Andrea Mennucci mennucc1 at alioth.debian.org
Sat Mar 13 17:11:54 UTC 2010


Author: mennucc1
Date: 2010-03-13 17:11:54 +0000 (Sat, 13 Mar 2010)
New Revision: 199

Modified:
   packages/kaa-base/trunk/debian/patches/002_ia64_libc.patch
Log:
kaa-base (0.6.0-4) yet another correction to the patch


Modified: packages/kaa-base/trunk/debian/patches/002_ia64_libc.patch
===================================================================
--- packages/kaa-base/trunk/debian/patches/002_ia64_libc.patch	2010-03-13 17:03:37 UTC (rev 198)
+++ packages/kaa-base/trunk/debian/patches/002_ia64_libc.patch	2010-03-13 17:11:54 UTC (rev 199)
@@ -29,7 +29,7 @@
 -                raise SystemError('kaa.base requires Python 2.5 or later')
 +        elif v[0] == 2 and v[1] == 5:
 +            # Python 2.5
-+            import ctypes
++            import ctypes, ctypes.util
 +            libc=ctypes.util.find_library('c')
 +            ctypes.CDLL(libc).siginterrupt(signal.SIGCHLD, 0)
 +        else:




More information about the Pkg-freevo-commits mailing list