diff options
author | Pino Toscano <pino@debian.org> | 2013-05-19 14:41:44 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-05-19 14:42:23 +0200 |
commit | 72c8cdce8d092dea19d92dfa4169031b6975e082 (patch) | |
tree | 9fc15703e2876a0e60ff397c2412e1153f179dd4 /debian/control | |
parent | bad2c8dd66b9c323dc076b72ecd09ba7c6d508cf (diff) | |
download | qt5webkit-72c8cdce8d092dea19d92dfa4169031b6975e082.tar.gz |
libqt5webkit5-dev: remove extra ${misc:Pre-Depends} and ${shlibs:Depends}
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1133a66..8b6ed2e 100644 --- a/debian/control +++ b/debian/control @@ -44,11 +44,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qt5webkit.git;a=summ Package: libqt5webkit5-dev Section: libdevel Architecture: any -Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Pre-Depends: dpkg (>= 1.15.6~) Depends: qtbase5-dev (>= 5), libqt5webkit5 (= ${binary:Version}), ${misc:Depends}, - ${shlibs:Depends} Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. |