tags 557826 + patch
thanks

Adding --prefix is sufficient; patch attached.

-- 
Jonathan Wiltshire

1024D: 0xDB800B52 / 4216 F01F DCA9 21AC F3D3  A903 CA6B EA3E DB80 0B52
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
diff -u lshell-0.9.6/debian/rules lshell-0.9.6/debian/rules
--- lshell-0.9.6/debian/rules
+++ lshell-0.9.6/debian/rules
@@ -21,7 +21,8 @@
 	dh_clean 
 
 install: build
-	python setup.py install --root=$(CURDIR)/debian/lshell/ --no-compile
+	python setup.py install --root=$(CURDIR)/debian/lshell/ --no-compile \
+		--prefix=/usr
 
 binary-indep: build install
 	dh_testdir
diff -u lshell-0.9.6/debian/changelog lshell-0.9.6/debian/changelog
--- lshell-0.9.6/debian/changelog
+++ lshell-0.9.6/debian/changelog
@@ -1,3 +1,11 @@
+lshell (0.9.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * In debian/rules, add --prefix to setup.py for building
+    with Python 2.6 (Closes: #557826)
+
+ -- Jonathan Wiltshire <deb...@jwiltshire.org.uk>  Tue, 24 Nov 2009 22:47:31 +0000
+
 lshell (0.9.6-1) unstable; urgency=low
 
   * Major security fix. User had access to all files located in forbidden 

Reply via email to