Source: vite
Version: 1.2+svn1430-1
Severity: important
Tags: patch

Hi,

vitw has a library package directly specified as build
dependency. 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 libqt4-opengl, as it is installed by
libqt4-opengl-dev already.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Samuel Thibault <sthiba...@debian.org>
 Build-Depends: debhelper (>= 7.0.50),
  cmake,
- libqt4-dev (>= 4:4.6), libqt4-opengl, libqt4-opengl-dev,
+ libqt4-dev (>= 4:4.6), libqt4-opengl-dev,
  texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
  libotf-trace-dev,
  texlive-fonts-recommended,

Reply via email to