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
|
qtxmlpatterns-opensource-src (5.7.1~20161021-3) unstable; urgency=medium
* Override tests just when building arch dependant packages.
* Do not try to run test when building arch:all packages.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 01 Nov 2016 08:53:17 -0300
qtxmlpatterns-opensource-src (5.7.1~20161021-2) experimental; urgency=medium
* Make tests non-fatal. We enabled test on the 5.7 round and discovered
that some of them where failing. As Dmitry Schanev discovered this is no
regresion from 5.6 and we need to get 5.7 into testing before the
transition freeze we are making them non-fatal.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sat, 29 Oct 2016 22:52:14 -0300
qtxmlpatterns-opensource-src (5.7.1~20161021-1) experimental; urgency=medium
* New upstream snapshot.
* Bump Qt build-dependencies to 5.7.1~20161021.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 22 Oct 2016 15:44:31 +0300
qtxmlpatterns-opensource-src (5.7.0-1) experimental; urgency=medium
* New upstream release.
* Update debian/copyright.
* Bump Qt build-dependencies to 5.7.0.
* Add Qt_5.7 version tag to debian/libqt5xmlpatterns5.symbols.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 01 Jul 2016 20:50:26 +0300
qtxmlpatterns-opensource-src (5.6.1-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 13 Jun 2016 09:35:53 -0300
qtxmlpatterns-opensource-src (5.6.1-1) experimental; urgency=medium
* New upstream release.
- Bump Qt build dependencies.
* Bump Standards-Version to 3.9.8, no changes required.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 09 Jun 2016 15:14:35 -0300
qtxmlpatterns-opensource-src (5.6.0-1) experimental; urgency=medium
* New upstream release.
* Bump build-dependency on debhelper, for --dbgsym-migration.
* Revert debian/watch to track final releases again.
* Call rm with verbose flag in debian/rules.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 17 Mar 2016 18:29:07 +0100
qtxmlpatterns-opensource-src (5.6.0~rc-1) experimental; urgency=medium
* New upstream release candidate.
* Bump qtbase build-dependency to 5.6.0~rc.
* Use recommended https URIs for Vcs fields.
* Bump Standards-Version to 3.9.7, no changes needed.
* Migrate to automatic dbgsym packages.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 05 Mar 2016 14:00:17 +0300
qtxmlpatterns-opensource-src (5.6.0~beta-2) experimental; urgency=medium
* Re-enable building the documentation.
- Build-depend on qttools5-dev-tools.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 08 Jan 2016 14:44:42 +0300
qtxmlpatterns-opensource-src (5.6.0~beta-1) experimental; urgency=medium
* New upstream beta release.
* Update debian/watch to track experimental releases (needs to be reverted
before uploading 5.6.0 final).
* Bump qtbase build-dependency to 5.6.0~beta.
* Disable building docs. Upstream moved qdoc to qttools source, so we
will re-enable building them when we get qttools 5.6 built.
* Update debian/libqt5xmlpatterns5.symbols using migrate-symbols.py script.
* Add new Qt_* symbols.
* Remove the libqt5xmlpatterns5-private-dev package. Its only consumers were
qtdeclarative and qtwebkit, but they do not really need it.
* Stop marking private symbols. There are no real private symbols currently
(pkgkde-mark-private-symbols reported two, but both were false positives).
Also, no package will be able to use them as we removed the -private-dev
package. Drop the qtxmlpatterns-abi-* virtual package too.
* Drop the no longer needed hack to fix wrong path in pkgconfig files.
* Drop unused Expat license text from debian/copyright.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 02 Jan 2016 22:55:15 +0300
qtxmlpatterns-opensource-src (5.5.1-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 21 Oct 2015 15:31:16 -0300
qtxmlpatterns-opensource-src (5.5.1-1) experimental; urgency=medium
* Expose HTML documentation (Closes: #751189).
* New upstream release.
- Bump Qt build dependencies.
* Simplify libqt5xmlpatterns5-private-dev.install, there is a well
known pattern for most of it's entries.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 16 Oct 2015 10:41:49 -0300
qtxmlpatterns-opensource-src (5.5.0-2) experimental; urgency=medium
* Test not-installed binary in tst_xmlpatternsvalidator
(tst_xmlpatternsvalidator.patch).
-- Dmitry Shachnev <mitya57@debian.org> Thu, 20 Aug 2015 17:04:02 +0300
qtxmlpatterns-opensource-src (5.5.0-1) experimental; urgency=medium
* Update debian/copyright.
* Bump qtbase build-dependency to 5.5.0.
* Remove symbols missing with GCC 5.
* Update libqt5xmlpatterns5-private-dev.install for a file rename.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 06 Aug 2015 10:18:37 +0300
qtxmlpatterns-opensource-src (5.4.2-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 23 Jun 2015 00:34:07 -0300
qtxmlpatterns-opensource-src (5.4.2-1) experimental; urgency=medium
* New upstream release.
- Bump Qt build dependencies to 5.4.2.
* 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!).
* Switch to using pkgkde-mark-private-symbols from pkg-kde-tools 0.15.17.
- Remove copyright entry.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 02 Jun 2015 16:35:38 -0300
qtxmlpatterns-opensource-src (5.4.1-1) experimental; urgency=medium
* New upstream release.
* Build-depend on qtbase 5.4.1.
* Update debian/copyright.
* Mark some destructors symbols as optional to fix build with GCC 5
(closes: #778097).
-- Dmitry Shachnev <mitya57@debian.org> Wed, 25 Feb 2015 13:20:18 +0300
qtxmlpatterns-opensource-src (5.4.0-2) experimental; urgency=medium
* Update debian/copyright.
* Update debian/watch for new server name.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 17 Jan 2015 15:57:59 +0300
qtxmlpatterns-opensource-src (5.4.0-1) experimental; urgency=medium
* New upstream release.
* Drop iterator_stack_overflow_fix.diff, applied upstream.
* Build-depend on qtbase 5.4.0.
* Update debian/copyright to reflect LGPLv3 addition.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update libqt5xmlpatterns5.symbols.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 16 Dec 2014 13:18:03 +0300
qtxmlpatterns-opensource-src (5.3.2-2) unstable; urgency=medium
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 21 Sep 2014 23:21:36 -0300
qtxmlpatterns-opensource-src (5.3.2-1) experimental; urgency=medium
[ Dmitry Shachnev ]
* Simplify disable_network_tests.patch.
* Update my e-mail address.
* Update Vcs-Browser field to point to cgit interface.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Bump Qt build dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 16 Sep 2014 16:12:19 -0300
qtxmlpatterns-opensource-src (5.3.1-4) unstable; urgency=medium
[ Adam Majer ]
* Add xmlpatterns_stack_overflow_fix.diff which changes a recursive call
into iteration fixing stack overflow in XmlPatterns.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 04 Sep 2014 16:13:49 -0300
qtxmlpatterns-opensource-src (5.3.1-3) unstable; urgency=medium
* Build depend upon qtbase >= 5.3.1-2 to depend on qtbase-abi-5-3-1.
* Update symbols files with buildds' and mips64el's logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 27 Jun 2014 23:38:22 -0300
qtxmlpatterns-opensource-src (5.3.1-2) unstable; urgency=medium
* Bump Qt build dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 26 Jun 2014 11:55:39 -0300
qtxmlpatterns-opensource-src (5.3.1-1) unstable; urgency=medium
[ Dmitry Shachnev ]
* Do not require Xvfb for running tests.
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 26 Jun 2014 10:37:48 -0300
qtxmlpatterns-opensource-src (5.3.0-2) unstable; urgency=medium
* Upload to unstable.
* Development packages are now Multi-Arch: same.
* Search for private symbols at build time and produce a diff so as to be
able to get the changes from build logs.
- Modify mark_private_symbols.sh.
- Run mark_private_symbols.sh from debian/rules.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 05 Jun 2014 23:29:32 -0300
qtxmlpatterns-opensource-src (5.3.0-1) experimental; urgency=medium
* New upstream release.
* Fix headers location: they are now in a Multi-Arch qualified path.
* No symbols changes in the last upload.
* Bump Qt build dependency to 5.3.0+dfsg~.
* Fix name change in mark_private_symbols.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 21 May 2014 10:30:20 -0300
qtxmlpatterns-opensource-src (5.2.1-4) unstable; urgency=medium
[ Dmitry Shachnev ]
* Remove dh_builddeb override, xz is now the default compression method.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Add license to mark_private_symbols.sh and corresponding entry in
debian/copyright.
* Update symbols files with buildd's logs.
* Upload to unstable.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 24 Mar 2014 21:29:33 -0300
qtxmlpatterns-opensource-src (5.2.1-3) experimental; urgency=medium
[ Dmitry Shachnev ]
* Stop building qtxmlpatterns5-doc from this source, it will be
built from qttools-opensource-src instead. This allows us to drop
qttools5-dev-tools build-dependency and get rid of dependency loop.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 13 Feb 2014 09:58:21 -0300
qtxmlpatterns-opensource-src (5.2.1-2) experimental; urgency=medium
* Bump Qt build dependencies.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 10 Feb 2014 13:11:33 -0300
qtxmlpatterns-opensource-src (5.2.1-1) experimental; urgency=medium
* New upstream release.
* Refresh and fix disable_network_tests.patch.
* No symbols changed.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 09 Feb 2014 23:11:41 -0300
qtxmlpatterns-opensource-src (5.2.0-3) unstable; urgency=medium
* Upload to unstable.
* Move mkspec files to their new location.
- B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
* Update symbols files with buildd's logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 31 Jan 2014 14:54:50 -0300
qtxmlpatterns-opensource-src (5.2.0-2) experimental; urgency=low
[ Lisandro Damián Nicanor Pérez Meyer ]
* Properly adjust build dependencies.
* Fix documentation description (Closes: #734248).
* Update symbols files with buildd's logs.
* Update Standards-Version to 3.9.5, no changes needed.
* Add xauth to build dependencies, needed for running the tests.
[ Timo Jyrinki ]
* Don't depend on "+dfsg" qttools
[ Iftikhar Ahmad ]
* Enable make check.
* Conditionally skip the network dependent unit tests.
[ Pino Toscano ]
* Install the private qmake stuff in libqt5xmlpatterns5-private-dev and not
in libqt5xmlpatterns5-dev.
* Remove the Pre-Depends on dpkg >= 1.15.6~, since that version is available
in Squeeze already.
[ Dmitry Shachnev ]
* Rename enable-make-test.patch to disable_network_tests.diff (to explain what
it really does and follow the naming convention), and add DEP-3 headers.
* Run tests in build target, and use dh_auto_test.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Mon, 06 Jan 2014 13:58:47 -0300
qtxmlpatterns-opensource-src (5.2.0-1) experimental; urgency=low
* New upstream release.
* Update symbols files with buildds' logs.
* Adjust Qt build dependencies.
* Adjust install files.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 12 Dec 2013 22:07:44 -0300
qtxmlpatterns-opensource-src (5.2.0~beta1-2) experimental; urgency=low
* Update libqt5xmlpatterns5.symbols for ia64, powerpc, s390x and sparc.
* Bump ABI package name to qtxmlpatterns-abi-5-2-0.
-- Dmitry Shachnev <mitya57@gmail.com> Fri, 22 Nov 2013 18:33:00 +0400
qtxmlpatterns-opensource-src (5.2.0~beta1-1) experimental; urgency=low
* New upstream beta release.
* Bump qtbase and qttools build-dependencies to 5.2.0~beta1.
* Explicitly define DEB_HOST_MULTIARCH in debian/rules.
* Add myself to Uploaders.
-- Dmitry Shachnev <mitya57@gmail.com> Wed, 20 Nov 2013 18:51:45 +0400
qtxmlpatterns-opensource-src (5.1.1-1) unstable; urgency=low
* New upstream release.
* Update symbols file from buildds's logs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 30 Aug 2013 17:34:53 -0300
qtxmlpatterns-opensource-src (5.1.0-2) unstable; urgency=low
* Upload to unstable.
* Mark private symbols in symbols file.
* Update symbols files.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sat, 10 Aug 2013 15:18:58 -0300
qtxmlpatterns-opensource-src (5.1.0-1) experimental; urgency=low
* New upstream release.
* Update watch file.
* Bump build dependencies to 5.1.0~.
* Update symbols files.
* Make libqt5xmlpatterns5 provide qtxmlpatterns-abi-5-1-0 for handling
packages that build-depend on private symbols.
* Add mark_private_symbols.sh to mark private symbols.
* Update install file.
* Make qtxmlpatterns5-dbg M-A: same to allow coinstallation of debugging
symbols.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Tue, 09 Jul 2013 20:02:19 -0300
qtxmlpatterns-opensource-src (5.0.2-3) experimental; urgency=low
* Make every package that ships a binary managed by qtchooser depend on it.
* 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 a packages for qch and HTML doc formats.
* Update symbols files.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 07 Jun 2013 13:39:40 -0300
qtxmlpatterns-opensource-src (5.0.2-2) experimental; urgency=low
[ Lisandro Damián Nicanor Pérez Meyer ]
* Export QT_SELECT=qt5 to avoid a FTBFS when the debhelper patch that makes
Qt4 as default get included.
- Remove qt5-default as B-D, as it's not really needed now.
* Confirm symbols for i386, ia64 and powerpc.
[ Pino Toscano ]
* debian/control: remove unused ${shlibs:Depends} from
libqt5xmlpatterns5-private-dev.
* debian/control: remove unused ${misc:Pre-Depends} from
qtxmlpatterns5-dev-tools and qtxmlpatterns5-examples.
* debian/control: leave only libqt5xmlpatterns5 as dependency for
qtxmlpatterns5-dbg, demoting as suggests qtxmlpatterns5-dev-tools and
qtxmlpatterns5-examples.
* Update symbols file also for alpha, powerpcspe and ppc64.
* debian/control: make libqt5xmlpatterns5-dev depend on qtbase5-dev.
* Update Vcs-Browser and Vcs-Git headers.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 28 Apr 2013 11:10:05 -0300
qtxmlpatterns-opensource-src (5.0.2-1) experimental; urgency=low
* Initial release. (Closes: #697509)
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 19 Apr 2013 18:20:50 -0300
|