Hi,
Attached is the diff for my pythoncard 0.8.1-8.1 NMU.
I hope it helps,
--
adn
Mohammed Adnène Trojette
diff -u pythoncard-0.8.1/debian/changelog pythoncard-0.8.1/debian/changelog
--- pythoncard-0.8.1/debian/changelog
+++ pythoncard-0.8.1/debian/changelog
@@ -1,3 +1,11 @@
+pythoncard (0.8.1-8.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix path to findfiles, codeEditor and resourceEditor:
+ + patch from Ernest ter Kuile <[EMAIL PROTECTED]>. (Closes: #397018)
+
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Sun, 12 Nov 2006 17:52:13
+0100
+
pythoncard (0.8.1-8) unstable; urgency=low
* New maintainer (closes: #375610).
diff -u pythoncard-0.8.1/debian/codeEditor pythoncard-0.8.1/debian/codeEditor
--- pythoncard-0.8.1/debian/codeEditor
+++ pythoncard-0.8.1/debian/codeEditor
@@ -3,7 +3,7 @@
# A simple command-line wrapper for PythonCard's codeEditor tool.
# Copyright (c) Kenneth J. Pronovici <[EMAIL PROTECTED]>; use as you wish.
-dir=/usr/lib/python-support/python-pythoncard/PythonCard
+dir=/usr/share/python-support/python-pythoncard/PythonCard/tools/codeEditor
if [ -d $dir ]; then
exec /usr/bin/python $dir/codeEditor.py "$@"
diff -u pythoncard-0.8.1/debian/findfiles pythoncard-0.8.1/debian/findfiles
--- pythoncard-0.8.1/debian/findfiles
+++ pythoncard-0.8.1/debian/findfiles
@@ -3,7 +3,7 @@
# A simple command-line wrapper for PythonCard's findfiless tool.
# Copyright (c) Kenneth J. Pronovici <[EMAIL PROTECTED]>; use as you wish.
-dir=/usr/lib/python-support/python-pythoncard/PythonCard
+dir=/usr/share/python-support/python-pythoncard/PythonCard/tools/findfiles
if [ -d $dir ]; then
exec /usr/bin/python $dir/findfiles.py "$@"
diff -u pythoncard-0.8.1/debian/resourceEditor
pythoncard-0.8.1/debian/resourceEditor
--- pythoncard-0.8.1/debian/resourceEditor
+++ pythoncard-0.8.1/debian/resourceEditor
@@ -3,7 +3,7 @@
# A simple command-line wrapper for PythonCard's resourceEditor tool.
# Copyright (c) Kenneth J. Pronovici <[EMAIL PROTECTED]>; use as you wish.
-dir=/usr/lib/python-support/python-pythoncard/PythonCard
+dir=/usr/share/python-support/python-pythoncard/PythonCard/tools/resourceEditor
if [ -d $dir ]; then
exec /usr/bin/python $dir/resourceEditor.py "$@"