Source: otb
Version: 5.4.0+dfsg-1
Severity: important
Tags: patch

Hi,

otb has few library packages directly specific as build
dependencies. This can be problematic e.g. in the (rare) case they bump
SONAME, but in general specifying directly a library as build
dependency is useless (its -dev will install the latest version of it).

Attached a patch that removes libqtcore4 and libqtgui4, as they are
both installed by libqt4-dev already.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -29,8 +29,6 @@ Build-Depends: debhelper (>= 9),
                libopenthreads-dev,
                libossim-dev,
                libqt4-dev,
-               libqtcore4,
-               libqtgui4,
                libtinyxml-dev,
                python-dev,
                swig

Reply via email to