Bug#743417: ebook2cwgui FTBFS on hppa arch / patch attached

2014-04-10 Thread Christoph Feenders
Many thanks for bringing this issue to my attention, Helge! I've
prepared a new version of the package, dropping the libgcc1 and
libstdc++6 from the build-dependencies.

Christoph


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#743417: ebook2cwgui FTBFS on hppa arch / patch attached

2014-04-02 Thread Helge Deller
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org