I checked the Deb.log. The command that breaks the packaging is already before creating the actual deb package. It's when create the tar.gz from the binaries via fakeroot.
The command that is used is: /usr/bin/fakeroot "/usr/bin/cmake" -E tar cfz data.tar.gz ./usr where it should be: /usr/bin/fakeroot "/usr/bin/cmake -E tar cfz data.tar.gz" ./usr If that command would be correct, the rest might/would probably continue as well. Still digging in this for me unknown territory. Harry -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
