1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
|
qtwebkit-opensource-src (5.3.2+dfsg-4) unstable; urgency=medium
[ Dmitry Shachnev ]
* Backport upstream fix that adds missing checks for HTMLUnknownElement.
Closes: #781194.
[ Felix Geyer ]
* Backport upstream fix that prevents recording visited URLs to its favicon
database while using private browsing mode.
Closes: #780748.
-- Felix Geyer <fgeyer@debian.org> Wed, 01 Apr 2015 19:44:29 +0200
qtwebkit-opensource-src (5.3.2+dfsg-3) unstable; urgency=medium
* Backport three patches to fix crashes:
- do_not_use_jit_on_big_endian_machines.patch
- fix_cloop_on_big_endian_machines.patch
- fix_crash_when_a_network_request_is_aborted_while_forwarding_data.patch
* Backport blacklist_libkpartsplugin.patch to prevent a crash due to a plugin
built against Qt4 (Closes: #744006).
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 17 Oct 2014 02:04:39 -0300
qtwebkit-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium
* Upload to unstable.
* Update symbols files with buildds' logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 22 Sep 2014 00:21:56 -0300
qtwebkit-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium
[ Dmitry Shachnev ]
* Remove unused code from debian/rules.
* Update Vcs-Browser field to point to cgit interface.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Bump Qt build dependencies.
* Refresh patches.
* Remove hppa_wtf-dtoa-utils.diff, applied upstream.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 17 Sep 2014 00:23:05 -0300
qtwebkit-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium
[ Julián Moreno Patiño ]
* Team upload.
[ Sune Vuorela ]
* Link with -rt on hurd and kfreebsd (Closes: #757161).
-- Julián Moreno Patiño <julian@debian.org> Mon, 11 Aug 2014 16:01:41 -0500
qtwebkit-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium
* Add hppa_wtf-dtoa-utils.diff to solve a FTBFS in HPPA (Closes: #753409).
* Update symbols files with buildds' logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 02 Jul 2014 17:36:35 -0300
qtwebkit-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Bump Qt build dependencies, using qtbase-private-dev >= 5.3.1 to get
qtbase-abi-5-3-1.
* Update symbols files with buildds' logs.
* Switch amd64's debugging symbols to stabs again. I can't build dwarf
symbols anymore due to lack of RAM, and I doubt our buildds could too.
[ Alf Gaida ]
* Fix QML module's install file.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 29 Jun 2014 15:59:39 -0300
qtwebkit-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium
* Upload to unstable.
* Update symbols files with buildds' logs.
* Switch back to build full debugging symbols on amd64.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 06 Jun 2014 00:31:56 -0300
qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium
* New upstream release.
* Do not build qtwebkit5-doc from this source anymore. It will now be built
from qttools. In this way we allow qttools to build depend upon
libqt5webkit5-dev without creating a circular dependency.
* Do not force dh_builddeb to use xz compression: it's now the default.
* Bump Qt build dependencies.
* Remove fix_ftbfs_in_archs_without_jit_support.patch and
dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream.
* Refresh no_gc_sections.diff.
* Install headers in their new multi-arch qualified path. Mark the
development package as Multi-Arch: same.
* Take into account the new multi-arch path for removing the private
headers.
* Update symbols files with current log. The missing symbols are private
stuff not present in any static method.
* Remove the transitional package libqt5webkit5-qmlwebkitplugin.
* Switch debugging symbols for amd64 to gstabs until we are able to build
normal symbols again.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 23 May 2014 21:53:24 -0300
qtwebkit-opensource-src (5.2.1+dfsg1-1) unstable; urgency=medium
* Rename libqt5webkit5-qmlwebkitplugin to qml-module-qtwebkit, adding proper
Break and Replaces.
* Add qtdeclarative5-dev as a dependency of libqt5webkit5-dev as it seems
to be a requirement for stuff building with webkit.
* Update symbols files with buildd's logs.
* Remove prune-nonfree from debian/rules and instead use Files-Excluded in
debian/copyright.
* Remove dygraph-combined.js from the original tarball: minified javascript
without source.
* Increase dfsg revision to 1 due to the new source tarball.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 27 Apr 2014 22:23:04 -0300
qtwebkit-opensource-src (5.2.1+dfsg-5) unstable; urgency=medium
* Upload to unstable.
* Update symbols files with buildd's logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 24 Mar 2014 22:54:34 -0300
qtwebkit-opensource-src (5.2.1+dfsg-4) experimental; urgency=medium
* Backport dont_pollute_pri_and_pc_with_private_deps.patch to avoid
propagating wrong linker flags (Closes: #711307).
* Create reduce_memory_usage.patch forcing ld to not cache the symbol tables
of input files in memory to avoid memory exhaustion during the linking
phase.
* Disable JIT on armel, mips and mipsel.
* Update symbols files with buildd's logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 16 Mar 2014 11:27:03 -0300
qtwebkit-opensource-src (5.2.1+dfsg-3) experimental; urgency=medium
* Update symbols files with buildd's and current logs.
* Only generate debugging symbols on selected archs.
- Use gstabs on i386, powerpc and s390x.
- Use full debugging only on amd64.
- Set libqt5webkit5-dbg's Architecture list accordingly.
- Remove stabs_format_debug_info.diff, no longer needed.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 25 Feb 2014 21:51:37 -0300
qtwebkit-opensource-src (5.2.1+dfsg-2) experimental; urgency=medium
* Backport fix_ftbfs_in_archs_without_jit_support.patch to fix FTBFSs in
archs without JIT support.
* Remove code in debian/rules that tried to fix the above unsuccessfully.
* Also remove disable_jit_llint.diff with the same purpose.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 21 Feb 2014 13:29:40 -0300
qtwebkit-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium
* New upstream release.
* Update symbols files with buildd's logs.
* Bump Qt build dependencies to 5.2.1.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 20 Feb 2014 20:42:53 -0300
qtwebkit-opensource-src (5.2.0+dfsg1-1) unstable; urgency=medium
[ Pino Toscano ]
* rules: fix typo in DEB_CPPFLAGS_MAINT_APPEND, and properly export it.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Repack source tarball to remove minified javascript without source
Source/WebInspectorUI/Tools/PrettyPrinting/populate/jquery.min.js.
The file was not shipped by any package (Closes: #737462).
- Switch to version dfsg1-1.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 02 Feb 2014 23:02:51 -0300
qtwebkit-opensource-src (5.2.0+dfsg-3) unstable; urgency=medium
[ Dmitry Shachnev ]
* Add a patch (disable_jit_llint.diff) to disable JIT and llint on ia64, s390
and sparc.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Upload to unstable.
* Remove glslang_bison3.diff, applied upstream.
* Move mkspec files to their new location.
- B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
* Update Standards-Version to 3.9.5, no changes required.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 31 Jan 2014 21:50:23 -0300
qtwebkit-opensource-src (5.2.0+dfsg-2) experimental; urgency=medium
* Update symbols files with buildd's logs.
* Workaround FTBFS in 64 bits big endian archs.
See https://bugs.webkit.org/show_bug.cgi?id=113638
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 20 Dec 2013 08:57:57 -0300
qtwebkit-opensource-src (5.2.0+dfsg-1) experimental; urgency=low
* New upstream release.
* Bump Qt build dependencies.
* Refresh 05_sparc_unaligned_access.diff, no_gc_sections.diff and hurd.diff.
* Remove new private stuff we are not shipping.
* Update symbols files.
* Remove jsmin.py from the original tarball because it is not
DFSG-compatible.
- Create a dfsg version.
- Add a rule to prune non-free stuff in debian/rules.
- Mangle the dfsg version in debian/watch.
* Fix wrong name and path of the GPL-2 license in debian/copyright.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 18 Dec 2013 20:56:37 -0300
qtwebkit-opensource-src (5.1.1-2) unstable; urgency=medium
[ Dmitry Shachnev ]
* Backport upstream patch (glslang_bison3.diff) to fix build failure
with bison 3 (closes: #731979).
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 22 Dec 2013 16:35:23 -0300
qtwebkit-opensource-src (5.1.1-1) unstable; urgency=low
* New upstream release.
* Tighten Qt 5 build dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 01 Sep 2013 14:22:55 -0300
qtwebkit-opensource-src (5.1.0-2) unstable; urgency=low
* Upload to unstable.
* Make m68k build with -gstabs instead of -g (Closes: #717686).
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 12 Aug 2013 01:00:32 -0300
qtwebkit-opensource-src (5.1.0-1) experimental; urgency=low
* New upstream release.
* Fix watch file.
* Bump Qt build depends to 5.1.0~.
* Refresh pacthes.
* Update symbols file.
* Update install files.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 15 Jul 2013 12:16:00 -0300
qtwebkit-opensource-src (5.0.2-3) experimental; urgency=low
* Update symbols file.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 26 Jun 2013 22:10:41 -0300
qtwebkit-opensource-src (5.0.2-2) experimental; urgency=low
[ Timo Jyrinki ]
* Drop save_memory.diff, not useful in its current form.
* Set DEB_HOST_MULTIARCH in rules.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Update symbols files.
* Build the documentation shipped with this submodule as a build-indep task:
- Add the necessary indep build dependencies:
* qttools5-dev-tools to use qhelpgenerator.
* libqt5sql5-sqlite to generate qch doc.
- Build and create packages for qch and HTML doc formats.
* Make the debug package also Multi-Arch: same.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 16 Jun 2013 23:46:10 -0300
qtwebkit-opensource-src (5.0.2-1) experimental; urgency=low
* Initial release. (Closes: #697509)
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 19 May 2013 15:37:43 -0300
|