[Pkg-webkit-commits] [SCM] WebKit Debian packaging branch, debian, updated. 8e23f8adc2d213b20d343aa68468298b1ff59975

Mike Hommey mh at glandium.org
Sat Aug 18 14:03:49 UTC 2007


The branch, debian has been updated
       via  8e23f8adc2d213b20d343aa68468298b1ff59975 (commit)
      from  115c2caeb57b9f4cafaea2c8c9356e036df0820f (commit)


- Log -----------------------------------------------------------------
commit 8e23f8adc2d213b20d343aa68468298b1ff59975
Author: Mike Hommey <mh at glandium.org>
Date:   Sat Aug 18 16:03:36 2007 +0200

    Import initial packaging

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                |    5 +
 debian/compat                   |    1 +
 debian/control                  |  109 +++++++
 debian/copyright                |  607 +++++++++++++++++++++++++++++++++++++++
 debian/libqtwebkit-dev.install  |    5 +
 debian/libqtwebkit0d.install    |    3 +
 debian/libwebkitgdk-dev.install |    4 +
 debian/libwebkitgdk0d.install   |    2 +
 debian/rules                    |  145 ++++++++++
 9 files changed, 881 insertions(+), 0 deletions(-)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/libqtwebkit-dev.install
 create mode 100644 debian/libqtwebkit0d.install
 create mode 100644 debian/libwebkitgdk-dev.install
 create mode 100644 debian/libwebkitgdk0d.install
 create mode 100755 debian/rules

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c5d82ec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+webkit (0~svn24735-1) unstable; urgency=low
+
+  * Initial release. (Closes: #428855)
+
+ -- Mike Hommey <glandium at debian.org>  Wed, 15 Aug 2007 14:19:46 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..391bcda
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,109 @@
+Source: webkit
+Priority: optional
+Section: web
+Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>
+Uploaders: Mike Hommey <glandium at debian.org>
+Build-Depends: debhelper (>= 5.0), libgtk2.0-dev, libqt4-dev, libicu-dev, libxslt-dev, libcurl4-dev, libsqlite3-dev, gperf, bison, flex
+Standards-Version: 3.7.2.2
+
+Package: libqtwebkit0d
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Web content engine library for Qt
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
+ used primarily in Apple's Safari browser.  It is made to be embedded in
+ other applications, such as mail readers, or web browsers.
+ .
+ It is able to display content such as HTML, SVG, XML, and others. It also
+ supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+ .
+ This is the library for embedding in Qt applications.
+ .
+ Homepage: http://webkit.org/
+
+Package: libqtwebkit-dev
+Section: libdevel
+Priority: extra
+Architecture: all
+Depends: libqtwebkit0d (>= ${source:Upstream-Version}), libqtwebkit0d (<< ${source:Version}.1~)
+Description: Web content engine library for Qt - Development files
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
+ used primarily in Apple's Safari browser.  It is made to be embedded in
+ other applications, such as mail readers, or web browsers.
+ .
+ It is able to display content such as HTML, SVG, XML, and others. It also
+ supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+ .
+ This package provides development files required to create Qt applications
+ embedding WebKit.
+ .
+ Homepage: http://webkit.org/
+
+Package: libqtwebkit0d-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libqtwebkit0d (= ${binary:Version})
+Description: Web content engine library for Qt - Debugging symbols
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
+ used primarily in Apple's Safari browser.  It is made to be embedded in
+ other applications, such as mail readers, or web browsers.
+ .
+ It is able to display content such as HTML, SVG, XML, and others. It also
+ supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+ .
+ This package provides the debugging symbols for the Webkit library for Qt.
+ .
+ Homepage: http://webkit.org/
+
+Package: libwebkitgdk0d
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Web content engine library for Gtk+
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
+ used primarily in Apple's Safari browser.  It is made to be embedded in
+ other applications, such as mail readers, or web browsers.
+ .
+ It is able to display content such as HTML, SVG, XML, and others. It also
+ supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+ .
+ This is the library for embedding in Gtk+ applications.
+ .
+ Homepage: http://webkit.org/
+
+Package: libwebkitgdk-dev
+Section: libdevel
+Priority: extra
+Architecture: all
+Depends: libwebkitgdk0d (>= ${source:Upstream-Version}), libwebkitgdk0d (<< ${source:Version}.1~)
+Description: Web content engine library for Gtk+ - Development files
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
+ used primarily in Apple's Safari browser.  It is made to be embedded in
+ other applications, such as mail readers, or web browsers.
+ .
+ It is able to display content such as HTML, SVG, XML, and others. It also
+ supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+ .
+ This package provides development files required to create Gtk+ applications
+ embedding WebKit.
+ .
+ Homepage: http://webkit.org/
+
+Package: libwebkitgdk0d-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libwebkitgdk0d (= ${binary:Version})
+Description: Web content engine library for Gtk+ - Debugging symbols
+ WebKit is a web content engine, derived from KHTML and KJS from KDE, and
+ used primarily in Apple's Safari browser.  It is made to be embedded in
+ other applications, such as mail readers, or web browsers.
+ .
+ It is able to display content such as HTML, SVG, XML, and others. It also
+ supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.
+ .
+ This package provides the debugging symbols for the Webkit library for Gtk+.
+ .
+ Homepage: http://webkit.org/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3620aa0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,607 @@
+Original source may be found at http://svn.webkit.org/repository/webkit/trunk
+The source tarball is an export of the whole trunk except the following
+directories: LayoutTests, PageLoadTests, JavaScriptCore/tests,
+JavaScriptCore/icu, WebCore/icu, WebCore/manual-tests, WebKitSite,
+WebKitTools/mangleme.
+ICU directories have been removed until proper licensing terms are included
+upstream, they are only necessary on MacOSX anyways.
+Tests have been removed because they represent much more data than the source
+code itself.
+WebKitSite has been removed because it is the webkit web site, and is not
+relevant.
+WebKitTools/mangleme has been removed for doubtful licensing terms.
+
+Files: debian/*
+Copyright: © 2007 Mike Hommey <glandium at debian.org>
+License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
+
+Files: JavaScriptCore/API/*,
+       JavaScriptCore/bindings/*,
+       JavaScriptCore/wtf/Assertions.*,
+       JavaScriptCore/wtf/MathExtras.h,
+       JavaScriptCore/wtf/Platform.h,
+       JavaScriptCore/wtf/StringExtras.h,
+       WebCore/WebCorePrefix.cpp,
+       WebCore/bindings/js/JSCSSRuleCustom.cpp,
+       WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp,
+       WebCore/bindings/js/JSCSSValueCustom.cpp,
+       WebCore/bindings/js/JSCustomXPathNSResolver.*,
+       WebCore/bindings/js/JSDOMExceptionConstructor.*,
+       WebCore/bindings/js/JSEventTargetNode.*,
+       WebCore/bindings/js/JSHTMLAllCollection.h,
+       WebCore/bindings/js/JSHTMLAppletElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLDocumentCustom.cpp,
+       WebCore/bindings/js/JSHTMLElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLFormElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp,
+       WebCore/bindings/js/JSHTMLObjectElementCustom.cpp,
+       WebCore/bindings/js/JSNamedNodeMapCustom.cpp,
+       WebCore/bindings/js/JSNamedNodesCollection.*,
+       WebCore/bindings/js/JSNodeCustom.cpp,
+       WebCore/bindings/js/JSNodeFilterCustom.cpp,
+       WebCore/bindings/js/JSNodeListCustom.cpp,
+       WebCore/bindings/js/JSSVGPODTypeWrapper.h,
+       WebCore/bindings/js/JSStyleSheetCustom.cpp,
+       WebCore/bindings/js/JSXSLTProcessor.*,
+       WebCore/bindings/js/GCController.*,
+       WebCore/bindings/objc/*,
+       WebCore/bridge/*,
+       WebCore/css/CSSRuleList.idl,
+       WebCore/css/CSSValueList.idl,
+       WebCore/css/MediaList.idl,
+       WebCore/css/MediaQuery*,
+       WebCore/css/view-source.css,
+       WebCore/css/svg.css,
+       WebCore/dom/BeforeTextInsertedEvent.*,
+       WebCore/dom/Clipboard.cpp,
+       WebCore/dom/ClipboardAccessPolicy.h,
+       WebCore/dom/EventTarget.cpp,
+       WebCore/dom/EventTarget.h,
+       WebCore/dom/OverflowEvent.*,
+       WebCore/dom/Position*,
+       WebCore/dom/TextEvent.*,
+       WebCore/editing/*,
+       WebCore/history/*,
+       WebCore/html/Canvas*,
+       WebCore/html/HTMLCanvasElement.*,
+       WebCore/html/HTMLParserErrorCodes.*,
+       WebCore/html/HTMLTextFieldInnerElement.*,
+       WebCore/html/HTMLViewSourceDocument.*,
+       WebCore/ksvg2/*/*.idl,
+       WebCore/loader/CachePolicy.h,
+       WebCore/loader/ImageDocument.*,
+       WebCore/loader/PluginDocument.*,
+       WebCore/loader/ProgressTracker.*,
+       WebCore/loader/SubstituteData.h,
+       WebCore/loader/TextDocument.*,
+       WebCore/loader/FTPDirectoryDocument.*,
+       WebCore/loader/*/*,
+       WebCore/page/*,
+       WebCore/platform/*,
+       WebCore/platform/graphics/svg/filters/cg/WK*,
+       WebCore/rendering/LayoutState.*,
+       WebCore/rendering/RenderHTMLCanvas.*,
+       WebCore/rendering/RenderTreeAsText.*,
+       WebCore/rendering/RenderWordBreak.*,
+       WebCore/rendering/SVGRenderTreeAsText.*,
+       WebCore/xml/*
+Copyright: © 2002, 2003, 2004, 2005, 2006, 2007 Apple Computer, Inc.
+           © 2005, 2006, 2007 Alexey Proskuryakov (ap at nypop.com)
+           © 2006, 2007 Trolltech ASA
+           © 2006, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+           © 2006 Samuel Weinig <sam.weinig at gmail.com>
+           © 2006 James G. Speth (speth at end.com)
+           © 2006 Jonas Witt <jonas.witt at gmail.com>
+           © 2005 Frerich Raabe <raabe at kde.org>
+           © 2005 Maksim Orlovich <maksim at kde.org>
+           © 2001, 2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard
+           © 2005, 2006 Alexander Kellett <lypanov at kde.org>
+           © 2005, 2006 Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>
+           © 2005, 2006 Michael Emmel mike.emmel at gmail.com
+           © 2005 Ben La Monica <ben.lamonica at gmail.com>
+           © 2005 Google Inc.
+           © 2005, 2006 Nokia Corporation
+           © 2005, 2006 Oliver Hunt <ojh16 at student.canterbury.ac.nz>
+           © 2006, 2007 Eric Seidel <eric at webkit.org>
+           © 2006 Allan Sandfeld Jensen <sandfeld at kde.org>
+           © 2006 Charles Samuels <charles at kde.org>
+           © 2006 Dave MacLachlan (dmaclach at mac.com)
+           © 2006 David Smith (catfish.man at gmail.com)
+           © 2006 Dirk Mueller <mueller at kde.org>
+           © 2006 Don Gibson <dgibson77 at gmail.com>
+           © 2006 Friedemann Kleint <fkleint at trolltech.com>
+           © 2006 George Staikos <staikos at kde.org>
+           © 2006 Justin Haygood <jhaygood at spsu.edu>
+           © 2006, 2007 Kevin Ollivier <kevino at theolliviers.com>
+           © 2006 Lars Knoll <lars at trolltech.com>
+           © 2006 Nefaur Khandker <nefaurk at gmail.com>
+           © 2006 Rob Buis <buis at kde.org>
+           © 2006 Simon Hausmann <hausmann at kde.org>
+           © 2006 Zack Rusin <zack at kde.org>
+           © 2007 Alp Toker <alp.toker at collabora.co.uk>
+           © 2007 Holger Hans Peter Freyther <zecke at selfish.org>
+           © 2007 Robin Dunn
+           © 2007 Staikos Computing Services Inc. <info at staikos.net>
+License: BSD-2
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: JavaScriptCore/DerivedSources.make,
+       JavaScriptCore/bindings/npruntime.h,
+       JavaScriptCore/jscore.bkl,
+       WebCore/DerivedSources.make,
+       WebCore/Projects/wx/webcore-wx.bkl,
+       WebCore/bindings/js/JSHTMLSelectElementCustom.h,
+       WebCore/bindings/js/JSEventCustom.cpp,
+       WebCore/bridge/mac/WebCoreScriptDebugger.*,
+       WebCore/editing/SmartReplace*,
+       WebCore/ksvg2/scripts/make_names.pl,
+       WebCore/loader/DocumentLoader.*,
+       WebCore/loader/FormState.*,
+       WebCore/loader/FrameLoader*,
+       WebCore/loader/MainResourceLoader.*,
+       WebCore/loader/NavigationAction.*,
+       WebCore/loader/NetscapePlugInStreamLoader.*,
+       WebCore/loader/ResourceLoader.*,
+       WebCore/loader/SubresourceLoader*,
+       WebCore/loader/mac/*,
+       WebCore/page/gdk/InspectorClientGdk.*,
+       WebCore/page/BarInfo.*,
+       WebCore/page/DOMSelection.*,
+       WebCore/page/InspectorController.*,
+       WebCore/page/Screen.*,
+       WebCore/page/inspector/*,
+       WebCore/platform/FileChooser.*,
+       WebCore/platform/FontCache.*,
+       WebCore/platform/FontData.*,
+       WebCore/platform/FontFallbackList.cpp,
+       WebCore/platform/Glyph*,
+       WebCore/platform/StringTruncator.*,
+       WebCore/platform/gdk/FontDataGdk.cpp,
+       WebCore/platform/gdk/FontCacheGdk.cpp,
+       WebCore/platform/gdk/GlyphPageTreeNodeGdk.cpp,
+       WebCore/platform/mac/FileChooserMac.mm,
+       WebCore/platform/mac/FontCacheMac.mm,
+       WebCore/platform/mac/FontDataMac.mm,
+       WebCore/platform/mac/GlyphPageTreeNodeMac.cpp,
+       WebCore/platform/mac/WebCoreNSStringExtras.*,
+       WebCore/platform/mac/WebCoreObjCExtras.*,
+       WebCore/platform/mac/WebFontCache.mm,
+       WebCore/platform/mac/make-charset-table.pl,
+       WebCore/platform/network/HTTPParsers.*,
+       WebCore/platform/network/cf/FormDataStreamCFNet.*,
+       WebCore/platform/network/mac/FormDataStreamMac.*,
+       WebCore/platform/qt/PlatformScreenQt.cpp,
+       WebCore/platform/win/FontCacheWin.cpp,
+       WebCore/platform/win/FontDataWin.cpp,
+       WebCore/platform/win/GDIObjectCounter.*,
+       WebCore/platform/win/GlyphPageTreeNodeWin.cpp,
+       WebCore/platform/win/SharedBufferWin.cpp,
+       WebCore/platform/win/UniscribeController.*,
+       WebCore/platform/wx/FontCacheWx.cpp,
+       WebCore/platform/wx/FontDataWx.cpp,
+       WebCore/platform/wx/FontPlatformData.h,
+       WebCore/platform/wx/GlyphMapWx.cpp,
+       WebCore/platform/FloatConversion.h,
+       WebCore/rendering/RenderListBox.*,
+       WebCore/webcore-base.bkl,
+       WebKitQt/WebCoreSupport/InspectorClientQt.*,
+       WebKitTools/BuildSlaveSupport/*,
+       WebKitTools/CodeCoverage/*,
+       WebKitTools/Drosera/*,
+       WebKitTools/DumpRenderTree/*,
+       WebKitTools/GdkLauncher/Bakefiles.bkgen,
+       WebKitTools/Scripts/*,
+       WebKitTools/WebKitLauncher/*,
+       WebKit/*,
+       WebKit/gtk/*,
+       WebKit/win/WebDragClient.h,
+       WebKit/win/WebKitLogging.*,
+       WebKit/win/WebKitStatistics*,
+       WebKit/win/WebPreferenceKeysPrivate.h,
+       WebKit/win/WebInspectorClient.*,
+       WebKit/win/WebNodeHighlight.*
+Copyright: © 2003, 2005, 2006, 2007 Apple Inc.
+           © 2006, 2007 Holger Hans Peter Freyther <zecke at selfish.org>
+           © 2004, Apple Computer, Inc. and The Mozilla Foundation
+           © 2006 Samuel Weinig <sam.weinig at gmail.com>
+           © 2006, 2007 Trolltech ASA
+           © 2006 Alexey Proskuryakov (ap at nypop.com)
+           © 2007 Matt Lilek (pewtermoose at gmail.com)
+           © 2006 Michael Emmel mike.emmel at gmail.com
+           © 2007 Alp Toker <alp.toker at collabora.co.uk>
+           © 2006 Kevin Ollivier <kevino at theolliviers.com>
+           © 2006 Mark Rowe <opendarwin.org at bdash.net.nz>
+           © 2004, 2005, 2006 Nathaniel Smith
+           © 2006 David Smith (catfish.man at gmail.com)
+           © 2006, 2007 Vladimir Olexa (vladimir.olexa at gmail.com)
+           © 2006 Nikolas Zimmermann <zimmermann at kde.org>
+           © 2006 Jonas Witt <jonas.witt at gmail.com>
+           © 2006 Eric Seidel (eric at webkit.org)
+           © 2007 Staikos Computing Services, Inc. <info at staikos.net>
+           © 2006 Graham Dennis
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1.  Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+ 2.  Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 3.  Neither the name of Apple, Inc. ("Apple") nor the names of
+     its contributors may be used to endorse or promote products derived
+     from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: JavaScriptCore/bindings/qt/*,
+       WebCore/ksvg2/svg/SVGAngle.idl,
+       WebCore/ksvg2/svg/SVGColor.idl,
+       WebCore/ksvg2/svg/SVGDocument.idl,
+       WebCore/ksvg2/svg/SVGElement.idl,
+       WebCore/ksvg2/svg/SVGLength.idl,
+       WebCore/ksvg2/svg/SVGMatrix.idl,
+       WebCore/ksvg2/svg/SVGMetadataElement.idl,
+       WebCore/ksvg2/svg/SVGNumber.idl,
+       WebCore/ksvg2/svg/SVGPoint.idl,
+       WebCore/ksvg2/svg/SVGRect.idl,
+       WebCore/ksvg2/svg/SVGSVGElement.idl,
+       WebCore/ksvg2/svg/SVGTransform.idl,
+       WebCore/page/Chrome.*,
+       WebCore/page/ChromeClient.h,
+       WebCore/page/Frame.*,
+       WebCore/page/FramePrivate.h,
+       WebCore/page/FrameTree.*,
+       WebCore/page/FrameView.*,
+       WebCore/page/MouseEventWithHitTestResults.*,
+       WebCore/page/Page.*,
+       WebCore/page/Plugin.h,
+       WebCore/page/mac/ChromeMac.mm,
+       WebCore/platform/AtomicString.*,
+       WebCore/platform/AtomicStringImpl.h,
+       WebCore/platform/Base64.cpp,
+       WebCore/platform/Font.cpp,
+       WebCore/platform/Font.h,
+       WebCore/platform/FontData.h,
+       WebCore/platform/FontDescription.h,
+       WebCore/platform/FontFallbackList.h,
+       WebCore/platform/PlatformString.h,
+       WebCore/platform/PopupMenuClient.h,
+       WebCore/platform/PopupMenu.h,
+       WebCore/platform/String.cpp,
+       WebCore/platform/SearchPopupMenu.h,
+       WebCore/platform/SegmentedString.*,
+       WebCore/platform/Shared.h,
+       WebCore/platform/StaticConstructors.h,
+       WebCore/platform/StringHash.h,
+       WebCore/platform/StringImpl.*,
+       WebCore/platform/TextStyle.h,
+       WebCore/platform/TextBreakIterator.h,
+       WebCore/platform/TextBreakIteratorICU.cpp,
+       WebCore/platform/TextBreakIteratorInternalICU.h,
+       WebCore/platform/cf/StringCF.cpp,
+       WebCore/platform/cf/StringImplCF.cpp,
+       WebCore/platform/gdk/FontPlatformData.h,
+       WebCore/platform/gdk/FontPlatformDataGdk.cpp,
+       WebCore/platform/gdk/PopupMenuGdk.cpp,
+       WebCore/platform/gdk/RenderThemeGdk.*,
+       WebCore/platform/graphics/FloatPoint3D.*,
+       WebCore/platform/graphics/Icon.h,
+       WebCore/platform/graphics/IntSizeHash.h,
+       WebCore/platform/graphics/PathTraversalState.cpp,
+       WebCore/platform/graphics/cairo/CairoPath.h,
+       WebCore/platform/graphics/cairo/PathCairo.cpp,
+       WebCore/platform/graphics/mac/IconMac.mm,
+       WebCore/platform/graphics/qt/IconQt.cpp,
+       WebCore/platform/graphics/svg/SVGResourceFilter.*,
+       WebCore/platform/graphics/svg/cg/SVGPaintServerCg.cpp,
+       WebCore/platform/graphics/svg/cg/SVGPaintServerGradientCg.cpp,
+       WebCore/platform/graphics/svg/cg/SVGPaintServerPatternCg.cpp,
+       WebCore/platform/graphics/svg/cg/SVGPaintServerSolidCg.cpp,
+       WebCore/platform/graphics/svg/filters/*,
+       WebCore/platform/graphics/svg/filters/cg/SVG*,
+       WebCore/platform/graphics/svg/qt/*,
+       WebCore/platform/graphics/win/IconWin.cpp,
+       WebCore/platform/mac/FontMac.mm,
+       WebCore/platform/mac/FontPlatformData.h,
+       WebCore/platform/mac/LocalCurrentGraphicsContext.*,
+       WebCore/platform/mac/PopupMenuMac.mm,
+       WebCore/platform/mac/SearchPopupMenuMac.mm,
+       WebCore/platform/mac/StringImplMac.mm,
+       WebCore/platform/mac/StringMac.mm,
+       WebCore/platform/mac/TextBreakIteratorInternalICUMac.mm,
+       WebCore/platform/network/FormData.*,
+       WebCore/platform/qt/FileChooserQt.cpp,
+       WebCore/platform/qt/FontQt.cpp,
+       WebCore/platform/qt/MenuEventProxy.h,
+       WebCore/platform/qt/PopupMenuQt.cpp,
+       WebCore/platform/qt/QWebPopup.cpp,
+       WebCore/platform/qt/PlugInInfoStoreQt.cpp,
+       WebCore/platform/qt/RenderThemeQt.cpp,
+       WebCore/platform/qt/QWebPopup.h,
+       WebCore/platform/qt/RenderThemeQt.h,
+       WebCore/platform/qt/SearchPopupMenuQt.cpp,
+       WebCore/platform/qt/WheelEventQt.cpp,
+       WebCore/platform/qt/TextBreakIteratorQt.cpp,
+       WebCore/platform/win/FontPlatformData.h,
+       WebCore/platform/win/FontPlatformDataWin.cpp,
+       WebCore/platform/win/PopupMenuWin.cpp,
+       WebCore/platform/win/SearchPopupMenuWin.cpp,
+       WebCore/platform/win/TextBreakIteratorInternalICUWin.cpp,
+       WebCore/platform/BidiContext.*,
+       WebCore/platform/BidiResolver.h,
+       WebCore/xml/DOMParser.*,
+       WebCore/xml/XMLSerializer.*,
+       WebCore/xml/XPathEvaluator.idl,
+       WebCore/xml/XPathExpression.idl,
+       WebCore/xml/XPathNSResolver.idl,
+       WebCore/xml/XPathResult.idl,
+       WebCore/xml/XSL*,
+       *
+Copyright: © 2002, 2003, 2004, 2005, 2006, 2007 Apple Inc.
+           © 1991, 1999 Free Software Foundation, Inc.
+           © 1997 Martin Jones (mjones at kde.org)
+           © 1998, 1999 Torben Weis <weis at kde.org>
+           © 1998-2003, 2006 Lars Knoll (knoll at kde.org)
+           © 1999-2004 Harri Porten (porten at kde.org)
+           © 1999, 2001 Antti Koivisto (koivisto at kde.org)
+           © 1999, 2002 Waldo Bastian (bastian at kde.org)
+           © 2000-2001 Dawit Alemayehu <adawit at kde.org>
+           © 2000 Daniel Molkentin (molkentin at kde.org)
+           © 2000-2003 Dirk Mueller (mueller at kde.org)
+           © 2000 Frederik Holljen (frederik.holljen at hig.no)
+           © 2000, 2001, 2003 Peter Kelly (pmk at post.com)
+           © 2000 Malte Starostik <malte at kde.org>
+           © 2000 Simon Hausmann <hausmann at kde.org>
+           © 2000 Stefan Schimanski (schimmi at kde.org)
+           © 2001 Tobias Anton (anton at stud.fbi.fh-darmstadt.de)
+           © 2002, 2003 The Karbon Developers
+           © 2002 Cyrus Patel <cyp at fb14.uni-mainz.de>
+           © 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann at kde.org>
+           © 2004, 2005, 2006, 2007 Rob Buis <buis at kde.org>
+           © 2004, 2005 Allan Sandfeld Jensen (kde at carewolf.com)
+           © 2004, 2006 Zack Rusin <zack at kde.org>
+           © 2005, 2006 Alexander Kellett <lypanov at kde.org>
+           © 2005, 2006, 2007 Alexey Proskuryakov <ap at nypop.com>
+           © 2005, 2006 Oliver Hunt <ojh16 at student.canterbury.ac.nz>
+           © 2006, 2007 Eric Seidel (eric at webkit.org)
+           © 2006, 2007 Samuel Weinig <sam at webkit.org>
+           © 2006 Anders Carlsson <andersca at mac.com>
+           © 2006 Andrew Wellington (proton at wiretapped.net)
+           © 2006 Bjoern Graf (bjoern.graf at gmail.com)
+           © 2006 Enrico Ros <enrico.ros at m31engineering.it>
+           © 2006 George Staikos <staikos at kde.org>
+           © 2006 Graham Dennis (graham.dennis at gmail.com)
+           © 2006 James G. Speth (speth at end.com)
+           © 2006 Jon Shier (jshier at iastate.edu)
+           © 2006 Maks Orlovich
+           © 2006 Michael Emmel <mike.emmel at gmail.com>
+           © 2006 Trolltech ASA
+           © 2007 Alp Toker <alp.toker at collabora.co.uk>
+           © 2007 Cameron Zwarich (cwzwarich at uwaterloo.ca)
+           © 2007 Holger Hans Peter Freyther <zecke at selfish.org>
+           © 2007 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
+           © 2007 Staikos Computing Services Inc. <info at staikos.net>
+License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
+
+Files: JavaScriptCore/bindings/npapi.h,
+       JavaScriptCore/kjs/DateMath.*,
+       WebCore/html/HTMLDocument.cpp,
+       WebCore/platform/Arena.*,
+       WebCore/platform/image-decoders/gif/GIFImageReader.*,
+       WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp,
+       WebCore/platform/image-decoders/png/PNGImageDecoder.cpp,
+       WebCore/platform/image-decoders/zlib/mozzconf.h,
+       WebCore/rendering/RenderArena.*,
+       WebCore/rendering/RenderLayer.*
+Copyright: © 1998, 2001-2006 mozilla.org
+           © 1999, 2000 Harri Porten (porten at kde.org)
+           © 2003, 2004, 2005, 2006, 2007 Apple Inc.
+           © 1998-2000, 2002 Netscape Communications Corporation.
+           © 1999 Lars Knoll (knoll at kde.org)
+           © 1999 Antti Koivisto (koivisto at kde.org)
+           © 2004 IBM Corporation
+License: LGPL-2.1+ (/usr/share/common-licenses/LGPL-2) | GPL-2+ (/usr/share/common-licenses/GPL-2) | MPL-1.1
+ Other contributors for this code include:
+ - Boris Zbarsky <bzbarsky at mit.edu>
+ - Chris Saari <saari at netscape.com>
+ - Christian Biesinger <cbiesinger at web.de>
+ - David Baron <dbaron at fas.harvard.edu>
+ - Jeff Hostetler <jeff at nerdone.com>
+ - Josh Soref <timeless at mac.com>
+ - Nick Blievers <nickb at adacel.com.au>
+ - Raffaele Sena <raff at netwinder.org>
+ - Randall Jesup <rjesup at wgate.com>
+ - Robert O'Callahan <roc+ at cs.cmu.edu>
+ - Roland Mainz <roland.mainz at informatik.med.uni-giessen.de>
+ - Stuart Parmenter <stuart at mozilla.com>
+ - Tom Rini <trini at kernel.crashing.org>
+
+Files: JavaScriptCore/pcre/*
+Copyright: © 1997-2005 University of Cambridge
+           © 2002, 2004, 2005, 2006, 2007 Apple Inc.
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+ .
+     * Neither the name of the University of Cambridge nor the names of its
+       contributors may be used to endorse or promote products derived from
+       this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: JavaScriptCore/kjs/dtoa.cpp
+Copyright: © 1991, 2000, 2001 Lucent Technologies
+License: other
+ Permission to use, copy, modify, and distribute this software for any
+ purpose without fee is hereby granted, provided that this entire notice
+ is included in all copies of any software which is or includes a copy
+ or modification of this software and in all copies of the supporting
+ documentation for such software.
+ .
+ THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
+ REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+ OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+
+Files: JavaScriptCore/wtf/FastMalloc.cpp,
+       JavaScriptCore/wtf/TC*
+Copyright: © 2005 Google Inc.
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+     * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: WebCore/platform/image-decoders/zlib/*
+Copyright: © 1995-2005 Mark Adler
+           © 1995-2005 Jean-loup Gailly
+License: other
+ This software is provided 'as-is', without any express or implied
+ warranty.  In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+Files: WebKitTools/DumpRenderTree/DumpRenderTree.vcproj/TestNetscapePlugin/main.c,
+       WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.c,
+       WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h,
+       WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/TestObject.c,
+       WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/TestObject.h,
+       WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/main.c
+Copyright: © Apple Inc.
+License: other
+ IMPORTANT:  This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
+ consideration of your agreement to the following terms, and your use, installation, 
+ modification or redistribution of this Apple software constitutes acceptance of these 
+ terms.  If you do not agree with these terms, please do not use, install, modify or 
+ redistribute this Apple software.
+ .
+ In consideration of your agreement to abide by the following terms, and subject to these 
+ terms, Apple grants you a personal, non-exclusive license, under Apple's copyrights in 
+ this original Apple software (the "Apple Software"), to use, reproduce, modify and 
+ redistribute the Apple Software, with or without modifications, in source and/or binary 
+ forms; provided that if you redistribute the Apple Software in its entirety and without 
+ modifications, you must retain this notice and the following text and disclaimers in all 
+ such redistributions of the Apple Software.  Neither the name, trademarks, service marks 
+ or logos of Apple Computer, Inc. may be used to endorse or promote products derived from 
+ the Apple Software without specific prior written permission from Apple. Except as expressly
+ stated in this notice, no other rights or licenses, express or implied, are granted by Apple
+ herein, including but not limited to any patent rights that may be infringed by your 
+ derivative works or by other works in which the Apple Software may be incorporated.
+ .
+ The Apple Software is provided by Apple on an "AS IS" basis.  APPLE MAKES NO WARRANTIES, 
+ EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, 
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS 
+ USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
+ .
+ IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL 
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, 
+ REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND 
+ WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR 
+ OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: WebKitTools/iExploder/*
+Copyright: © 2005 Thomas Stromberg <thomas at stromberg.org>
+License: other
+ This software is provided 'as-is', without any express or implied warranty.
+ In no event will the authors be held liable for any damages arising from the
+ use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software in a
+ product, an acknowledgment in the product documentation would be appreciated
+ but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source distribution.
+
+Files: WebKitTools/Scripts/prepare-ChangeLog
+Copyright: © 2000, 2001 Eazel, Inc.
+           © 2002, 2003, 2004, 2005, 2006, 2007 Apple Inc.
+License: GPL-2+ (/usr/share/common-licenses/GPL-2)
diff --git a/debian/libqtwebkit-dev.install b/debian/libqtwebkit-dev.install
new file mode 100644
index 0000000..bf1a693
--- /dev/null
+++ b/debian/libqtwebkit-dev.install
@@ -0,0 +1,5 @@
+usr/lib/libQtWebKit.so
+usr/lib/libQtWebKit.prl
+usr/include/qt4
+usr/mkspecs/features/qtwebkit.prf usr/share/qt4/mkspecs/features
+usr/lib/pkgconfig/QtWebKit.pc
diff --git a/debian/libqtwebkit0d.install b/debian/libqtwebkit0d.install
new file mode 100644
index 0000000..e429c6f
--- /dev/null
+++ b/debian/libqtwebkit0d.install
@@ -0,0 +1,3 @@
+usr/lib/libQtWebKit.so.*
+usr/lib/WebKit/QtLauncher
+usr/lib/WebKit/DumpRenderTree
diff --git a/debian/libwebkitgdk-dev.install b/debian/libwebkitgdk-dev.install
new file mode 100644
index 0000000..2f209dd
--- /dev/null
+++ b/debian/libwebkitgdk-dev.install
@@ -0,0 +1,4 @@
+usr/lib/libWebKitGdk.so
+usr/lib/libWebKitGdk.prl
+usr/include/WebKit
+usr/lib/pkgconfig/WebKitGdk.pc
diff --git a/debian/libwebkitgdk0d.install b/debian/libwebkitgdk0d.install
new file mode 100644
index 0000000..abc67f7
--- /dev/null
+++ b/debian/libwebkitgdk0d.install
@@ -0,0 +1,2 @@
+usr/lib/libWebKitGdk.so.*
+usr/lib/WebKit/GdkLauncher
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b25f34c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,145 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+SO_VERSION=0d
+
+clean-gdk:
+	dh_testdir
+	dh_testroot
+
+	rm -f build-gdk-stamp install-gdk-stamp
+	rm -rf build-gdk
+
+clean-qt:
+	dh_testdir
+	dh_testroot
+
+	rm -f build-qt-stamp install-qt-stamp
+	rm -rf build-qt
+
+clean: clean-gdk clean-qt
+	dh_testdir
+	dh_testroot
+
+	dh_clean
+
+build-gdk: build-gdk-stamp
+
+build-gdk-stamp:
+	dh_testdir
+
+	[ ! -d build-gdk ] && mkdir build-gdk || true
+	cd build-gdk && \
+	qmake -r \
+		OUTPUT_DIR=$(CURDIR)/build-gdk \
+		QMAKE_STRIP=/bin/true \
+		QMAKE_RPATH= \
+		QMAKE_CFLAGS="-g -O2 -Wall" \
+		QMAKE_CXXFLAGS="-g -O2 -Wall" \
+		QMAKE_LFLAGS="-Wl,--as-needed" \
+		VERSION=$(SO_VERSION) \
+		CONFIG-=qt CONFIG+=gdk-port \
+		WEBKIT_INC_DIR=/usr/include/WebKit \
+		WEBKIT_LIB_DIR=/usr/lib \
+		$(CURDIR)/WebKit.pro
+
+	make -C build-gdk
+
+	touch $@
+
+build-qt: build-qt-stamp
+
+build-qt-stamp:
+	dh_testdir
+
+	[ ! -d build-qt ] && mkdir build-qt || true
+	cd build-qt && \
+	qmake -r \
+		OUTPUT_DIR=$(CURDIR)/build-qt \
+		QMAKE_STRIP=/bin/true \
+		QMAKE_RPATH= \
+		QMAKE_CFLAGS="-g -O2 -Wall" \
+		QMAKE_CXXFLAGS="-g -O2 -Wall" \
+		QMAKE_LFLAGS="-Wl,--as-needed" \
+		VERSION=$(SO_VERSION) \
+		CONFIG+=qt-port \
+		$(CURDIR)/WebKit.pro
+
+	make -C build-qt
+
+	touch $@
+
+build: build-gdk build-qt
+
+install-clean:
+	dh_clean -k
+	install -d -m 755 debian/tmp
+
+install-gdk: install-gdk-stamp
+
+install-gdk-stamp: install-clean build-gdk-stamp debian/tmp
+	dh_testdir
+	dh_testroot
+
+	make -C build-gdk install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	[ ! -d debian/tmp/usr/lib/WebKit ] && install -d -m 755 debian/tmp/usr/lib/WebKit || true
+	install -m 755 build-gdk/WebKitTools/GdkLauncher/GdkLauncher debian/tmp/usr/lib/WebKit
+	sed -i '/^Libs: / s/^\(Libs:  *[^ ][^ ]*  *[^ ][^ ]*  *\)/\1\nLibs.private: /' debian/tmp/usr/lib/pkgconfig/WebKitGdk.pc
+
+	touch $@
+
+install-qt: install-qt-stamp
+
+install-qt-stamp: install-clean build-qt-stamp debian/tmp
+	dh_testdir
+	dh_testroot
+
+	make -C build-qt install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	[ ! -d debian/tmp/usr/lib/WebKit ] && install -d -m 755 debian/tmp/usr/lib/WebKit || true
+	install -m 755 build-qt/WebKitQt/QtLauncher/QtLauncher debian/tmp/usr/lib/WebKit
+	install -m 755 build-qt/WebKitTools/DumpRenderTree/DumpRenderTree.qtproj/DumpRenderTree debian/tmp/usr/lib/WebKit
+	sed -i '/^Libs: / { s/^\(Libs:  *[^ ][^ ]*  *[^ ][^ ]*  *\)/\1\nLibs.private: /; s/-L[^ ]* *-lqtwebico *// }' debian/tmp/usr/lib/pkgconfig/QtWebKit.pc
+
+	touch $@
+
+install: install-gdk install-qt
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs -i
+	dh_installchangelogs -i
+	dh_install -i --sourcedir=debian/tmp
+	dh_link -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs -a
+	dh_installchangelogs -a
+	dh_install -a --sourcedir=debian/tmp
+	dh_link -a
+	dh_strip -plibwebkitgdk$(SO_VERSION) --dbg-package=libwebkitgdk$(SO_VERSION)-dbg
+	dh_strip -plibqtwebkit$(SO_VERSION) --dbg-package=libqtwebkit$(SO_VERSION)-dbg
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+
+.PHONY: build build-gdk build-qt clean clean-gdk clean-qt install install-gdk install-qt binary binary-indep binary-arch install-clean

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list