tags 477034 + patch
thanks

Hi!

Please find attached a patch to fix this bug. The solution is to just
use the right Python version as given by pyversions -d.

HTH.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -Nru --exclude changelog wapiti-1.1.6/debian/rules wapiti-1.1.6/debian/rules
--- wapiti-1.1.6/debian/rules	2008-04-25 09:30:48.000000000 +0530
+++ wapiti-1.1.6/debian/rules	2008-04-25 09:30:48.000000000 +0530
@@ -22,7 +22,7 @@
 	chmod +x $(CURDIR)/debian/wapiti/usr/bin/wapiti
 	
 	# for lintian to solve the hybrid problem
-	chmod +x $(CURDIR)/debian/wapiti/usr/lib/python2.4/site-packages/*.py
+	chmod +x $(CURDIR)/debian/wapiti/usr/lib/`pyversions -d`/site-packages/*.py
 	#rm -f $(CURDIR)/debian/wapiti/usr/lib/python2.4/site-packages/*.egg-info
 
 binary-indep: install

Attachment: signature.asc
Description: Digital signature

Reply via email to