[Python-modules-commits] r1305 - in /packages/kiwi/trunk/debian:
changelog patches/03_epyrun_use_local_modules.diff
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat Aug 26 19:33:48 UTC 2006
Author: kov
Date: Sat Aug 26 19:33:45 2006
New Revision: 1305
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1305
Log:
add new patch to make epyrun when kiwi is not already installed
Added:
packages/kiwi/trunk/debian/patches/03_epyrun_use_local_modules.diff
Modified:
packages/kiwi/trunk/debian/changelog
Modified: packages/kiwi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/changelog?rev=1305&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/changelog (original)
+++ packages/kiwi/trunk/debian/changelog Sat Aug 26 19:33:45 2006
@@ -7,12 +7,13 @@
- add XS-Python-Version, since vorlon convinced me of its
importance
* debian/control, debian/rules, debian/patches/01_avoid_building_howto.diff,
+ debian/patches/03_epyrun_use_local_modules.diff,
debian/python-kiwi.docs, debian/python-kiwi.examples:
- enable building the API docs and instlaling the examples; the howto is
not fully buildable from the tarball's contents plus tools
(Closes: #384159)
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 26 Aug 2006 15:39:58 -0300
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 26 Aug 2006 16:33:24 -0300
kiwi (1.9.8-7) unstable; urgency=high
Added: packages/kiwi/trunk/debian/patches/03_epyrun_use_local_modules.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/patches/03_epyrun_use_local_modules.diff?rev=1305&op=file
==============================================================================
--- packages/kiwi/trunk/debian/patches/03_epyrun_use_local_modules.diff (added)
+++ packages/kiwi/trunk/debian/patches/03_epyrun_use_local_modules.diff Sat Aug 26 19:33:45 2006
@@ -1,0 +1,13 @@
+--- tools/epyrun~ 2006-08-24 21:43:05.000000000 -0300
++++ tools/epyrun 2006-08-26 16:32:08.000000000 -0300
+@@ -9,6 +9,10 @@
+ import shutil
+ import sys
+
++# Debian modification, so that the kiwi module is
++# found prior to being installed
++sys.path.append (os.getcwd ())
++
+ import gobject
+ import kiwi
+ import kiwi.utils
More information about the Python-modules-commits
mailing list