Dear Jakub, I was wondering if you could please let me know if the attached patch fixes the FTBFS for you; I am getting some strange symbolic links with the build, so wanted to ensure that things are correct.
Thanks in advance. Kumar -- We do not stray out of all words into the ever silent; We do not raise our hands to the void for things beyond hope. - Rabindranath Tagore (The Gardener, 1915)
diff -Nru --exclude changelog func-0.24/debian/rules func-0.24/debian/rules --- func-0.24/debian/rules 2009-12-08 20:33:04.000000000 -0600 +++ func-0.24/debian/rules 2009-12-08 20:33:05.000000000 -0600 @@ -1,5 +1,6 @@ #!/usr/bin/make -f include /usr/share/quilt/quilt.make +-include /usr/share/python/python.mk export DH_VERBOSE=0 export DH_PYCENTRAL=include-links @@ -42,8 +43,11 @@ dh_testdir dh_testroot python$* setup.py install \ + --prefix=/usr \ --root=$(PYINST) \ - --install-scripts=/usr/share/func + --install-scripts=/usr/share/func \ + $(py_setup_install_args) + touch $@ ################################################################################