Package: pythoncard-tools
Version: 0.8.1-8
Severity: grave
Tags: patch
Justification: renders package unusable


since python-pythoncard installs in /usr/share/python-support/python-pythoncard/
and not in /usr/lib/python-support/python-pythoncard, and that pythoncard-tools 
installs its tools in the same location but in a sub directory under that:

need three patches below, and maybe others.

Cheers,

Ernest.

--- codeEditor-orig     2006-11-04 13:56:17.000000000 +0100
+++ /usr/bin/codeEditor 2006-11-04 13:57:01.215428080 +0100
@@ -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 "$@"

--- findfiles-orig      2006-11-04 14:02:51.000000000 +0100
+++ /usr/bin/findfiles  2006-11-04 14:04:03.765034799 +0100
@@ -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 "$@"

--- resourceEditor-orig 2006-11-04 14:05:49.000000000 +0100
+++ /usr/bin/resourceEditor     2006-11-04 14:06:19.817025950 +0100
@@ -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 "$@"



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pythoncard-tools depends on:
ii  python-pythoncard             0.8.1-8    wxPython-based GUI construction fr

pythoncard-tools recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to