tags 547821 + patch thanks Hi!
Please find attached a patch to fix this bug. HTH, and thanks. Kumar
diff -Nru --exclude changelog fonttools-2.2/debian/rules fonttools-2.2/debian/rules --- fonttools-2.2/debian/rules 2009-10-13 22:39:40.000000000 -0500 +++ fonttools-2.2/debian/rules 2009-10-13 22:39:40.000000000 -0500 @@ -13,6 +13,8 @@ CFLAGS += -O2 endif +include /usr/share/python/python.mk + build: build-stamp build-stamp: dh_testdir @@ -34,9 +36,9 @@ dh_testroot dh_clean -k dh_installdirs - set -e ; for python in $(PYVERS); do $$python setup.py install --install-data=/usr/share --no-compile --root=debian/fonttools; done - python setup.py install_scripts --force --install-dir=debian/fonttools/usr/bin - chmod a+x $(CURDIR)/debian/fonttools/usr/lib/python*/site-packages/FontTools/fontTools/ttx.py + set -e ; for python in $(PYVERS); do $$python setup.py install --install-data=/usr/share --no-compile --root=debian/fonttools $(py_setup_install_args); done + python setup.py install_scripts --force --install-dir=debian/fonttools/usr/bin + chmod a+x $(CURDIR)/debian/fonttools/usr/lib/python*/*-packages/FontTools/fontTools/ttx.py binary-indep: build install binary-arch: build install