[SCM] WebKit Debian packaging branch, debian/unstable, updated. upstream/1.1.11-738-g315de55

Gustavo Noronha Silva kov at debian.org
Tue Jul 28 16:52:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 315de55cf6b4eb9e7190a8515d334995c9236f3b
Author: Gustavo Noronha Silva <kov at debian.org>
Date:   Tue Jul 28 18:51:18 2009 +0200

    Updated copyright file

diff --git a/debian/changelog b/debian/changelog
index 04ebb69..0a42bb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 webkit (1.1.12-1) unstable; urgency=low
 
   * New upstream release
+  * debian/copyright:
+  - updated with changes since 1.1.10
 
- -- Gustavo Noronha Silva <kov at debian.org>  Tue, 28 Jul 2009 18:49:17 +0200
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 28 Jul 2009 18:49:55 +0200
 
 webkit (1.1.10-2) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 80b80cd..c3b618c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,6 +17,7 @@ Files: JavaScriptCore/API/*,
        JavaScriptCore/wtf/StringExtras.h,
        JavaScriptCore/wtf/unicode/UTF8.*,
        JavaScriptCore/yarr/*,
+       WebCore/bindings/js/DOMObjectWithSVGContext.h,
        WebCore/bindings/js/JSAudioConstructor.*,
        WebCore/bindings/js/JSConsoleCustom.cpp,
        WebCore/bindings/js/JSCoordinatesCustom.cpp,
@@ -56,6 +57,7 @@ Files: JavaScriptCore/API/*,
        WebCore/bindings/js/JSWorkerContextCustom.*,
        WebCore/bindings/js/JSWorkerCustom.*,
        WebCore/bindings/js/GCController.*,
+       WebCore/bindings/js/ScriptSourceProvider.h,
        WebCore/bridge/*,
        WebCore/css/CSSCanvasValue.*,
        WebCore/css/CSSFontFace.*,
@@ -210,6 +212,8 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
            © 2008 Kelvin W Sherlock (ksherlock at gmail.com)
            © 2008 Matt Lilek <webkit at mattlilek.com>
            © 2008, 2009 Paul Pedriana <ppedriana at ea.com>
+           © 2009 Daniel Bates (dbates at intudata.com)
+           © 2009 Joseph Pecoraro
 License: BSD-2
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -432,6 +436,7 @@ Files: JavaScriptCore/wtf/HashTable.*,
        WebCore/html/HTMLTableElement.*,
        WebCore/html/HTMLTextAreaElement.*,
        WebCore/html/HTMLTokenizer.*,
+       WebCore/html/ValidityState.*,
        WebCore/page/Chrome.*,
        WebCore/page/ChromeClient.h,
        WebCore/page/Frame.*,
@@ -599,7 +604,7 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
            © 2008 Nuanti Ltd
            © 2008 Nokia Corporation and/or its subsidiary(-ies)
            © 2007, 2008 Christian Dywan <christian at imiendo.com>
-           © 2008, 2009 Torch Mobile Inc
+           © 2008, 2009 Torch Mobile, Inc. All rights reserved.
            © 2008 Alex Mathews <possessedpenguinbob at gmail.com>
            © 2008 David Levin <levin at chromium.org>
            © 2009 David Smith (catfish.man at gmail.com)
@@ -610,7 +615,9 @@ Copyright: © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc.
            © 2008 Dominik Röttsches <dominik.roettsches at access-company.com>
            © 2009 Igalia S.L.
            © 2009 Google Inc.
-           © 2009 Diego Escalante Urrelo <diegoe at gnome.org>.
+           © 2009 Diego Escalante Urrelo <diegoe at gnome.org>
+           © 2009 Michelangelo De Simone <micdesim at gmail.com>
+           © 2009 Kenneth Rohde Christiansen
 License: LGPL-2+ (/usr/share/common-licenses/LGPL-2)
 
 Files: WebCore/bridge/npruntime_internal.h
@@ -706,8 +713,13 @@ License: other
 Files: JavaScriptCore/wtf/CrossThreadRefCounted.*,
        JavaScriptCore/wtf/FastMalloc.cpp,
        JavaScriptCore/wtf/TC*,
-       WebCore/bindings/js/InspectorController.idl,
-       WebCore/bindings/js/JSInspectorControllerCustom.*,
+       JavaScriptCore/wtf/PtrAndFlags.h,
+       WebCore/bindings/js/InspectorBackend.*,
+       WebCore/bindings/js/JSAbstractWorkerCustom.cpp,
+       WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp,
+       WebCore/bindings/js/JSInspectorBackendCustom.cpp,
+       WebCore/bindings/js/JSSharedWorkerConstructor.h,
+       WebCore/bindings/js/ScriptArray.*,
        WebCore/bindings/js/ScriptFunctionCall.*,
        WebCore/bindings/js/ScriptObject.*,
        WebCore/bindings/js/ScriptObjectQuarentine.*,
@@ -716,11 +728,16 @@ Files: JavaScriptCore/wtf/CrossThreadRefCounted.*,
        WebCore/css/themeChromiumWin.css,
        WebCore/css/themeWin.css,
        WebCore/css/themeWinQuirks.css,
-       WebCore/dom/MessagePortProxy.h,
+       WebCore/dom/default/PlatformMessagePortChannel.*,
+       WebCore/dom/ErrorEvent.*,
+       WebCore/dom/MessagePortChannel.*,
        WebCore/platform/CrossThreadCopier.*,
        WebCore/platform/text/TextEncodingDetector.*,
        WebCore/platform/text/TextEncodingDetectorICU.*,
        WebCore/platform/text/TextEncodingDetectorNone.*,
+       WebCore/workers/AbstractWorker.*,
+       WebCore/workers/DedicatedWorkerContext.*,
+       WebCore/workers/SharedWorker.*,
        WebCore/workers/GenericWorkerTask.h,
        WebCore/workers/WorkerContextProxy.h,
        WebCore/workers/WorkerObjectProxy.h,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list