tags 419321 + patch thanks Hi,
Attached is the diff for my aptsh 0.0.7+nmu1 NMU.
diff -Nru aptsh-0.0.7/debian/changelog /tmp/Hx1Il0Hszb/aptsh-0.0.7+nmu1/debian/changelog --- aptsh-0.0.7/debian/changelog 2007-04-09 16:30:38.000000000 +0200 +++ aptsh-0.0.7+nmu1/debian/changelog 2008-03-15 22:44:42.000000000 +0100 @@ -1,3 +1,10 @@ +aptsh (0.0.7+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #419321). + + -- Luk Claes <[EMAIL PROTECTED]> Sat, 15 Mar 2008 21:44:10 +0000 + aptsh (0.0.7) unstable; urgency=low * Fixed bug in printer.c. May had caused strange behaviour of orphans-* diff -Nru /tmp/kllgHmv3dq/aptsh-0.0.7/src/command_queue.cc /tmp/Hx1Il0Hszb/aptsh-0.0.7+nmu1/src/command_queue.cc --- aptsh-0.0.7/src/command_queue.cc 2007-04-09 16:30:42.000000000 +0200 +++ aptsh-0.0.7+nmu1/src/command_queue.cc 2008-03-15 22:43:54.000000000 +0100 @@ -5,6 +5,7 @@ using namespace std; +#include <cstdlib> #include <cstdio> #include <cstring>

