Ok, the patch here is trivial and attached in NMU form. -- 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 -ru pycxx-5.5.0.old/debian/changelog pycxx-5.5.0/debian/changelog --- pycxx-5.5.0.old/debian/changelog 2009-11-15 15:15:51.000000000 +0000 +++ pycxx-5.5.0/debian/changelog 2009-11-15 15:08:57.000000000 +0000 @@ -1,3 +1,11 @@ +pycxx (5.5.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: add --install-layout=deb for Python 2.6 transition + (closes: #556364) + + -- Jonathan Wiltshire <[email protected]> Sun, 15 Nov 2009 15:08:09 +0000 + pycxx (5.5.0-1) unstable; urgency=low * New upstream version. Closes: #536394. diff -ru pycxx-5.5.0.old/debian/rules pycxx-5.5.0/debian/rules --- pycxx-5.5.0.old/debian/rules 2009-11-15 15:15:51.000000000 +0000 +++ pycxx-5.5.0/debian/rules 2009-11-15 15:07:53.000000000 +0000 @@ -96,7 +96,8 @@ install-python%: /usr/bin/python$* setup.py install \ - --root=$(shell pwd)/debian/python-cxx + --root=$(shell pwd)/debian/python-cxx \ + --install-layout=deb find debian/python-cxx -name '*.egg-info' | xargs -r rm -f mkdir -p debian/python-cxx-dev/usr/share/ mv debian/python-cxx/usr/share/python$* \
signature.asc
Description: Digital signature

