tags 557791 + 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 bugz-0.7.3/debian/rules bugz-0.7.3/debian/rules --- bugz-0.7.3/debian/rules +++ bugz-0.7.3/debian/rules @@ -16,7 +16,8 @@ dh_testdir dh_testroot dh_clean -k - python setup.py install --root=$(CURDIR)/debian/bugz/ + python setup.py install --root=$(CURDIR)/debian/bugz/ \ + --prefix=/usr dh_install binary-indep: install diff -u bugz-0.7.3/debian/changelog bugz-0.7.3/debian/changelog --- bugz-0.7.3/debian/changelog +++ bugz-0.7.3/debian/changelog @@ -1,3 +1,11 @@ +bugz (0.7.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * In debian/rules, add --prefix to setup.py for building + with Python 2.6 (Closes: #557791) + + -- Jonathan Wiltshire <deb...@jwiltshire.org.uk> Tue, 24 Nov 2009 20:53:01 +0000 + bugz (0.7.3-1) unstable; urgency=low * initial release. (Closes: #515092)