diff -Nru qtwebkit-source-2.0~week31/debian/changelog qtwebkit-source-2.0~week31/debian/changelog --- qtwebkit-source-2.0~week31/debian/changelog 2010-09-03 15:28:08.000000000 -0400 +++ qtwebkit-source-2.0~week31/debian/changelog 2010-09-09 19:41:45.000000000 -0400 @@ -1,3 +1,9 @@ +qtwebkit-source (2.0~week31-0ubuntu2) maverick; urgency=low + + * Installing the QML plugin for QtWebKit and added the package for it. + + -- Rodrigo Belem Thu, 09 Sep 2010 19:40:36 -0400 + qtwebkit-source (2.0~week31-0ubuntu1) maverick; urgency=low * New upstream release diff -Nru qtwebkit-source-2.0~week31/debian/control qtwebkit-source-2.0~week31/debian/control --- qtwebkit-source-2.0~week31/debian/control 2010-07-23 06:18:57.000000000 -0400 +++ qtwebkit-source-2.0~week31/debian/control 2010-09-09 19:56:02.000000000 -0400 @@ -37,6 +37,16 @@ QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. +Package: libqtwebkit4-declarative +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Declarative plugin for 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 QML plugin. + Package: libqtwebkit4-dbg Priority: extra Architecture: any diff -Nru qtwebkit-source-2.0~week31/debian/libqtwebkit4-declarative.install qtwebkit-source-2.0~week31/debian/libqtwebkit4-declarative.install --- qtwebkit-source-2.0~week31/debian/libqtwebkit4-declarative.install 1969-12-31 20:00:00.000000000 -0400 +++ qtwebkit-source-2.0~week31/debian/libqtwebkit4-declarative.install 2010-09-09 19:22:57.000000000 -0400 @@ -0,0 +1 @@ +usr/lib/qt4/imports/QtWebKit diff -Nru qtwebkit-source-2.0~week31/debian/patches/debian-changes-2.0~week31-0ubuntu2 qtwebkit-source-2.0~week31/debian/patches/debian-changes-2.0~week31-0ubuntu2 --- qtwebkit-source-2.0~week31/debian/patches/debian-changes-2.0~week31-0ubuntu2 1969-12-31 20:00:00.000000000 -0400 +++ qtwebkit-source-2.0~week31/debian/patches/debian-changes-2.0~week31-0ubuntu2 2010-09-09 20:01:06.000000000 -0400 @@ -0,0 +1,33 @@ +Description: Upstream changes introduced in version 2.0~week31-0ubuntu2 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + qtwebkit-source (2.0~week31-0ubuntu2) maverick; urgency=low + . + * Installing the QML plugin for QtWebKit and added the package for it. + . + The person named in the Author field signed this changelog entry. +Author: Rodrigo Belem + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- qtwebkit-source-2.0~week31.orig/lib/libQtWebKit.prl ++++ qtwebkit-source-2.0~week31/lib/libQtWebKit.prl +@@ -1,4 +1,4 @@ +-QMAKE_PRL_BUILD_DIR = /home/jr/src/qtwebkit/week27/qtwebkit-2.0-source/WebCore/ ++QMAKE_PRL_BUILD_DIR = /home/rodrigo/devel/sources/webkit/ubuntu/qtwebkit-source-2.0~week31/WebCore/ + QMAKE_PRO_INPUT = WebCore.pro + QMAKE_PRL_TARGET = libQtWebKit.so.4.7.0 + QMAKE_PRL_CONFIG = include_source_dir lex yacc uic resources qt release incremental link_prl exceptions no_mocdepend release stl qt_no_framework building-libs depend_includepath standalone_package depend_includepath nostrip hide_symbols x11 link_pkgconfig create_pc create_prl x11lib x11inc moc thread dll diff -Nru qtwebkit-source-2.0~week31/debian/patches/series qtwebkit-source-2.0~week31/debian/patches/series --- qtwebkit-source-2.0~week31/debian/patches/series 2010-07-23 09:13:19.000000000 -0400 +++ qtwebkit-source-2.0~week31/debian/patches/series 2010-09-09 20:01:06.000000000 -0400 @@ -12,3 +12,4 @@ 08_powerpc_s390_no_gc_sections.diff kubuntu_01_phonon.diff debian-changes-2.0~week27-0ubuntu1 +debian-changes-2.0~week31-0ubuntu2