summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-05-16 15:59:10 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-05-16 15:59:10 -0300
commitd444af786114cd9d65f8b2150d71e2efa74e672f (patch)
treeac5e98cc4197b922f8e8c3b0f52baeb83321ef4d /debian/control
downloadqt5webkit-d444af786114cd9d65f8b2150d71e2efa74e672f.tar.gz
Initial commit.
Based on qt5 branch in qtwebkit's repo, but with some changes.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control88
1 files changed, 88 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6628ed9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,88 @@
+Source: qtwebkit-opensource-src
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
+Uploaders: Fathi Boudra <fabo@debian.org>,
+ Timo Jyrinki <timo@debian.org>,
+ Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
+Build-Depends: debhelper (>= 9.0.0),
+ flex,
+ bison,
+ gperf,
+ python-minimal,
+ python2.7,
+ ruby,
+ libgstreamer0.10-dev,
+ libgstreamer-plugins-base0.10-dev,
+ libicu-dev,
+ libsqlite3-dev,
+ libxml2-dev,
+ mesa-common-dev,
+ libgl1-mesa-dev [!armel !armhf] | libgl-dev [!armel !armhf],
+ libgles2-mesa-dev [armel armhf] | libgles2-dev [armel armhf],
+ libglib2.0-dev,
+ libglu1-mesa-dev [!armel !armhf] | libglu-dev [!armel !armhf],
+ libxrender-dev,
+ libxslt1-dev,
+ libqt5xmlpatterns5-private-dev,
+ qtbase5-private-dev,
+ libqt5opengl5-dev,
+ libqt5v8-5-private-dev,
+ qtscript5-private-dev,
+ qtdeclarative5-private-dev,
+ pkg-config,
+ pkg-kde-tools (>= 0.6.4),
+ chrpath,
+ libpng-dev,
+ libjpeg-dev,
+ libfontconfig1-dev,
+Standards-Version: 3.9.4
+Section: libs
+Homepage: http://trac.webkit.org/wiki/QtWebKit
+Vcs-Git: git://git.debian.org/pkg-kde/qt/qt5webkit.git
+Vcs-Browser: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=summary
+
+Package: libqt5webkit5-dev
+Section: libdevel
+Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+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.
+ .
+ This package contains the development files needed to build Qt 4 applications
+ using QtWebKit library.
+
+Package: libqt5webkit5
+Architecture: any
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+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.
+
+Package: libqt5webkit5-qmlwebkitplugin
+Architecture: any
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt WebKit QML plugin
+ 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 WebKit QML plugin for QtDeclarative.
+
+Package: libqt5webkit5-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: libqt5webkit5 (= ${binary:Version}), ${misc:Depends}
+Description: Web content engine library for Qt - debugging symbols
+ 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 debugging symbols for the Qt WebKit library.