Source: ecflow
Version: 4.17.2-2
Severity: important
Tags: patch

Hi,

ecflow 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 libqt5gui5, libqt5widgets5, libqt5core5a,
and libqt5network5, as all of them are installed by qtbase5-dev
already.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,6 @@ Build-Depends: debhelper-compat (= 12),
   libxpm-dev,
   libssl-dev,
   qtbase5-dev,
-  libqt5gui5, 
-  libqt5widgets5,
-  libqt5core5a,
-  libqt5network5,
   libqt5svg5-dev,
   libqt5charts5-dev,
   libboost-test-dev, 

Reply via email to