File: changelog

package info (click to toggle)
qbs 1.18.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,484 kB
  • sloc: cpp: 101,321; javascript: 9,746; python: 5,625; ansic: 4,842; asm: 1,672; java: 603; sh: 526; objc: 436; lex: 194; xml: 144; perl: 137; yacc: 79; makefile: 47; cs: 41
file content (733 lines) | stat: -rw-r--r-- 26,901 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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
qbs (1.18.0-5) unstable; urgency=medium

  * Handle symlink to directory change in qbs-examples (closes: #985295).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 15 Mar 2021 21:02:24 +0300

qbs (1.18.0-4) unstable; urgency=medium

  * Skip TestBlackboxJobLimits::jobLimits test that sometimes hangs on
    mipsel/mips64el (closes: #980872).
  * Run the remaining tests with QBS_AUTOTEST_ALWAYS_LOG_STD{OUT,ERR}=1.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 24 Jan 2021 14:18:12 +0300

qbs (1.18.0-3) unstable; urgency=medium

  * Run tests with --max-parallel=1 to make them more stable.
  * Bump required Qt version to 5.14.0, following upstream.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 21 Jan 2021 21:01:14 +0300

qbs (1.18.0-2) experimental; urgency=medium

  * Add one more file to debian/patches/no_nosys_specs.diff.
  * Update debian/libqbscore1.18.symbols from buildds’ logs.
  * Update debian/watch to version 4.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 05 Jan 2021 21:20:29 +0300

qbs (1.18.0-1) experimental; urgency=medium

  * New upstream release.
  * Refresh patches for the new release.
  * Update debian/libqbscore1.17.symbols from buildds’ logs.
  * Rename libqbscore1.17 to libqbscore1.18 for upstream SONAME change.
  * Pass --buildsystem=qmake to dh, to prevent it from choosing cmake.
  * Add one new file to debian/qbs-common.install.
  * Update debian/libqbscore1.18.symbols from the current build logs.
  * Update debian/copyright.
  * Bump Standards-Version to 4.5.1, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 28 Dec 2020 21:27:26 +0300

qbs (1.17.0-2) unstable; urgency=medium

  * Fix tests failures on ARM:
    - Do not use nosys.specs, it needs gcc-arm-none-eabi.
    - Disable build of arm-gcc.s, it causes errors from as.
  * Update debian/libqbscore1.17.symbols from buildds’ logs.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 20 Sep 2020 15:43:21 +0300

qbs (1.17.0-1) experimental; urgency=medium

  * New upstream release.
  * Refresh patches for the new release.
  * Update debian/libqbscore1.16.symbols from buildds’ logs.
  * Rename libqbscore1.16 to libqbscore1.17 for upstream SONAME change.
  * Install three new files for the capnproto module.
  * Update to debhelper compat level 13.
    - Drop dh_missing override, --fail-missing is now default behavior.
    - Use ${DEB_HOST_MULTIARCH} substitution.
    - Adapt to debhelper exporting its own $HOME for tests.
  * Update debian/libqbscore1.17.symbols from the current build logs.
  * Stop overriding libexec location (FHS v3.0 and Debian Policy v4.1.5
    allow for /usr/libexec).
  * Update debian/copyright.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 07 Sep 2020 13:35:34 +0300

qbs (1.16.0-2) unstable; urgency=medium

  * Update debian/libqbscore1.16.symbols from buildds’ logs.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 25 Jun 2020 11:00:39 +0300

qbs (1.16.0-1) experimental; urgency=medium

  * New upstream release.
  * Refresh skip_test_concurrent.diff.
  * Update debian/libqbscore1.14.symbols from buildds’ logs.
  * Rename libqbscore1.14 to libqbscore1.16 for upstream SONAME change.
  * Install new files.
  * Update debian/libqbscore1.16.symbols from the current build log.
  * Update debian/copyright.
  * Make tests not fail when there are multiple GCC versions installed.
  * Test sanitizers only on amd64, they are not available everywhere.
  * Bump Standards-Version to 4.5.0, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 21 May 2020 21:00:57 +0300

qbs (1.14.1-1) experimental; urgency=medium

  * New upstream release.
  * Drop qml_type_descriptions.diff, applied upstream.
  * Refresh kfreebsd_soname.diff.
  * Update debian/libqbscore1.13.symbols from buildds’ logs.
  * Rename libqbscore1.13 to libqbscore1.14 for upstream SONAME change.
  * Bump required Qt version to 5.11.0, following upstream.
  * Install new files.
  * Update debian/libqbscore1.14.symbols from the current build logs.
  * Update debian/copyright.
  * Bump debhelper compat level to 12, use the new syntax.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 13 Nov 2019 14:56:40 +0300

qbs (1.13.1-2) unstable; urgency=medium

  * Update debian/libqbscore1.13.symbols from the current build log.
  * Add Build-Depends-Package field to debian/libqbscore1.13.symbols.
  * Bump Standards-Version to 4.4.1, no changes needed.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 22 Oct 2019 15:13:07 +0300

qbs (1.13.1-1) experimental; urgency=medium

  * New upstream release.
  * Refresh debian/patches/skip_test_concurrent.diff.
  * Update debian/libqbscore1.13.symbols from buildds’ logs.
  * Update debian/libqbscore1.13.symbols from the current build log.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 12 Jun 2019 23:14:25 +0300

qbs (1.13.0-1) experimental; urgency=medium

  [ 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.

  [ Dmitry Shachnev ]
  * New upstream release.
  * Stop repacking the tarball, there is no more minified jquery.js.
  * Drop debug_log_level_segfault_fix.diff, included in the new release.
  * Refresh and rebase other patches.
  * Remove the libqtprofilesetup package, it is gone upstream.
  * Update debian/qbs-common.install and debian/qbs-dev.install.
  * Rename libqbscore1.12 to libqbscore1.13 for upstream SONAME change.
  * Update debian/libqbscore1.13.symbols from buildds’ logs.
  * Update debian/libqbscore1.13.symbols from the current build log.
  * Update debian/copyright.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 29 Apr 2019 22:43:49 +0300

qbs (1.12.2+dfsg-2) unstable; urgency=medium

  * Add a patch to fix segfault with --log-level debug (closes: #917066).

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 23 Dec 2018 00:32:11 +0300

qbs (1.12.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh debian/patches/skip_test_concurrent.diff.
  * Update symbols files (closes: #916155).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 10 Dec 2018 22:15:09 +0300

qbs (1.12.1+dfsg-2) unstable; urgency=medium

  * Update symbols files from buildds’ logs.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 31 Oct 2018 14:43:46 +0300

qbs (1.12.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
    - Tests now pass on i386 (closes: #908477).
  * Drop install_missing.patch, applied in the new release.
  * Refresh skip_test_concurrent.diff.
  * Remove dbgsym migration, it is no longer needed.
  * Use xz compression for the repacked tarball.
  * Update symbols files from buildds’ and the current build logs.
  * Bump Standards-Version to 4.2.1, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 26 Sep 2018 12:59:09 +0300

qbs (1.12.0+dfsg-1) experimental; urgency=medium

  [ Alexander Volkov ]
  * New upstream release.
  * Install missing header file.
  * Update install files for the new release.
  * Rename the library packages according to upstream SONAME change.
  * Update symbols from build logs.

  [ Dmitry Shachnev ]
  * Update debian/copyright.
  * Bump qtbase5-dev build-dependency to 5.9.0.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 14 Aug 2018 14:10:34 +0300

qbs (1.11.1+dfsg-2) unstable; urgency=medium

  * Fix architecture independent builds.
  * Update libqbsqtprofilesetup1.11.symbols from buildds’ logs.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 14 May 2018 23:18:21 +0300

qbs (1.11.1+dfsg-1) unstable; urgency=medium

  [ Simon Quigley ]
  * New upstream release.
  * Bump Standards-version to 4.1.4, no changes needed.
  * Update patches for new upstream release and remove reverse-
    applicable installed_headers.diff.

  [ Dmitry Shachnev ]
  * Update symbols files from buildds’ logs.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Sat, 12 May 2018 20:00:45 -0500

qbs (1.11.0+dfsg-1) unstable; urgency=medium

  [ Alexander Volkov ]
  * New upstream release.
  * Drop fix_ftbfs_gcc6.diff, applied upstream.
  * Update QBS_LIBEXEC_DESTDIR for static.pro and fix DESTDIR for
    qbs_processlauncher (processlauncher_destdir.diff).
  * Set LD_LIBRARY_PATH for qbsres target so it could use built qbs
    to generate QML type descriptions (qml_type_descriptions.diff).
  * Fix the list of installed headers for qmake build (installed_headers.diff).
  * Update install files for the new release.
  * Rename the library packages according to upstream SONAME change.
  * Update symbols from build logs.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 06 Apr 2018 17:36:51 +0300

qbs (1.10.1+dfsg-1) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Properly support DEB_BUILD_OPTIONS=nocheck (closes: #886656). Thanks to
    Helmut Grohne.

  [ Simon Quigley ]
  * New upstream release.
  * Bump Standards-version to 4.1.3, no changes needed.
  * Bump debhelper compat to 11:
    - Remove --parallel from debian/rules because it is already used by default.
    - No other changes were required.
  * Update Vcs-* to reflect the move to Salsa.
  * Follow the hints given by the multiarch hinter.
  * Update qbs-common.install for the new upstream release.
  * Update symbols from build logs.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Thu, 15 Mar 2018 18:05:03 -0500

qbs (1.10.0+dfsg-2) unstable; urgency=medium

  * Update symbols files from buildds’ logs.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 22 Dec 2017 22:12:20 +0300

qbs (1.10.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Drop install_missing_header.diff, it was coming from upstream.
  * Refresh and rebase other patches.
  * Install upstream changelog.
  * Update install files for the new release.
  * Rename the library packages according to upstream SONAME change.
  * Export QBS_AUTOTEST_PROFILE=qbs_autotests when running the tests.
  * Build-depend on qtdeclarative5-private-dev, for Qt.quick module.
  * Update symbols files for the new release.
  * Use dh_missing instead of deprecated dh_install --fail-missing.
  * Use dh_auto_configure provided by debhelper.
  * Update debian/copyright.
  * Do not install dmgbuild Python code, it is only working on macOS.
  * Fix Abstract field in qbs-doc-html.doc-base.
  * Bump Standards-Version to 4.1.2, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 19 Dec 2017 21:26:01 +0300

qbs (1.8.1+dfsg-4) unstable; urgency=medium

  * Make libqbscore1.8 depend on qbs-common (closes: #875434).
  * Update debian/libqbscore1.8.symbols from buildds’ logs.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 12 Sep 2017 15:46:40 +0300

qbs (1.8.1+dfsg-3) unstable; urgency=medium

  * Make sure qbs tries to find qbs_processlauncher in correct place, by
    specifying QBS_RELATIVE_LIBEXEC_PATH (closes: #869909).
  * Update symbols files for GCC 7.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 07 Aug 2017 17:18:32 +0300

qbs (1.8.1+dfsg-2) unstable; urgency=medium

  * Install missing tools/version.h header to fix QtCreator build.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 10 Jul 2017 13:27:31 +0300

qbs (1.8.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Add myself to Uploaders.
  * Update Standards-version to 4.0.0, no changes needed.
  * Bump debhelper compat to 10.
  * Fix doc-base-file-references-missing-file by correcting path in qbs-
    doc-html.doc-base.
  * Upload to unstable.

 -- Simon Quigley <tsimonq2@ubuntu.com>  Wed, 05 Jul 2017 04:08:07 -0500

qbs (1.8.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Drop qmake_documentation.diff, applied upstream.
  * Refresh kfreebsd_soname.diff and skip_test_concurrent.diff.
  * Bump qtbase5-dev build-dependency to 5.6.0, following upstream.
  * Improve package descriptions, thanks Joerg Bornemann (closes: #863874).
  * Update debian/copyright.
  * Update docs installation code for the new release.
  * Update install files for the new release.
  * Rename the library packages according to upstream SONAME change:
    - libqbscore1.7 → libqbscore1.8;
    - libqbsqtprofilesetup1.7 → libqbsqtprofilesetup1.8.
  * Update the symbols files from the current build log.

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 06 Jun 2017 13:58:02 +0300

qbs (1.7.2+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Drop skip_test_concurrent.diff, applied upstream.
  * Update debian/copyright.
  * Update debian/libqbscore1.7.symbols from the current build log.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 24 May 2017 12:39:34 +0300

qbs (1.7.0+dfsg-4) unstable; urgency=medium

  * Backport upstream patch to make documentation install dir configurable
    (qmake_documentation.diff).
  * Install the documentation into correct location (closes: #795829).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 25 Jan 2017 12:01:02 +0300

qbs (1.7.0+dfsg-3) unstable; urgency=medium

  * Fix the arch:all build by passing -f to rm command.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Jan 2017 22:06:30 +0300

qbs (1.7.0+dfsg-2) unstable; urgency=medium

  * Drop ${shlibs:Depends} from qbs-dev, it does not have any binary code.
  * Update debian/copyright.
  * Fix race condition which breaks parallel builds (fix_race_condition.diff).
  * Do not install the libqbscore.so.1 symlink (closes: #850035).
  * Use the same SONAME scheme on kfreebsd as on Linux (kfreebsd_soname.diff).
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Jan 2017 21:24:09 +0300

qbs (1.7.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Refresh and rebase the patches for the new release.
  * Add three new files to debian/qbs-common.install.
  * Update symbols files from the current amd64 build log.
  * Rename the library packages according to upstream SONAME change:
    - libqbscore1 → libqbscore1.7;
    - libqbsqtprofilesetup1 → libqbsqtprofilesetup1.7.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 23 Dec 2016 11:22:04 +0300

qbs (1.6.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh skip_test_concurrent.diff.
  * Update debian/libqbscore1.symbols from buildds’ logs.
  * Fix description-synopsis-starts-with-article Lintian warning.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 13 Nov 2016 19:25:30 +0300

qbs (1.6.0+dfsg-2) unstable; urgency=medium

  * Update debian/libqbscore1.symbols from buildds’ logs.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 07 Sep 2016 12:04:38 +0300

qbs (1.6.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Set $HOME to a temporary location when running tests.
  * Drop skip_test_homedirectory.diff, no longer needed.
  * Refresh other patches.
  * Update install files for the new release.
  * Update debian/libqbscore1.symbols from amd64 and i386 build logs.
  * Fix two Lintian errors about package descriptions.
  * Bump required Qt version to 5.4.0, following upstream.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 03 Sep 2016 14:43:46 +0300

qbs (1.5.2+dfsg-1) unstable; urgency=medium

  [ Adam Majer ]
  * Remove /usr/include from INCLUDEPATH list of installed
    .pri file. Adding this default included path causes FTBFS
    for software using qbs with GCC 6 (fix_ftbfs_gcc6.diff)
    (closes: #831182)

  [ Dmitry Shachnev ]
  * New upstream release.
  * Drop kfreebsd.diff, a similar patch was applied upstream.
  * Avoid using the Qt Build Suite term, following upstream.

 -- Adam Majer <adamm@zombino.com>  Tue, 02 Aug 2016 00:04:16 +0200

qbs (1.5.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh skip_test_concurrent.diff.
  * Drop the rules to remove empty directories in documentation, qdoc no
    longer creates them (since Qt 5.6.1).

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jun 2016 12:11:44 +0300

qbs (1.5.0+dfsg-2) unstable; urgency=medium

  * Build-depend on qttools5-dev-tools to prevent a test failure.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 13 May 2016 09:33:19 +0300

qbs (1.5.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Set LC_ALL=C.UTF-8 when running tests, as according to upstream the
    testsuite assumes English locale.
  * Refresh patches against the new release.
  * Update debian/qbs-common.install.
  * Update debian/libqbscore1.symbols from amd64 build log.
  * Bump Standards-Version to 3.9.8, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 12 May 2016 22:05:38 +0300

qbs (1.4.5+dfsg-2) unstable; urgency=medium

  * Skip new TestBlackbox::concurrentExecutor() test which hangs on all
    non-x86 architectures.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 31 Mar 2016 19:29:35 +0200

qbs (1.4.5+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * 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>  Thu, 17 Mar 2016 18:50:14 +0100

qbs (1.4.4+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 19 Dec 2015 13:46:01 +0300

qbs (1.4.3+dfsg-3) unstable; urgency=medium

  * Update debian/libqbscore1.symbols from buildds’ logs.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 04 Nov 2015 09:41:32 +0300

qbs (1.4.3+dfsg-2) unstable; urgency=medium

  * Do not try to run tests during arch-indep builds.
  * Split files in /usr/share into new qbs-common package.

 -- Dmitry Shachnev <mitya57@debian.org>  Thu, 29 Oct 2015 11:22:24 +0300

qbs (1.4.3+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Drop dont_throw_exceptions.diff, applied upstream.
  * Refresh skip_test_homedirectory.diff.
  * Update debian/libqbscore1.symbols.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 28 Oct 2015 16:27:50 +0300

qbs (1.4.2+dfsg-3) unstable; urgency=medium

  * Use QBS_LIBRARY_DIRNAME to specify library dir (closes: #797774).

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 05 Sep 2015 10:24:02 +0300

qbs (1.4.2+dfsg-2) unstable; urgency=medium

  * Backport upstream change that should hopefully fix tests failures
    on most architectures (dont_throw_exceptions.diff).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 26 Aug 2015 16:57:58 +0300

qbs (1.4.2+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Drop patches:
    - fix_assembly_test.diff (applied upstream)
    - revert_tests_speedup.diff (applied upstream)
    - skip_test.diff (no longer needed)
  * Refresh and rebase other patches.
  * Update qbs.install to install some new files.
  * Remove gitignore files in clean target.
  * Minor debian/copyright updates.
  * Update libqbscore1.symbols (only internal symbols changed).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 24 Aug 2015 18:49:24 +0300

qbs (1.4.1+dfsg-8) unstable; urgency=medium

  * Tell qmake where to install libraries and plugins, rather than moving
    them after installing (LP: #1456593).
  * Remove lib/ directory in clean target.
  * Update symbols files for GCC 5, fixing a build failure.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 12 Aug 2015 20:55:48 +0300

qbs (1.4.1+dfsg-7) unstable; urgency=medium

  * Skip homeDirectory test because buildds do not have home directory
    (skip_test_homedirectory.diff).

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jul 2015 21:18:43 +0300

qbs (1.4.1+dfsg-6) unstable; urgency=medium

  * Simplify testing commands: no need to pass --settings-dir because
    we export XDG_CONFIG_HOME anyway.
  * Define qbs_enable_unit_tests to enable some additional tests.
    - Add some new symbols that appeared after enabling it.
  * Move tests whitelist logic to auto.pro, so that non-API tests are
    still run on non-whitelisted architectures.
  * Talk to FreeBSD kernel manually instead of using kinfo_getproc,
    which is not available on GNU/kFreeBSD.
  * Upload to unstable.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 18 Jul 2015 19:38:23 +0300

qbs (1.4.1+dfsg-5) experimental; urgency=medium

  * Fixup the previous kFreeBSD fix; add B-D on libutil-freebsd-dev.
  * Use a whitelist of architectures where we run tests, until QBS
    gets ported away from QtScript.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 13 Jul 2015 13:20:21 +0300

qbs (1.4.1+dfsg-4) experimental; urgency=medium

  * Add missing includes for kinfo_getproc(3) on kFreeBSD
    (bsd_includes.diff).
  * Disable one more test (infinite-loop-js) failing because of QtScript
    bugs to make the build pass on powerpc. Rename the patch from
    disable_moc_hpp_included.diff to disable_tests_qtscript.diff.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 12 Jul 2015 17:08:33 +0300

qbs (1.4.1+dfsg-3) experimental; urgency=medium

  * Backport upstream change to run testAssembly only on architectures
    where it is supported (fix_assembly_test.diff).
  * Replace revert_tests_speedup.diff with proposed upstream version
    by Christian Kandeler.
  * Disable moc-hpp-included test which currently fails because of a bug
    in QtScript on some architectures (disable_moc_hpp_included.diff).
  * Update some URLs to use *.qt.io instead of *.qt-project.org.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 11 Jul 2015 19:57:05 +0300

qbs (1.4.1+dfsg-2) experimental; urgency=medium

  * Version all symbols from 1.4 snapshots as 1.4.0.
  * Revert upstream commit that may have caused tests to fail.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 08 Jul 2015 14:00:20 +0300

qbs (1.4.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update debian/watch for new tarball naming scheme.
  * Refresh debian/patches/skip_test.diff.
  * Install new tools/commandechomode.h header in qbs-dev.
  * Update debian/libqbscore1.symbols for the new version.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 06 Jul 2015 17:33:05 +0300

qbs (1.4~git20150407-c224c8-1) experimental; urgency=medium

  * New upstream snapshot.
  * Fix a typo in previous changelog entry.
  * Sort debian/qbs.install.
  * Clean up patches and bump Last-Update timestamps.
  * Update name of qbs_disable_rpath variable, following upstream
    change (commit a8e6324de460745a).
  * Update libqbscore1.symbols for the new snapshot.
  * Properly version symbols introduced in previous upload.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 10 Apr 2015 09:33:46 +0300

qbs (1.4~7fd456-1) experimental; urgency=medium

  [ Dmitry Shachnev ]
  * Sort debian/qbs.install.
  * Update debian/libqbscore1.symbols from buildds’ logs.

  [ Adam Majer ]
  * Release snapshot of 1.4.x branch as of 7fd456 commit
    + endianness patch applied upstream, removed from patches
  * Add myself to uploaders

 -- Adam Majer <adamm@zombino.com>  Thu, 12 Mar 2015 18:55:22 -0500

qbs (1.3.4+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Drop increase_timeout.diff, applied upstream.
  * Replace endianness.diff with upstream patch.
  * Update copyright information.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 08 Mar 2015 20:54:30 +0300

qbs (1.3.3+dfsg-4) unstable; urgency=medium

  * Drop no longer needed chmod calls from debian/rules, thanks Jake
    Petroules for the suggestion.
  * Use qbs-config instead of modifying configuration files manually,
    thanks Jake Petroules for the suggestion.
  * Mark some destructors symbols as optional to fix build with GCC 5
    (closes: #778082).

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 18 Feb 2015 10:11:29 +0300

qbs (1.3.3+dfsg-3) unstable; urgency=medium

  [ Pino Toscano ]
  * Add ${misc:Pre-Depends} to Pre-Depends for qbs, libqbscore1, and
    libqbsqtprofilesetup1.

  [ Adam Majer ]
  * Remove rpath from project include files used by 3rd party
    software. On Debian, rpath should not be set when referencing
    system installed libraries.

  [ Dmitry Shachnev ]
  * Add increase_timeout.diff from Dejan Latinovic to make tests pass
    on mips (closes: #774974).
  * Update debian/watch for new downloads server name.

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 09 Jan 2015 19:46:15 +0300

qbs (1.3.3+dfsg-2) unstable; urgency=medium

  * Re-add skip_test.diff, seems to be still needed.
  * Update debian/copyright.

 -- Dmitry Shachnev <mitya57@debian.org>  Sun, 28 Dec 2014 20:31:27 +0300

qbs (1.3.3+dfsg-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Drop no_gnu_hash.diff, applied upstream.
  * Drop skip_test.diff, no longer needed.
  * Add support for all MIPS flavors (closes: #767459).
  * Bump Breaks/Replaces on qtcreator, it is not fixed in Jessie.
  * Update debian/libqbscore1.symbols.

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 15 Dec 2014 17:44:26 +0300

qbs (1.3.2+dfsg-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Add alpha, hppa and sparc64 support (closes: #764556).

 -- Dmitry Shachnev <mitya57@debian.org>  Mon, 20 Oct 2014 16:53:29 +0400

qbs (1.3.1+dfsg-4) unstable; urgency=medium

  * Add upstream patch to not hardcode the linker hash style.
  * Add arm64 support.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 15 Oct 2014 21:29:30 +0400

qbs (1.3.1+dfsg-3) unstable; urgency=medium

  * Replace previous cleanup patch with a new patch that
    disables the broken test.

 -- Dmitry Shachnev <mitya57@debian.org>  Wed, 08 Oct 2014 19:29:24 +0400

qbs (1.3.1+dfsg-2) unstable; urgency=medium

  * Enable disable_rpath and qbs_enable_project_file_updates
    configuration flags, thanks Adam Majer for the patch.
  * Add 4 new symbols introduced by the previous change.
  * Add a patch to correctly detect endianness of all supported
    by Debian architectures.
  * Add a patch to clean up before running dependenciesProperty
    test (should make it passing).
  * Add lib/ to LD_LIBRARY_PATH when running tests (should fix
    build failures on kfreebsd and hurd).

 -- Dmitry Shachnev <mitya57@debian.org>  Tue, 07 Oct 2014 10:41:59 +0400

qbs (1.3.1+dfsg-1) unstable; urgency=medium

  * New upstream release.
    + Update .install files.
    + Update libqbscore1.symbols. There are missing symbols, but
      we ignore that as the package has never been in testing.
  * Break/Replace qtcreator (<< 3.2.1+dfsg-4~) (closes: #763365).
  * Fix build failure when multiple compilers are installed.
  * Properly clean up after tests.
  * Update my e-mail address.
  * debian/watch: Use new repacksuffix option.
  * Update Vcs-Browser field to point to cgit interface.
  * debian/copyright: Use correct exception syntax.
  * Bump Standards-Version to 3.9.6, no changes needed.

 -- Dmitry Shachnev <mitya57@debian.org>  Sat, 04 Oct 2014 10:21:08 +0400

qbs (1.2.2+dfsg-1) unstable; urgency=medium

  * Initial release (closes: #745095).

 -- Dmitry Shachnev <mitya57@gmail.com>  Sat, 26 Jul 2014 23:28:44 +0400