File: changelog

package info (click to toggle)
qtscript-opensource-src 5.11.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,872 kB
  • sloc: cpp: 163,657; yacc: 1,768; ansic: 1,718; perl: 425; sh: 169; python: 55; makefile: 24
file content (547 lines) | stat: -rw-r--r-- 20,351 bytes parent folder | download
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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
qtscript-opensource-src (5.11.3+dfsg-3) unstable; urgency=medium

  * Add upstream patch to fix build with GCC 8.3 (closes: #924846).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 18 Mar 2019 11:22:13 +0300

qtscript-opensource-src (5.11.3+dfsg-2) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Fix stack base detection on hppa (closes: #916657).
    Thanks John David Anglin for the patch!

  [ Simon Quigley ]
  * Change my email to tsimonq2@debian.org now that I am a Debian Developer.
  * Bump Standards-version to 4.3.0, no changes needed.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 26 Dec 2018 16:25:34 -0300

qtscript-opensource-src (5.11.3+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 06 Dec 2018 15:52:04 -0300

qtscript-opensource-src (5.11.2+dfsg-2) unstable; urgency=medium

  * Refresh debian/patches/disable_failing_tests.diff.
  * Drop explicit build-dependency on libqt5sql5-sqlite.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 17 Oct 2018 10:29:38 +0300

qtscript-opensource-src (5.11.2+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Standards-version to 4.2.1, no changes needed.
  * Bump Qt build dependencies to 5.11.2.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 07 Oct 2018 19:03:58 -0500

qtscript-opensource-src (5.11.1+dfsg-2) unstable; urgency=medium

  * Upload to Sid.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 25 Jul 2018 04:49:31 -0500

qtscript-opensource-src (5.11.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Standards-version to 4.1.4, no changes needed.
  * Remove ~ from debhelper dependency.
  * Bump build dependencies to 5.11.1.
  * Remove the dbgsym migration section of debian/rules; it isn't needed
    anymore.
  * Update symbols from amd64 build logs.
  * Update copyright ref URL.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Tue, 26 Jun 2018 14:26:38 -0500

qtscript-opensource-src (5.10.1+dfsg-2) unstable; urgency=medium

  * Release to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 07 Apr 2018 16:47:52 -0300

qtscript-opensource-src (5.10.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
  * Bump Standards-Version to 4.1.3, no changes required.
  * Bump debhelper compat to 11.
  * Switch Vcs-[Git Browser] to salsa.debian.org.
  * Update debian/watch to fillow new upstream naming scheme.
  * Update symbols files with current build log.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 10 Mar 2018 16:29:04 -0300

qtscript-opensource-src (5.9.2+dfsg-2) unstable; urgency=medium

  * Do not call qmake directly anymore (Closes: #880934). Depend upon
    debhelper >= 10.9.2~ to get the proper fix.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 03 Dec 2017 13:20:11 -0300

qtscript-opensource-src (5.9.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Bump Qt build-dependencies to 5.9.2.
  * Use debhelper compat level 10 and dh_missing.
  * Update debian/libqt5script5.symbols from buildds’ logs.
  * Stop using deprecated Priority: extra.
  * Bump Standards-Version to 4.1.1.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 27 Oct 2017 21:03:34 +0300

qtscript-opensource-src (5.9.1+dfsg-2) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Drop qtscript5-private-dev package, there are no remaining reverse
    dependencies.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 15 Aug 2017 22:05:47 -0300

qtscript-opensource-src (5.9.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update debian/libqt5script5.symbols from buildds’ logs.
  * Bump Standards-Version to 4.0.0, no changes needed.
  * Bump Qt build-dependencies to 5.9.1.
  * Simplify debian/watch to track only stable releases.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 01 Jul 2017 22:36:26 +0300

qtscript-opensource-src (5.9.0+dfsg-1) experimental; urgency=medium

  [ Simon Quigley ]
  * New upstream release.
  * Modify debian/watch to automatically pick up new development *and*
    final releases.
  * Add myself to Uploaders.

  [ Dmitry Shachnev ]
  * Export QT_LOGGING_RULES="default.debug=true" to unbreak the tests
    (this is needed to override settings from our new qtlogging.ini file).

 -- Simon Quigley <tsimonq2@ubuntu.com>  Fri, 16 Jun 2017 12:02:34 -0500

qtscript-opensource-src (5.9.0~beta3+dfsg-1) experimental; urgency=medium

  * New upstream beta release.
  * Update debian/watch to track development releases.
  * Bump Qt build-dependencies to 5.9.0~beta.
  * Migrate to automatic dbgsym packages.
  * Add support for “nodoc” build profile.
  * Ignore the tests failures for now, will be investigated later.
  * Remove the debian/copyright entry for dropped ce-compat code.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 28 Apr 2017 14:58:31 +0300

qtscript-opensource-src (5.7.1~20161021+dfsg-2) unstable; urgency=medium

  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 01 Nov 2016 08:46:37 -0300

qtscript-opensource-src (5.7.1~20161021+dfsg-1) experimental; urgency=medium

  * New upstream pre-release.
    - Bump Qt build dependencies.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 22 Oct 2016 16:23:11 -0300

qtscript-opensource-src (5.7.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update debian/libqt5script5.symbols from 5.6.1 build log.
  * Bump Qt build-dependencies to 5.7.0.
  * Add Qt_5.7 version tag to the symbols files.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 05 Jul 2016 22:02:54 +0300

qtscript-opensource-src (5.6.1+dfsg-2) unstable; urgency=medium

  * Update symbols files with buildds' logs.
  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 13 Jun 2016 09:56:55 -0300

qtscript-opensource-src (5.6.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
  * Update symbols files with buildds' logs.
  * Bump Standards-Version to 3.9.8, no changes required.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 09 Jun 2016 18:42:03 -0300

qtscript-opensource-src (5.6.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
    - Restore debian/watch to official releases.
  * Update symbols files with buildds' logs.
  * Add the dfsg suffix when repacking tarballs using uscan.
  * Add source lintian-overrides for javascript tests that Lintian sees as
    minified files.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 19 Mar 2016 13:49:17 -0300

qtscript-opensource-src (5.6.0~rc+dfsg-1) experimental; urgency=medium

  * New upstream release candidate.
  * Bump qtbase5-private-dev build-dependency to 5.6.0~rc.
  * Use recommended https URIs for Vcs fields.
  * Run tests outside Xvfb, it is not needed.
  * Bump Standards-Version to 3.9.7, no changes needed.
  * Drop enable-make-check.patch, seems to be not needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 05 Mar 2016 22:56:13 +0300

qtscript-opensource-src (5.6.0~beta+dfsg-1) experimental; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream beta release.
  * Update symbols files with buildds' logs.
  * Bump Qt build dependencies.

  [ Dmitry Shachnev ]
  * Update debian/watch to track experimental releases (needs to be reverted
    before uploading 5.6.0 final).
  * Re-enable building the documentation.
    - See debian/README.source in qtbase for details on how we handle it.
    - Add libqt5sql5-sqlite and qttools5-dev-tools to Build-Depends-Indep.
  * Update the symbols files using the migrate-symbols script and from the
    current build log.
  * Stop running pkgkde-mark-private-symbols on build time. The new way is
    running pkgkde-mark-qt5-private-symbols after every symbols update.
  * Bump the ABI version to 5-6-0.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 03 Feb 2016 14:06:33 +0300

qtscript-opensource-src (5.5.1+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 21 Oct 2015 15:48:16 -0300

qtscript-opensource-src (5.5.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Bump Qt build dependencies.
  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 15 Oct 2015 21:15:53 -0300

qtscript-opensource-src (5.5.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump qtbase5-private-dev build-dependency to 5.5.0.
  * Update debian/copyright.
  * Simplify and update libqt5script5.symbols (and fix syntax errors).

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 22 Aug 2015 21:09:33 +0300

qtscript-opensource-src (5.4.2+dfsg-4) unstable; urgency=medium

  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 07 Aug 2015 13:55:07 -0300

qtscript-opensource-src (5.4.2+dfsg-3) unstable; urgency=medium

  * Update symbols files with buildds' logs.
  * Update symbols files with current build log against gcc5.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 07 Aug 2015 10:50:59 -0300

qtscript-opensource-src (5.4.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>  Tue, 23 Jun 2015 09:26:32 -0300

qtscript-opensource-src (5.4.2+dfsg-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!).
  * Update symbols files with buildds' logs.
  * Refresh s390x_jscore.diff.
  * Remove ppc64el_jscore.diff, applied upstream.
  * Use pkgkde-make-private-symbols from pkg-kde-tools 0.15.17.
    - Drop the relevant entry in debian/copyright.
  * Expose HTML documentation (Closes: #751181).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 02 Jun 2015 17:36:59 -0300

qtscript-opensource-src (5.4.1+dfsg-3) experimental; urgency=medium

  * Add upstream patch to correctly detect little-endian ppc/ppc64.
  * mark_private_symbols.sh: Strip trailing colon from symbols names.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 01 Mar 2015 22:06:25 +0300

qtscript-opensource-src (5.4.1+dfsg-2) experimental; urgency=medium

  * Disable some failing tests.
  * Remove a symbol from libqt5script5.symbols that should not be there.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 25 Feb 2015 15:34:04 +0300

qtscript-opensource-src (5.4.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update debian/watch to use https://download.qt.io/.
  * Build-depend on qtbase 5.4.1.
  * Drop upstream_Disable-pthread_np.h-on-BSD-w-GNU-libc.patch, applied
    upstream.
  * Refresh s390x_jscore.diff.
  * Update debian/copyright.
  * Run the tests during build.
  * Mark three destructors symbols as optional to fix build with GCC 5
    (closes: #778093).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 25 Feb 2015 13:13:33 +0300

qtscript-opensource-src (5.4.0+dfsg-2) experimental; urgency=medium

  [ Pino Toscano ]
  * Backport upstream commit 52e775b4d0e59dfb44c22b070f272dbc21014389 to fix
    build on GNU/kFreeBSD, making sure that pthread_np.h is not used;
    patch upstream_Disable-pthread_np.h-on-BSD-w-GNU-libc.patch.

  [ Dmitry Shachnev ]
  * Update debian/copyright.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 24 Jan 2015 18:14:24 +0300

qtscript-opensource-src (5.4.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Build-depend on qtbase 5.4.0.
  * Add myself to Uploaders.
  * Update Vcs-Git URL to point to cgit interface.
  * Bump Standards-Version to 3.9.6, no changes needed.
  * Update debian/copyright.
  * Use Files-Excluded instead of prune-nonfree.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 16 Dec 2014 17:18:09 +0300

qtscript-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>  Sun, 21 Sep 2014 23:38:08 -0300

qtscript-opensource-src (5.3.2+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Bump Qt build dependencies.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Tue, 16 Sep 2014 22:07:20 -0300

qtscript-opensource-src (5.3.1+dfsg-3) unstable; urgency=medium

  * Bump qtbase's build dependencies to >= 5.3.1-2 to get 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:59:44 -0300

qtscript-opensource-src (5.3.1+dfsg-2) unstable; urgency=medium

  * Bump Qt build dependencies.
  * Update symbols files with buildds' logs.
  * Mark new private symbols as such.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 26 Jun 2014 23:43:47 -0300

qtscript-opensource-src (5.3.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Update symbols files with buildds' and mips64el's logs.
  * Update symbols files with current log.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 26 Jun 2014 20:23:08 -0300

qtscript-opensource-src (5.3.0+dfsg-4) unstable; urgency=medium

  * Update symbols files with buildds' logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 19 Jun 2014 12:03:23 -0300

qtscript-opensource-src (5.3.0+dfsg-3) unstable; urgency=medium

  * Update symbols files with buildds' logs (Closes: #746899).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 18 Jun 2014 11:16:00 -0300

qtscript-opensource-src (5.3.0+dfsg-2) unstable; urgency=medium

  * Upload to unstable.
  * Development packages are now Arch: any and 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.
  * Do not override dh_builddeb, xz is now the default compression method.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 05 Jun 2014 23:15:25 -0300

qtscript-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Add missing word in qtscript5-private-dev's description (Closes: #745300).
    Thanks Pascal De Vuyst.
  * Do not build qtscript5-doc anymore from this source, thus allowing us to
    avoid a dependency on qttools and a circular dependency.
    The package will be built from qttools itself.
  * Bump the build dependency on qtbase to 5.3.0+dfsg~.
  * Refresh s390x_jscore.diff.
  * Move headers to their new multi-arch aware path.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 21 May 2014 12:43:46 -0300

qtscript-opensource-src (5.2.1+dfsg-2) unstable; urgency=medium

  * Upload to unstable.
  * Add license to mark_private_symbols.sh and corresponding entry in
    debian/copyright.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 24 Mar 2014 22:19:17 -0300

qtscript-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update symbols files with buildd's logs.
  * Bump Qt build dependencies.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Mon, 10 Feb 2014 13:07:06 -0300

qtscript-opensource-src (5.2.0+dfsg-3) unstable; urgency=medium

  * Do not run tests until we get the transition sorted out.
  * Update symbols files with buildd's logs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 01 Feb 2014 18:13:07 -0300

qtscript-opensource-src (5.2.0+dfsg-2) unstable; urgency=medium

  [ Iftikhar Ahmad ]
  * debian/patches/enable-make-check.patch:
    - Fix make check to work.
  * Run tests as part of the override_dh_auto_test

  [ Dmitry Shachnev ]
  * Provide qtscript-abi-5-2-0 (and not 5-1-0).
  * Build tests in build target, and use dh_auto_test.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * 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.
  * Update Standards-Version to 3.9.5, no changes required.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 31 Jan 2014 18:47:35 -0300

qtscript-opensource-src (5.2.0+dfsg-1) experimental; urgency=low

  * New upstream release.
  * Bump build dependencies.
  * Refresh s390x_jscore.diff.
  * Adjust install files.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 13 Dec 2013 14:15:37 -0300

qtscript-opensource-src (5.1.1+dfsg-2) unstable; urgency=low

  * Switch symbols substitutions failing in s390 from ssize_t to intptr_t
    (which is the correct type). Tested on a porterbox.
  * Confirm symbols files for all other archs.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 03 Oct 2013 22:28:19 -0300

qtscript-opensource-src (5.1.1+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Be verbose on the files we remove to make the source tarball DFSG
    compliant.
  * Tighten Qt 5 build dependencies.
  * Refresh s390x_jscore.diff.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 30 Aug 2013 22:11:00 -0300

qtscript-opensource-src (5.1.0+dfsg-3) unstable; urgency=low

  * Require pkg-kde-tools with version at least 0.15.8 to fix a symbol
    substitution on s390.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 25 Aug 2013 20:50:33 -0300

qtscript-opensource-src (5.1.0+dfsg-2) unstable; urgency=low

  * Upload to unstable.
  * Update symbols files.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 11 Aug 2013 12:54:48 -0300

qtscript-opensource-src (5.1.0+dfsg-1) experimental; urgency=low

  * New upstream release.
  * Fix watch file.
  * Bump Qt dependencies to 5.1.0~.
  * Make libqt5script5 provide qtscript-api-5-1-0.
    In this way we can know if external packages are using private headers.
    - Add the necessary options in the symbols file.
    - Add mark_private_symbols.sh.
    - Mark private symbols.
    - Add lintian overrides for dependency on other lib.
  * Update install files.
  * Update symbols files.
  * Add third party copyright stuff for ce-compat.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 14 Jul 2013 16:25:38 -0300

qtscript-opensource-src (5.0.2+dfsg-3) experimental; urgency=low

  [ Pino Toscano ]
  * debian/control: remove extra ${misc:Pre-Depends} from qtscript5-examples.
  * Copy patch s390x_jscore.diff from qt4-x11 (which is a backport of an
    upstream commit) to support s390/s390x.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * 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.
  * Update symbols file.
  * Make qtscript5-dbg M-A same to allow debugging symbols coinstalability.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 20 Jun 2013 19:45:49 -0300

qtscript-opensource-src (5.0.2+dfsg-2) experimental; urgency=low

  [ Pino Toscano ]
  * Update symbols file.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 05 Jun 2013 15:06:13 -0300

qtscript-opensource-src (5.0.2+dfsg-1) experimental; urgency=low

  * Initial release. (Closes: #697509)

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 17 May 2013 16:35:39 -0300