Attached debdiff should fix this. Thank you.
diff -Nru mantis-1.0.6+dfsg/debian/changelog mantis-1.0.6+dfsg/debian/changelog --- mantis-1.0.6+dfsg/debian/changelog 2007-04-25 00:37:04.000000000 +0200 +++ mantis-1.0.6+dfsg/debian/changelog 2007-04-25 00:37:05.000000000 +0200 @@ -1,3 +1,9 @@ +mantis (1.0.6+dfsg-5) unstable; urgency=low + + * Depends on mysql-client (Closes: #) + + -- Luca Falavigna <[EMAIL PROTECTED]> Wed, 25 Apr 2007 00:36:16 +0200 + mantis (1.0.6+dfsg-4.1) unstable; urgency=low * Non-maintainer upload to fix remaining l10n issues diff -Nru mantis-1.0.6+dfsg/debian/control mantis-1.0.6+dfsg/debian/control --- mantis-1.0.6+dfsg/debian/control 2007-04-25 00:37:04.000000000 +0200 +++ mantis-1.0.6+dfsg/debian/control 2007-04-25 00:37:05.000000000 +0200 @@ -8,7 +8,7 @@ Package: mantis Architecture: all Pre-Depends: dbconfig-common -Depends: debconf, apache2 | apache | apache-ssl | apache-perl, libapache2-mod-php5 | libapache2-mod-php4 | libapache2-mod-php4| libapache-mod-php4, php5-mysql | php4-mysql, php5-cli | php4-cli, libphp-adodb, libphp-phpmailer +Depends: debconf, apache2 | apache | apache-ssl | apache-perl, libapache2-mod-php5 | libapache2-mod-php4 | libapache2-mod-php4| libapache-mod-php4, php5-mysql | php4-mysql, php5-cli | php4-cli, libphp-adodb, libphp-phpmailer, mysql-client Description: web-based bug tracking system Mantis is a bug tracking system based on PHP / MySQL. The software resides on a webserver, while any webbrowser should be able to

