Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-12 Thread Cyril Brulebois
Pino Toscano (11/05/2012): > After the recent qt4 multiarch hiccups, I'm now being able to build > qapt successfully. Many thanks for these instructions, appreciated! No problem, > Upload is ongoing now. and thanks! Mraw, KiBi. signature.asc Description: Digital signature

Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-11 Thread Pino Toscano
Hi, Alle martedì 8 maggio 2012, Cyril Brulebois ha scritto: > Pino Toscano (18/04/2012): > > I've backported it to our packaging repository, so it just need > > upload by Kai, most probably (sorry, I don't know how to deal with > > git-bp- handled repositories...). > > In the parent directory: >

Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-10 Thread Cyril Brulebois
David Kalnischkies (10/05/2012): > For the record: I did this now and tried to recompile qapt without my > patch against such a "fixed" libapt-pkg-dev. It seems like it would > build, if qapt wouldn't have problems with picking up the > multiarchification of libqt4-dev (and friends) 4.8.1-1 which

Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-10 Thread David Kalnischkies
On Wed, Apr 18, 2012 at 2:10 AM, David Kalnischkies wrote: > We might end up fixing this in libapt-pkg-dev, but as transitive includes > are a bad thing it should be fixed in qapt either way. For the record: I did this now and tried to recompile qapt without my patch against such a "fixed" libap

Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-05-07 Thread Cyril Brulebois
Hi, trying to get the apt transition alive and rolling… Pino Toscano (18/04/2012): > I've backported it to our packaging repository, so it just need upload > by Kai, most probably (sorry, I don't know how to deal with git-bp- > handled repositories...). In the parent directory: apt-get sourc

Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-04-18 Thread Pino Toscano
tag 669098 + patch pending thanks Hi David, Alle mercoledì 18 aprile 2012, David Kalnischkies ha scritto: > Attached is a simple patch to fix the FTBFS of qapt since apt >= 0.9: > src/debfile.cpp:187:5: error: 'MD5Summation' was not declared in this > scope > > The problem is that it seems like

Bug#669098: qapt FTBFS MD5Summation and debMD5 undeclared

2012-04-17 Thread David Kalnischkies
Hi Jonathan and hello qapt debian-maintainers, Attached is a simple patch to fix the FTBFS of qapt since apt >= 0.9: src/debfile.cpp:187:5: error: 'MD5Summation' was not declared in this scope The problem is that it seems like I forgot to guard some header cleanup properly, so the transitive inc