diff options
author | Pino Toscano <pino@debian.org> | 2013-05-19 15:15:14 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-05-19 15:15:14 +0200 |
commit | 714b871d229583e280a3a290b02ba12d68253fe9 (patch) | |
tree | 88b20745889219d41752c55e66741c2c35c7e4d3 /debian/control | |
parent | 71bd511af1c667926c1724f7d86a09757b7ee572 (diff) | |
download | qt5webkit-714b871d229583e280a3a290b02ba12d68253fe9.tar.gz |
split libqt5webkitwidgets5
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 735d716..e075463 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,7 @@ Architecture: any Pre-Depends: dpkg (>= 1.15.6~) Depends: qtbase5-dev, libqt5webkit5 (= ${binary:Version}), + libqt5webkitwidgets5 (= ${binary:Version}), ${misc:Depends}, Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content @@ -63,6 +64,20 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Description: Web content engine library for Qt QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. + . + This package contains the main QtWebKit library. + +Package: libqt5webkitwidgets5 +Architecture: any +Multi-Arch: same +Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, + libqt5webkit5 (= ${binary:Version}) +Description: Web content engine library for Qt - GUI library + QtWebKit provides a Web browser engine that makes it easy to embed content + from the World Wide Web into your Qt application. + . + This package contains the widgets library for QtWebKit. Package: libqt5webkit5-qmlwebkitplugin Architecture: any |