Package: ddd Severity: whislist Tags: patch Please drop the explicit Build-Depends on libstdc++5-3.3 and g++.
The Build-Depends on libstdc++5-3.3 causes problems on architectures which do not have gcc-3.3. Regards Andreas Jochens diff -urN ../tmp-orig/ddd-3.3.9/debian/control ./debian/control --- ../tmp-orig/ddd-3.3.9/debian/control 2005-03-18 12:32:55.726902847 +0100 +++ ./debian/control 2005-03-18 12:32:48.212352626 +0100 @@ -1,7 +1,7 @@ Source: ddd Section: devel Priority: optional -Build-Depends: cdbs (>= 0.4.0), debhelper (>= 4.2.9), g++ (>= 2:3.2), lesstif2-dev, libreadline4-dev, libncurses5-dev, libxaw7-dev, libelfg0-dev [powerpc], rsh-client, lpr, libstdc++5-3.3-dev (>= 1:3.3.4-5) +Build-Depends: cdbs (>= 0.4.0), debhelper (>= 4.2.9), lesstif2-dev, libreadline4-dev, libncurses5-dev, libxaw7-dev, libelfg0-dev [powerpc], rsh-client, lpr Maintainer: Daniel Schepler <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

