Package: ebook2cwgui Version: 0.1.2-1.1 ebook2cwgui fails to build on hppa. The only reason is, that "libgcc1" is listed in the debian/control file as "Build-Depends".
I think it's wrong to include libgcc1 in the build depends line. Adding a "| libgcc4" did solved it, like this: -Build-Depends: debhelper (>= 9), libgcc1, libstdc++6, libwxgtk3.0-dev +Build-Depends: debhelper (>= 9), libgcc1 | libgcc4, libstdc++6, libwxgtk3.0-dev But maybe "libgcc1" should go completely as it might not be necessary since the compiler will choose the correct one? Helge -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

