tags 557800 + 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 gastables-0.2/debian/rules gastables-0.2/debian/rules
--- gastables-0.2/debian/rules
+++ gastables-0.2/debian/rules
@@ -21,8 +21,8 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	(cd gui; python$* setup.py install --root $(CURDIR)/debian/gastables)
-	(cd modules; python$* setup.py install --root $(CURDIR)/debian/python-gastables)
+	(cd gui; python$* setup.py install --root $(CURDIR)/debian/gastables --prefix=/usr)
+	(cd modules; python$* setup.py install --root $(CURDIR)/debian/python-gastables --prefix=/usr)
 
 # Build architecture-independent files here.
 binary-indep: install
diff -u gastables-0.2/debian/changelog gastables-0.2/debian/changelog
--- gastables-0.2/debian/changelog
+++ gastables-0.2/debian/changelog
@@ -1,3 +1,11 @@
+gastables (0.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * In debian/rules, add --prefix to setup.py for building
+    with Python 2.6 (Closes: #557800)
+
+ -- Jonathan Wiltshire <deb...@jwiltshire.org.uk>  Tue, 24 Nov 2009 22:58:38 +0000
+
 gastables (0.2-2) unstable; urgency=low
 
   * debian/rules: Fix the build (Closes: #526571)

Reply via email to