Package: soya
Severity: normal
Tags: patch

Hi,

thanks for maintaining this package.

I just noticed, that debian/rules has $(PYTHON_CURRENT_VER), but uses 
hard-coded dependencies on python2.3 on changing execute permissions.

I've attached a patch that fixes this problem.

Cheers,
        Stefan.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12build1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--- soya-0.10.1.orig/debian/rules       2005-11-18 01:13:46.000000000 +0100
+++ soya-0.10.1/debian/rules    2005-11-18 01:13:20.000000000 +0100
@@ -22,9 +22,9 @@
        mkdir -p debian/python-soya/usr/share/python-soya
        mv 
debian/python-soya/usr/lib/python$(PYTHON_CURRENT_VER)/site-packages/soya/data/*
 debian/python-soya/usr/share/python-soya/
        rm -rf 
debian/python-soya/usr/lib/python$(PYTHON_CURRENT_VER)/site-packages/soya/data
-       chmod a+x 
debian/python-soya/usr/lib/python2.3/site-packages/soya/_3DS2soya.py \
-               
debian/python-soya/usr/lib/python2.3/site-packages/soya/objmtl2soya.py \
-               
debian/python-soya/usr/lib/python2.3/site-packages/soya/ms3d2soya.py
+       chmod a+x 
debian/python-soya/usr/lib/python$(PYTHON_CURRENT_VER)/site-packages/soya/_3DS2soya.py
 \
+               
debian/python-soya/usr/lib/python$(PYTHON_CURRENT_VER)/site-packages/soya/objmtl2soya.py
 \
+               
debian/python-soya/usr/lib/python$(PYTHON_CURRENT_VER)/site-packages/soya/ms3d2soya.py
 
 clean::
        rm -rf build config.pyc

Reply via email to