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 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489
|
qtdoc-opensource-src (5.15.8-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 13 Jan 2023 12:01:46 +0400
qtdoc-opensource-src (5.15.8-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.15.8.
* Bump Standards-Version to 4.6.2, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 09 Jan 2023 20:13:54 +0400
qtdoc-opensource-src (5.15.7-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 17 Dec 2022 18:20:12 +0300
qtdoc-opensource-src (5.15.7-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.15.7.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 08 Dec 2022 20:25:38 +0300
qtdoc-opensource-src (5.15.6-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 29 Sep 2022 11:55:47 +0300
qtdoc-opensource-src (5.15.6-1) experimental; urgency=medium
* New upstream release.
* Rebase debian/patches/remove_youtube_iframe.diff.
* Bump Qt build-dependencies to 5.15.6.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 14 Sep 2022 20:35:06 +0300
qtdoc-opensource-src (5.15.5-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.15.5.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 30 Jul 2022 22:01:54 +0300
qtdoc-opensource-src (5.15.4-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 13 Jun 2022 21:36:25 +0300
qtdoc-opensource-src (5.15.4-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.15.4.
* Rebase debian/patches/remove_youtube_iframe.diff.
* Bump Standards-Version to 4.6.1, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 15 May 2022 14:02:02 +0300
qtdoc-opensource-src (5.15.3-1) experimental; urgency=medium
* New upstream release.
* Update debian/watch.
* Bump Qt build-dependencies to 5.15.3.
* Update email address for Patrick Franz.
* Bump Standards-Version to 4.6.0, no changes needed.
* Add qtgamepad to the list of dependencies.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 09 Mar 2022 22:55:40 +0300
qtdoc-opensource-src (5.15.2-2) unstable; urgency=medium
* Bump Standards-Version to 4.5.1, no changes needed.
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 11 Dec 2020 11:31:48 +0300
qtdoc-opensource-src (5.15.2-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.15.2.
* Use debian/clean file instead of a custom clean target.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 26 Nov 2020 20:58:03 +0300
qtdoc-opensource-src (5.15.1-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 28 Oct 2020 21:53:22 +0300
qtdoc-opensource-src (5.15.1-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.15.1.
* Use ${DEB_HOST_MULTIARCH} substitution in the install files.
-- Patrick Franz <patfra71@gmail.com> Sat, 26 Sep 2020 10:58:49 -0300
qtdoc-opensource-src (5.14.2-2) unstable; urgency=medium
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 24 Jun 2020 13:41:39 +0300
qtdoc-opensource-src (5.14.2-1) experimental; urgency=medium
[ Patrick Franz ]
* New upstream release.
* Bump Qt build-dependencies to 5.14.2.
* Add myself to uploaders.
* Bump Standards-Version to 4.5.0, no changes needed.
* Bump debhelper-compatibility to 13:
- Switch debhelper build dependency to debhelper-compat 13.
- Remove debian/compat.
- Drop dh_missing override, no longer needed.
* Add Rules-Requires-Root field.
[ Dmitry Shachnev ]
* Update path to cmake-manual.qdoc in debian/copyright.
* Install the documentation for qtcmake.
-- Patrick Franz <patfra71@gmail.com> Thu, 14 May 2020 12:26:31 +0200
qtdoc-opensource-src (5.12.5-1) unstable; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.12.5.
* Add qtscxml to the list of dependencies.
* Bump Standards-Version to 4.4.1, no changes needed.
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 21 Oct 2019 20:01:02 +0300
qtdoc-opensource-src (5.12.4-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.12.4.
* Update doc-base to correct path by using dh_link.
* Bump Standards-Version to 4.4.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 16 Aug 2019 20:35:40 +0300
qtdoc-opensource-src (5.12.2-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.12.2.
* Add qtdatavisualization, qtnetworkauth and qtserialbus5 modules.
* Build-depend on qtdeclarative5-dev, libqt5xmlpatterns5-dev and
qtmultimedia5-dev, to get the demos built.
* Add a new package qt5-quick-demos, containing Qt Quick demo applications.
* Drop the code to remove exec bits, there are no such files anymore.
* Replace YouTube iframe with YouTube link in gettingstarted.html.
* Update debian/copyright.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 03 Apr 2019 11:28:13 +0300
qtdoc-opensource-src (5.11.3-1) unstable; urgency=medium
[ Simon Quigley ]
* Change my email to tsimonq2@debian.org now that I am a Debian Developer.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
- Bump Qt build dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 26 Dec 2018 17:19:47 -0300
qtdoc-opensource-src (5.11.2-1) unstable; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.11.2.
* Update debian/copyright.
* Bump Standards-Version to 4.2.1, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 17 Oct 2018 18:48:20 +0300
qtdoc-opensource-src (5.11.1-1) unstable; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
- Bump Qt dependencies.
[ Dmitry Shachnev ]
* Drop Qt WebKit from the list of dependencies.
* Update debian/copyright.
* Bump Standards-Version to 4.2.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 25 Aug 2018 14:46:10 +0300
qtdoc-opensource-src (5.10.1-2) unstable; urgency=medium
* Remove unneeded code from debian/rules.
* Recommend qt5-assistant instead of suggesting qttools5-dev-tools.
* Bump Standards-Version to 4.1.4, no changes needed.
* Drop explicit build-dependency on libqt5sql5-sqlite.
* Use https for the Format field in debian/copyright.
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 16 Apr 2018 10:20:29 +0300
qtdoc-opensource-src (5.10.1-1) experimental; urgency=medium
* New upstream release.
* Bump Standards-version to 4.1.3, and change the priority from extra
to optional.
* Bump debhelper compat to 11:
- dh_install -> dh_missing.
- Remove --parallel, which is redundant.
* Update debian/watch to reflect the upstream tarball rename.
* Bump all of the build dependencies to 5.10.1.
* Add the qtvirtualkeyboard module.
* Add my name to the copyright file for debian/.
* Update Vcs-* to reflect the move to Salsa.
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 19 Mar 2018 16:52:11 -0500
qtdoc-opensource-src (5.9.2-1) unstable; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.9.2.
* Add new module: qtwebview.
* Use debhelper compat level 10 and dh_missing.
* Set priority to optional instead of deprecated extra.
* Bump Standards-Version to 4.1.1.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 27 Oct 2017 22:26:26 +0300
qtdoc-opensource-src (5.9.1-2) unstable; urgency=medium
* Release to unstable.
* Remove Qt Speech from the list of available doc, it is still experimental
material.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 16 Aug 2017 15:37:35 -0300
qtdoc-opensource-src (5.9.1-1) experimental; urgency=medium
[ Simon Quigley ]
* New upstream release.
* Add myself to Uploaders.
[ Dmitry Shachnev ]
* Bump Qt build-dependencies to 5.9.1.
* Add new modules: qtcharts, qtspeech.
* Drop debian/qt5-doc-html.links, all Qt documentation should be in the
same directory to avoid broken links (closes: #858615).
* Bump Standards-Version to 4.0.0, no changes needed.
* Bump years in debian/copyright.
* Stop overriding dh_installdocs. LGPL_EXCEPTION.txt no longer exists.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 18 Jul 2017 11:54:29 +0300
qtdoc-opensource-src (5.7.1-2) unstable; urgency=medium
* Add new modules: qt3d, qtquickcontrols2, qtwayland, qtwebchannel and
qtwebengine.
* Update debian/copyright.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 17 Jan 2017 16:32:36 +0300
qtdoc-opensource-src (5.7.1-1) unstable; urgency=medium
* New upstream release.
- Bump Qt build dependencies and dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 20 Dec 2016 16:58:04 -0300
qtdoc-opensource-src (5.7.1~20161122-1) unstable; urgency=medium
* New upstream snapshot.
- Bump Qt dependencies to 5.7.1~20161021.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 30 Nov 2016 11:51:28 -0300
qtdoc-opensource-src (5.6.1-1) unstable; urgency=medium
[ Dmitry Shachnev ]
* Set Priority to extra because all Qt submodules doc packages are extra.
[ Timo Jyrinki ]
* New upstream release.
* Bump Qt build dependencies.
* Update Standards-Version, no changes needed.
* Use https repo URLs.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
- Bump Qt i[build] dependencies.
* Update Standards-Version, no changes needed.
* Drop qt3d from dependencies. It still doesn't has stable API and so does
not belngs to testing.
* Drop the version requirement on qtwebkit-examples, it is no longer
updated upstream.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 14 Jun 2016 12:25:48 -0300
qtdoc-opensource-src (5.5.1-1) unstable; urgency=medium
* New upstream release.
- Bump Qt build dependencies.
* Temporarily remove qt3d-doc[-html] packages from [Build-]dependencies
until it gets accepted from the NEW queue.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 23 Oct 2015 12:31:37 -0300
qtdoc-opensource-src (5.5.0-2) experimental; urgency=medium
* Add qt3d5-doc[-html] as build-dependency and dependency of the respective
doc packages.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 07 Sep 2015 13:30:01 +0300
qtdoc-opensource-src (5.5.0-1) experimental; urgency=medium
* New upstream release.
* Update build-dependencies for Qt 5.5.0.
- Remove qtenginio, it is no longer developed and pending deprecation.
- qtpositioning-doc[-html] packages were renamed to qtlocation-doc[-html].
* Update debian/copyright.
* Update company name in qt5-doc-html.doc-base.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 30 Aug 2015 15:56:16 +0300
qtdoc-opensource-src (5.4.2-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 24 Jun 2015 21:38:59 -0300
qtdoc-opensource-src (5.4.2-1) experimental; urgency=medium
[ Dmitry Shachnev ]
* Add qtconnectivity5-doc[-html] as build-dependency and dependency
of the respective doc packages.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
- Bump Qt build dependencies.
* Clear up the list in Uploaders removing people who hasn't committed to the
repo in more than a year. They can re add themselves whenever they want
(and we really hope to see you back really soon!).
* qtsensors does not uses dfsg anymore in it's version.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 03 Jun 2015 20:30:55 -0300
qtdoc-opensource-src (5.4.1-1) experimental; urgency=medium
* New upstream release.
* Bump Qt (build-)dependencies to 5.4.1.
* Update watch and copyright to point to https://download.qt.io/.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 05 Mar 2015 19:10:41 +0300
qtdoc-opensource-src (5.4.0-1) experimental; urgency=medium
* New upstream release.
* Bump Qt (build-)dependencies to 5.4.0.
* Update debian/copyright.
* Bump Standards-Version to 3.9.6, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 28 Dec 2014 19:39:28 +0300
qtdoc-opensource-src (5.3.2-3) unstable; urgency=medium
* qtbase-doc is built in qttools which doesn't has dfsg in it's version, so
just depend on the version without dfsg on both cases, it will work in the
same way.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 25 Sep 2014 10:11:55 -0300
qtdoc-opensource-src (5.3.2-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 23 Sep 2014 00:22:09 -0300
qtdoc-opensource-src (5.3.2-1) experimental; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* Version build dependencies so as to be sure the correct ones are used at
build time.
* Make packages depend upon a versioned dependency on qtbase-doc[-html]. In
this way we ensure it transitions at the same time than qtbase.
* Add qtenginio and qtwebsocket's doc[-html] as build dependencies and
dependencies of the respective doc packages.
[ Dmitry Shachnev ]
* New upstream release.
* Add myself to Uploaders.
* Update Vcs-Browser field to point to cgit interface.
* Update debian/copyright for new release.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 19 Sep 2014 15:42:19 +0400
qtdoc-opensource-src (5.3.0-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sat, 07 Jun 2014 15:59:41 -0300
qtdoc-opensource-src (5.3.0-1) experimental; urgency=medium
* New upstream release.
* Bump Qt build dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 29 May 2014 19:18:57 -0300
qtdoc-opensource-src (5.2.1-3) unstable; urgency=medium
* Add qtquickcontrols5-doc[-html] as build dependency and dependency of the
respective doc packages.
* Fix typo in previous changelog entry.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 27 Mar 2014 21:11:36 -0300
qtdoc-opensource-src (5.2.1-2) unstable; urgency=medium
* Upload to unstable.
* Add qtpositioning5-doc[-html] as build dependency and dependency of the
respective doc packages.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 26 Mar 2014 09:01:56 -0300
qtdoc-opensource-src (5.2.1-1) experimental; urgency=medium
* New upstream release.
* Add qtsensors5-doc[-html] as build dependency and dependency of the
respective doc packages.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 26 Feb 2014 15:47:10 -0300
qtdoc-opensource-src (5.2.0-2) unstable; urgency=medium
[ Dmitry Shachnev ]
* Depend on qtbase5-doc to enable qtbase docs (closes: #722603).
[ Lisandro Damián Nicanor Pérez Meyer ]
* Upload to unstable.
* Do not build depend on compressed doc, only the html packages are needed.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sat, 01 Feb 2014 16:20:58 -0300
qtdoc-opensource-src (5.2.0-1) experimental; urgency=low
[ Lisandro Damián Nicanor Pérez Meyer ]
* Properly clean the build. Thanks Dmitry Shachnev!
* Bump qttools' build dependencies to 5.2.0-7~ to ensure we are building
against the version that reintroduced the documentation.
* Add qtwebkit5-examples-doc[-html], qtx11extras-doc[-html] and
qtserialport-doc[-html] as build dependencies and as dependencies of the
respective packages.
* Add qtbase5-doc-html as build dependency and as a dependency of the
respective package. We will add qtbase5-doc as soon as it gets trough
the NEW queue.
[ Dmitry Shachnev ]
* Drop the dh_compress hack, it no longer works now that xz
is the default compression.
* Stop exporting versions in debian/rules, the package builds
fine without that.
* Drop --list-missing dh option, we already dh_install with
--fail-missing.
* Bump required package versions to 5.2.0.
* Use canonical Vcs-Browser field.
* Bump Standards-Version to 3.9.5, no changes needed.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 24 Jan 2014 14:35:37 -0300
qtdoc-opensource-src (5.1.0-1) experimental; urgency=low
* New upstream release.
* Remove qtbase docs from build dependencies and dependencies of the
packages. We are not currently building them.
* Update watch file.
* Remove qtwebkit-examples' docs from build dependencies and dependencies of
the packages. We didn't get the repack ready on time.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 09 Aug 2013 21:35:16 -0300
qtdoc-opensource-src (5.0.2-1) experimental; urgency=low
* Initial release. (Closes: #697509)
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 20 Jun 2013 20:45:35 -0300
|