[Python-modules-commits] r15104 - in packages/skype4py/trunk/debian (2 files)
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Thu Dec 16 18:50:18 UTC 2010
Date: Thursday, December 16, 2010 @ 18:50:16
Author: aelmahmoudy-guest
Revision: 15104
* Refreshed execlp.diff patch.
Modified:
packages/skype4py/trunk/debian/changelog
packages/skype4py/trunk/debian/patches/execlp.diff
Modified: packages/skype4py/trunk/debian/changelog
===================================================================
--- packages/skype4py/trunk/debian/changelog 2010-12-16 18:49:00 UTC (rev 15103)
+++ packages/skype4py/trunk/debian/changelog 2010-12-16 18:50:16 UTC (rev 15104)
@@ -2,8 +2,9 @@
* New upstream release.
* Removed disable-cython.diff since upstream removed Cython from setup.py.
+ * Refreshed execlp.diff patch.
- -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Thu, 16 Dec 2010 20:44:16 +0200
+ -- Ø£ØÙ
د اÙÙ
ØÙ
Ùد٠(Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org> Thu, 16 Dec 2010 20:49:44 +0200
skype4py (1.0.31.0-2) unstable; urgency=low
Modified: packages/skype4py/trunk/debian/patches/execlp.diff
===================================================================
--- packages/skype4py/trunk/debian/patches/execlp.diff 2010-12-16 18:49:00 UTC (rev 15103)
+++ packages/skype4py/trunk/debian/patches/execlp.diff 2010-12-16 18:50:16 UTC (rev 15104)
@@ -3,25 +3,25 @@
Author: Jakub Wilk <jwilk at debian.org>
Bug-Debian: http://bugs.debian.org/578327
---- a/Skype4Py/API/posix_dbus.py
-+++ b/Skype4Py/API/posix_dbus.py
-@@ -164,7 +164,7 @@
+--- a/Skype4Py/api/posix_dbus.py
++++ b/Skype4Py/api/posix_dbus.py
+@@ -176,7 +176,7 @@
import os
if os.fork() == 0: # we're child
os.setsid()
- os.execlp('skype')
+ os.execlp('skype', 'skype')
- def Shutdown(self):
+ def shutdown(self):
import os
---- a/Skype4Py/API/posix_x11.py
-+++ b/Skype4Py/API/posix_x11.py
-@@ -357,7 +357,7 @@
- import os
+--- a/Skype4Py/api/posix_x11.py
++++ b/Skype4Py/api/posix_x11.py
+@@ -400,7 +400,7 @@
+ if not self.is_running():
if os.fork() == 0: # we're the child
os.setsid()
- os.execlp('skype')
+ os.execlp('skype', 'skype')
- def Shutdown(self):
- import os
+ def shutdown(self):
+ from signal import SIGINT
More information about the Python-modules-commits
mailing list