Hi, as Angel already stated the error was easy to fix. I verified with pbuilder that - the package FTBFS in its current state - compiles with the patch - can be installed.
Cheers, Martin
diff -Nur bashdb-4.2.0.8/debian/changelog bashdb-4.2.0.8-new/debian/changelog --- bashdb-4.2.0.8/debian/changelog 2011-11-28 18:24:14.000000000 +0000 +++ bashdb-4.2.0.8-new/debian/changelog 2011-12-25 19:51:45.000000000 +0000 @@ -1,3 +1,12 @@ +bashdb (4.2.0.8-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: /bin/bash: line 9: makeinfo: command not found" + (Closes: #652246) + * Added Build-Depends on texinfo + + -- Martin Eberhard Schauer <martin.e.scha...@gmx.de> Sun, 25 Dec 2011 19:50:54 +0000 + bashdb (4.2.0.8-1) unstable; urgency=low * New upstream release. diff -Nur bashdb-4.2.0.8/debian/control bashdb-4.2.0.8-new/debian/control --- bashdb-4.2.0.8/debian/control 2011-11-28 18:07:17.000000000 +0000 +++ bashdb-4.2.0.8-new/debian/control 2011-12-25 19:49:45.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Oleksandr Moskalenko <ma...@debian.org> -Build-Depends: debhelper (>= 7), texi2html +Build-Depends: debhelper (>= 7), texi2html, texinfo Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/collab-maint/bashdb.git Vcs-Browser: http://git.debian.org/?p=collab-maint/bashdb.git