From cc6ee7d283c9c809058678593340fcf6b4270f8e Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 17:10:16 +0200 Subject: Prepare QtWebKit 2.2.1 multiaarch for experimental. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16bf029..721144e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -qtwebkit (2.2.0-3) UNRELEASED; urgency=low +qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low - * Update the symbols file for ia64 and mipsel architectures. + * New upstream release. -- Fathi Boudra Wed, 28 Dec 2011 10:10:59 +0200 -- cgit v1.2.3 From fba247460789f69580e09cadd0a9667e219db931 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 17:16:35 +0200 Subject: Refresh patches - no changes needed. --- debian/patches/01_lflags_as-needed.diff | 2 +- debian/patches/02_add_nostrip_for_debug_packages.diff | 2 +- debian/patches/03_hide_std_symbols.diff | 2 +- debian/patches/glibc_mkspec.diff | 2 +- debian/patches/stabs_format_debug_info.diff | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/01_lflags_as-needed.diff b/debian/patches/01_lflags_as-needed.diff index 4fb615d..48efeda 100644 --- a/debian/patches/01_lflags_as-needed.diff +++ b/debian/patches/01_lflags_as-needed.diff @@ -7,7 +7,7 @@ Author: Fathi Boudra --- a/Source/WebKit.pri +++ b/Source/WebKit.pri -@@ -91,6 +91,8 @@ win32-g++* { +@@ -100,6 +100,8 @@ win32-g++* { CONFIG -= warn_on *-g++*:QMAKE_CXXFLAGS += -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self diff --git a/debian/patches/02_add_nostrip_for_debug_packages.diff b/debian/patches/02_add_nostrip_for_debug_packages.diff index 87ad141..5a619f8 100644 --- a/debian/patches/02_add_nostrip_for_debug_packages.diff +++ b/debian/patches/02_add_nostrip_for_debug_packages.diff @@ -8,7 +8,7 @@ Author: Fathi Boudra --- a/Source/WebKit.pri +++ b/Source/WebKit.pri -@@ -27,6 +27,8 @@ CONFIG(standalone_package): DEFINES *= N +@@ -36,6 +36,8 @@ CONFIG(standalone_package): DEFINES *= N CONFIG += depend_includepath DEPENDPATH += $$OUT_PWD diff --git a/debian/patches/03_hide_std_symbols.diff b/debian/patches/03_hide_std_symbols.diff index 402598a..e5c3d31 100644 --- a/debian/patches/03_hide_std_symbols.diff +++ b/debian/patches/03_hide_std_symbols.diff @@ -9,7 +9,7 @@ Author: Sune Vuorela --- a/Source/WebKit.pri +++ b/Source/WebKit.pri -@@ -94,6 +94,7 @@ CONFIG -= warn_on +@@ -103,6 +103,7 @@ CONFIG -= warn_on *-g++*:QMAKE_CXXFLAGS += -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self *-g++*:QMAKE_LFLAGS += -Wl,--as-needed diff --git a/debian/patches/glibc_mkspec.diff b/debian/patches/glibc_mkspec.diff index 99697e0..f75b02c 100644 --- a/debian/patches/glibc_mkspec.diff +++ b/debian/patches/glibc_mkspec.diff @@ -26,7 +26,7 @@ Forwarded: not-needed PKGCONFIG += glib-2.0 gio-2.0 --- a/Source/WebKit.pri +++ b/Source/WebKit.pri -@@ -104,7 +104,7 @@ CONFIG -= warn_on +@@ -113,7 +113,7 @@ CONFIG -= warn_on *-g++*:QMAKE_LFLAGS += -Wl,--version-script,$$PWD/symbols.filter # Treat warnings as errors on x86/Linux/GCC diff --git a/debian/patches/stabs_format_debug_info.diff b/debian/patches/stabs_format_debug_info.diff index aa87b74..ea15ad0 100644 --- a/debian/patches/stabs_format_debug_info.diff +++ b/debian/patches/stabs_format_debug_info.diff @@ -11,7 +11,7 @@ Bug-Debian: http://bugs.debian.org/618325 --- a/Source/WebKit.pri +++ b/Source/WebKit.pri -@@ -71,6 +71,13 @@ CONFIG(release, debug|release) { +@@ -80,6 +80,13 @@ CONFIG(release, debug|release) { DEFINES += NDEBUG } -- cgit v1.2.3 From cf09df07f2b0dff79faa1ee7f411c1747932964b Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 17:17:43 +0200 Subject: Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. --- debian/changelog | 1 + .../adjust_symbols_visibility_for_webcore.diff | 30 ---------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 debian/patches/adjust_symbols_visibility_for_webcore.diff diff --git a/debian/changelog b/debian/changelog index 721144e..fdfb9c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low * New upstream release. + * Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. -- Fathi Boudra Wed, 28 Dec 2011 10:10:59 +0200 diff --git a/debian/patches/adjust_symbols_visibility_for_webcore.diff b/debian/patches/adjust_symbols_visibility_for_webcore.diff deleted file mode 100644 index 0ee08a9..0000000 --- a/debian/patches/adjust_symbols_visibility_for_webcore.diff +++ /dev/null @@ -1,30 +0,0 @@ -From 14b2ab0ee15794cc32b198860e2978c8f51e18c7 Mon Sep 17 00:00:00 2001 -From: commit-queue -Date: Tue, 1 Nov 2011 10:17:06 +0000 -Subject: [PATCH] bad codegen, pointer diff in - JSC::JSCallbackConstructor::JSCallbackConstructor - https://bugs.webkit.org/show_bug.cgi?id=60951 - -Adjust symbols visibility for WebCore. - -Patch by Zeno Albisser on 2011-11-01 -Reviewed by Simon Hausmann. - -* WebCore.pro: - -git-svn-id: http://svn.webkit.org/repository/webkit/trunk@98947 268f45cc-cd09-0410-ab3c-d52691b4dbfc ---- - Source/WebCore/WebCore.pro | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/Source/WebCore/WebCore.pro -+++ b/Source/WebCore/WebCore.pro -@@ -7,6 +7,8 @@ include($$PWD/../WebKit.pri) - include($$PWD/WebCore.pri) - include($$PWD/../JavaScriptCore/JavaScriptCore.pri) - -+contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols -+ - TEMPLATE = lib - TARGET = $$WEBCORE_TARGET - CONFIG += staticlib diff --git a/debian/patches/series b/debian/patches/series index b2d2bc4..6c06450 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ # upstream patches -adjust_symbols_visibility_for_webcore.diff # debian patches 01_lflags_as-needed.diff -- cgit v1.2.3 From 2a455c7e38279fbb0e4a1d17e5565c930cbfccc9 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 17:21:14 +0200 Subject: Bump Qt build dependency to 4:4.8.0~. This version introduce multiarch. --- debian/changelog | 2 ++ debian/control | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fdfb9c1..ff64a39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low * New upstream release. * Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. + * Update debian/control: + - bump Qt build dependency to 4:4.8.0~. This version introduce multiarch. -- Fathi Boudra Wed, 28 Dec 2011 10:10:59 +0200 diff --git a/debian/control b/debian/control index 2943475..d53731d 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 8.1.3~), libgstreamer-plugins-base0.10-dev, libgstreamer0.10-dev, libicu-dev, - libqt4-dev (>= 4:4.7.3), - libqt4-opengl-dev (>= 4:4.7.3), + libqt4-dev (>= 4:4.8.0~), + libqt4-opengl-dev (>= 4:4.8.0~), libsqlite3-dev, libxext-dev, libxrender-dev, @@ -23,7 +23,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-kde/qt/qtwebkit.git;a=summary Package: libqtwebkit-dev Section: libdevel Architecture: any -Depends: libqt4-dev (>= 4:4.7.3), +Depends: libqt4-dev (>= 4:4.8.0~), libqtwebkit4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -- cgit v1.2.3 From adc1d24ed259502cffafffe2e5793f72bc4705f7 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 17:25:09 +0200 Subject: Update debian/*.install files for multiarch. --- debian/changelog | 1 + debian/libqtwebkit-dev.install | 8 ++++---- debian/libqtwebkit4.install | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff64a39..d6f1e86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low * Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. * Update debian/control: - bump Qt build dependency to 4:4.8.0~. This version introduce multiarch. + * Update debian/*.install files for multiarch. -- Fathi Boudra Wed, 28 Dec 2011 10:10:59 +0200 diff --git a/debian/libqtwebkit-dev.install b/debian/libqtwebkit-dev.install index 73816bc..cb4dbaa 100644 --- a/debian/libqtwebkit-dev.install +++ b/debian/libqtwebkit-dev.install @@ -30,8 +30,8 @@ usr/include/qt4/QtWebKit/qwebpluginfactory.h usr/include/qt4/QtWebKit/qwebsecurityorigin.h usr/include/qt4/QtWebKit/qwebsettings.h usr/include/qt4/QtWebKit/qwebview.h -usr/lib/libQtWebKit.prl -usr/lib/libQtWebKit.so -usr/lib/pkgconfig/QtWebKit.pc -usr/lib/qt4/plugins/designer/libqwebview.so +usr/lib/*/libQtWebKit.prl +usr/lib/*/libQtWebKit.so +usr/lib/*/pkgconfig/QtWebKit.pc +usr/lib/*/qt4/plugins/designer/libqwebview.so usr/share/qt4/mkspecs/modules/qt_webkit_version.pri diff --git a/debian/libqtwebkit4.install b/debian/libqtwebkit4.install index 3872f0f..917f930 100644 --- a/debian/libqtwebkit4.install +++ b/debian/libqtwebkit4.install @@ -1 +1 @@ -usr/lib/libQtWebKit.so.* +usr/lib/*/libQtWebKit.so.* -- cgit v1.2.3 From 0cde7de4c92725f5c72c5ed8cb3d2eb60356ee38 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 17:28:31 +0200 Subject: Add Multi-Arch and Pre-Depends fields to libqtwebkit4 package. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d6f1e86..4296e81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low * Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. * Update debian/control: - bump Qt build dependency to 4:4.8.0~. This version introduce multiarch. + - add Multi-Arch and Pre-Depends fields to libqtwebkit4 package. * Update debian/*.install files for multiarch. -- Fathi Boudra Wed, 28 Dec 2011 10:10:59 +0200 diff --git a/debian/control b/debian/control index d53731d..4bde2d7 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,8 @@ Description: Web content engine library for Qt - development files Package: libqtwebkit4 Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: libqt4-webkit (<= 4:4.7.0~beta1) Description: Web content engine library for Qt -- cgit v1.2.3 From 26ed0f8f9dff677ad24030c45c6cc49f4991f033 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 21:57:54 +0200 Subject: Update debian/compat: bump to 9 - multiarch --- debian/changelog | 1 + debian/compat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4296e81..00e84bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low * New upstream release. * Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. + * Update debian/compat: bump to 9. * Update debian/control: - bump Qt build dependency to 4:4.8.0~. This version introduce multiarch. - add Multi-Arch and Pre-Depends fields to libqtwebkit4 package. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 -- cgit v1.2.3 From e79b53c9de42a220133915e6f3281f1b0ce847a5 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 21:58:53 +0200 Subject: Update symbols file --- debian/libqtwebkit4.symbols | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/debian/libqtwebkit4.symbols b/debian/libqtwebkit4.symbols index 08b7529..d43350a 100644 --- a/debian/libqtwebkit4.symbols +++ b/debian/libqtwebkit4.symbols @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 2.2.0 amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc +# SymbolsHelper-Confirmed: 2.2.1 amd64 libQtWebKit.so.4 libqtwebkit4 #MINVER# * Build-Depends-Package: libqtwebkit-dev JSClassCreate@Base 2.1.0~2011week13 @@ -4765,9 +4765,9 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIN7WebCore9SVGLengthEL{size_t}0EE2atE{size_t}@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIN7WebCore9SVGLengthEL{size_t}0EE6insertIS2_EEv{size_t}RKT_@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIN7WebCore9SVGLengthEL{size_t}0EE6removeE{size_t}@Base 2.2.0 - (subst)_ZN3WTF6VectorINS_6OwnPtrIN7WebCore13MediaQueryExpEEEL{size_t}0EE14expandCapacityE{size_t}@Base 2.2.0 - (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6OwnPtrIN7WebCore13MediaQueryExpEEEL{size_t}0EE14expandCapacityIKNS_10PassOwnPtrIS3_EEEEPT_{size_t}SB_@Base 2.2.0 - (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6OwnPtrIN7WebCore13MediaQueryExpEEEL{size_t}0EE15reserveCapacityE{size_t}@Base 2.2.0 + (optional=templinst|arch=amd64 armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6OwnPtrIN7WebCore13MediaQueryExpEEEL{size_t}0EE14expandCapacityIKNS_10PassOwnPtrIS3_EEEEPT_{size_t}SB_@Base 2.2.0 + (optional=templinst|arch=amd64 armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6OwnPtrIN7WebCore13MediaQueryExpEEEL{size_t}0EE15reserveCapacityE{size_t}@Base 2.2.0 + (optional=templinst)_ZN3WTF6VectorINS_6OwnPtrIN7WebCore17CSSParserSelectorEEELm0EE14expandCapacityIKNS_10PassOwnPtrIS3_EEEEPT_mSB_@Base 2.2.1 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6RefPtrIN3JSC11ProfileNodeEEEL{size_t}0EE3endEv@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6RefPtrIN3JSC11ProfileNodeEEEL{size_t}0EE4dataEv@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6RefPtrIN3JSC11ProfileNodeEEEL{size_t}0EE5beginEv@Base 2.2.0 @@ -4805,6 +4805,7 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# (arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorINS_6StringEL{size_t}0EE6insertIA46_cEEv{size_t}RKT_@Base 2.2.0 (arch=!armel !mips !mipsel !s390 !s390x|subst)_ZN3WTF6VectorIPN7WebCore5XPath10ExpressionEL{size_t}0EE14expandCapacityE{size_t}PKS4_@Base 2.2.0 (arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIPN7WebCore5XPath10ExpressionEL{size_t}0EEnwE{size_t}@Base 2.2.0 + (optional=templinst)_ZN3WTF6VectorIPN7WebCore5XPath9PredicateELm0EE15reserveCapacityEm@Base 2.2.1 (arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIPN7WebCore5XPath9PredicateEL{size_t}0EEnwE{size_t}@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIfL{size_t}0EE6insertIfEEv{size_t}RKT_@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x|subst)_ZN3WTF6VectorIfL{size_t}0EE6removeE{size_t}@Base 2.2.0 @@ -5546,7 +5547,7 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# _ZN5QListIP19QWebSettingsPrivateE6appendERKS1_@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateE6detachEv@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateE9node_copyEPNS2_4NodeES4_S4_@Base 2.2.0 - (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateE9removeAllERKS1_@Base 2.2.0 + (optional=templinst|arch=amd64 armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateE9removeAllERKS1_@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateEC1ERKS2_@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateEC1Ev@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN5QListIP19QWebSettingsPrivateEC2ERKS2_@Base 2.2.0 @@ -5694,7 +5695,6 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# (arch=sparc)_ZN7QStringC2Ev@Base 2.2.0 (arch=armel mips mipsel s390 s390x)_ZN7QStringaSERK13QLatin1String@Base 2.2.0 (arch=armel mips mipsel s390 s390x)_ZN7QStringixEi@Base 2.2.0 - (arch=powerpc sparc)_ZN7QStringpLE5QChar@Base 2.2.0 (arch=!armel !mips !mipsel !s390 !s390x)_ZN7QVectorI5QRectED1Ev@Base 2.2.0 (arch=!armel !mips !mipsel !s390 !s390x)_ZN7QVectorI5QRectED2Ev@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN7QVectorI6QPointE4freeEP16QVectorTypedDataIS0_E@Base 2.2.0 @@ -8268,10 +8268,10 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# _ZN7WebCore15JSXMLSerializerD0Ev@Base 2.2.0 _ZN7WebCore15JSXMLSerializerD1Ev@Base 2.2.0 _ZN7WebCore15JSXMLSerializerD2Ev@Base 2.2.0 - (arch=amd64 kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC1ERKNS_4KURLERKN3WTF6StringENS_26ResourceRequestCachePolicyE@Base 2.2.0 - (arch=amd64 kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC1Ev@Base 2.2.0 - (arch=amd64 kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC2ERKNS_4KURLERKN3WTF6StringENS_26ResourceRequestCachePolicyE@Base 2.2.0 - (arch=amd64 kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC2Ev@Base 2.2.0 + (arch=kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC1ERKNS_4KURLERKN3WTF6StringENS_26ResourceRequestCachePolicyE@Base 2.2.0 + (arch=kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC1Ev@Base 2.2.0 + (arch=kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC2ERKNS_4KURLERKN3WTF6StringENS_26ResourceRequestCachePolicyE@Base 2.2.0 + (arch=kfreebsd-amd64 powerpc sparc)_ZN7WebCore15ResourceRequestC2Ev@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN7WebCore15SVGListPropertyINS_12SVGPointListEE10canGetItemERS1_jRi@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN7WebCore15SVGListPropertyINS_12SVGPointListEE13canRemoveItemERS1_jRi@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZN7WebCore15SVGListPropertyINS_12SVGPointListEE14canReplaceItemERS1_jRi@Base 2.2.0 @@ -28085,6 +28085,7 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QHashIiiE7isEmptyEv@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QHashIiiE8findNodeERKiPj@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListI7QStringE4sizeEv@Base 2.2.0 + (optional=templinst)_ZNK5QListI7QStringE7indexOfERKS0_i@Base 2.2.1 _ZNK5QListI7QStringEeqERKS1_@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListI7QStringEixEi@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIN17QInputMethodEvent9AttributeEE2atEi@Base 2.2.0 @@ -28099,6 +28100,7 @@ libQtWebKit.so.4 libqtwebkit4 #MINVER# (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIP13QGraphicsViewE2atEi@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIP13QGraphicsViewE5valueEi@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIP19QWebSettingsPrivateE5countEv@Base 2.2.0 + (optional=templinst)_ZNK5QListIP19QWebSettingsPrivateE7indexOfERKS1_i@Base 2.2.1 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIP7QActionE2atEi@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIP7QActionE5countEv@Base 2.2.0 (optional=templinst|arch=armel mips mipsel s390 s390x)_ZNK5QListIP9QWebFrameE10constBeginEv@Base 2.2.0 -- cgit v1.2.3 From 0bc501168b5ebd2b0cf7f1c833365ab2230b3660 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Thu, 29 Dec 2011 21:59:56 +0200 Subject: Upload QtWebKit 2.2.1 multiarch to experimental --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 00e84bd..90c1dc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qtwebkit (2.2.1-0multiarch1) UNRELEASED; urgency=low +qtwebkit (2.2.1-1) experimental; urgency=low * New upstream release. * Drop adjust_symbols_visibility_for_webcore.diff - stolen upstream. -- cgit v1.2.3