tags 565796 = patch tags 565912 = patch thanks Your note that you were able to build on Lenny triggered me to investigate (you could have gotten that earlier, if you involved the submitter!). Since I did not modify any of the dependencies I looked at the build, where funnily non-existant qt3 directories were included. I tried to track this down (unfortunately I don't know cdbs) and found out that qmake is an alternative which was set on my machine as follows:
*+ 1 /usr/bin/qmake-qt3
2 /usr/bin/qmake-qt4
If I change it to "2" tetzle and hexalate build fine. In Sid as of
today both alternatives are still present.
Policy is a bit quite about this problem, but I think it would not
hurt to clearly state that qmake-qt3 is *not* suitable to build these
programmes. Hence please apply the following patch (for hexalate,
analogous for tetzel as well):
--- debian/control.orig 2010-01-19 17:13:55.239388000 +0100
+++ debian/control 2010-02-01 18:40:02.828355989 +0100
@@ -3,6 +3,7 @@
Priority: optional
Maintainer: Bart Martens <[email protected]>
Build-Depends: cdbs, debhelper (>= 7), libqt4-dev, qt4-qmake, imagemagick
+Build-Conflicts: qt3-dev-tools
Standards-Version: 3.8.3
Homepage: http://gottcode.org/hexalate/
--
Dr. Helge Kreutzmann [email protected]
Dipl.-Phys. http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
Help keep free software "libre": http://www.ffii.de/
signature.asc
Description: Digital signature

