File: changelog

package info (click to toggle)
libqtdbustest 0.2%2Bbzr42%2Brepack1-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 236 kB
  • sloc: cpp: 551; sh: 59; makefile: 45
file content (245 lines) | stat: -rw-r--r-- 8,567 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
libqtdbustest (0.2+bzr42+repack1-11) unstable; urgency=medium

  * debian/control: Bump to DH compat level version 13. This should
    mitigate the infamous libpam-systemd/schroot bug, which defines
    XDG_RUNTIME to a non-existing directory.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 03 Dec 2020 16:04:54 +0100

libqtdbustest (0.2+bzr42+repack1-10) unstable; urgency=medium

  * debian/control:
    + Add Debian UBports Team to Uploaders: field.
    + Drop B-D on transitional google-mock package, add B-D on googletest
      instead. Add B-D on libgtest-dev (required for recent cmake-extras).
    + Update versioned B-D on cmake-extras to (>= 1.5-7~).
    + Bump Standards-Version: to 4.5.1. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 03 Dec 2020 12:04:57 +0100

libqtdbustest (0.2+bzr42+repack1-9) unstable; urgency=medium

  * debian/patches:
    + Drop patch 1002_fork-dbus-daemons.patch. Red hering.
  * debian/patches:
    + Add 1003_no-QProcess-waitForstarted-timeout.patch. Never timeout
      while waiting for test runner DBus daemons to appear.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 09 Mar 2020 12:54:23 +0100

libqtdbustest (0.2+bzr42+repack1-8) unstable; urgency=medium

  * debian/patches:
    + Add 1002_fork-dbus-daemons.patch. Fork DBus test runner daemons to
      background.
  * debian/rules:
    + Run tests with -V cmdline arg.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 09 Mar 2020 12:05:01 +0100

libqtdbustest (0.2+bzr42+repack1-7) unstable; urgency=medium

  * debian/changelog:
    + Fix bug reference in previous upload stanza.
  * debian/rules:
    + Undefine env vars DBUS_{SESSION,SYSTEM}_BUS_ADDRESS to hide existing DBus
      instance from the package build.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 09 Mar 2020 10:33:27 +0100

libqtdbustest (0.2+bzr42+repack1-6) unstable; urgency=medium

  * debian/rules:
    + Let's be honest to ourselves and dig into the failing builds on some
      architectures once more. (See #879937).
  * debian/control:
    + Bump Standards-Version: to 4.5.0. No changes needed.
    + Add Rules-Requires-Root: field and set it to 'no'.
  * debian/{control,compat}:
    + Bump DH compat level to version 12.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 05 Mar 2020 22:26:58 +0100

libqtdbustest (0.2+bzr42+repack1-5) unstable; urgency=medium

  * debian/control:
    + Update Vcs-*: fields. Packaging Git has been migrated to salsa.debian.org.
  * debian/rules:
    + Ignore test failures. Locally, tests always succeed. Only on Debian's
      buildd infrastructure, test failures can be observed at random. This
      is not beautiful, but alas. (Closes: #879937).
    + Honour 'nocheck' in DEB_BUILD_OPTONS. Thanks lintian.
  * debian/control:
    + Bump Standards-Version: to 4.3.0. No changes needed.
  * debian/libqtdbustest1.symbols:
    + Add Build-Depends-Package: meta data field. Thanks lintian.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 04 Feb 2019 09:57:33 +0100

libqtdbustest (0.2+bzr42+repack1-4) unstable; urgency=medium

  * debian/patches:
    + Add 2001_run-test-in-verbose-mode.patch. Run unit tests with
      QDBUS_DEBUG=1.
  * debian/rules:
    + Run check target, rather than test target. It produces the wanted debug
      output.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 30 Apr 2018 13:34:31 +0200

libqtdbustest (0.2+bzr42+repack1-3) unstable; urgency=medium

  * debian/patches:
    + Add 1001_use-full-path-when-executing-sleep.patch. Always launch sleep
      executable with full path. Fixes a test failure observed in buster, not
      present in stretch.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 29 Apr 2018 23:00:07 +0200

libqtdbustest (0.2+bzr42+repack1-2) unstable; urgency=medium

  * Test builds against architectures where the previous upload failed
    (obviously a series of artifact FTBFSes). (Closes: #879937).

  * debian/rules:
    + Add override_dh_missing and move --fail-missing option there.
    + Ship auto-generated ChangeLog.bzr as upstream ChangeLog.
    + Drop now unneeded --parallel argument from dh call.
  * debian/control:
    + Fix typo in Maintainer: field (in the full name).
    + Add B-Ds: gcovr, lcov.
    + Bump Standards-Version: to 4.1.3. No changes needed.
  * debian/{control,compat}:
    + Bump to DH version level 11.
  * debian/copyright:
    + Explain why we repacked the orig tarball.
    +  Use secure URI for copyright format reference.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 23 Mar 2018 13:30:25 +0100

libqtdbustest (0.2+bzr42+repack1-1) unstable; urgency=medium

  * Initial release to Debian. (Closes: #879472).

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 22 Oct 2017 01:22:39 +0200

libqtdbustest (0.2+17.04.20170106-0ubuntu1) zesty; urgency=medium

  * Compatibility with unversioned cmake-extras modules (LP: #1563573)

 -- Pete Woods <pete.woods@canonical.com>  Fri, 06 Jan 2017 10:44:47 +0000

libqtdbustest (0.2+16.04.20160216-0ubuntu1) xenial; urgency=medium

  [ Gerry Boland ]
  * Increase timeout when waiting for mock dbus service to appear on the
    bus. (LP: #1541854)

 -- MichaƂ Sawicz <michal.sawicz@canonical.com>  Tue, 16 Feb 2016 09:29:55 +0000

libqtdbustest (0.2+15.10.20150918-0ubuntu1) wily; urgency=medium

  * Fix building on wily (LP: #1451507)

 -- Pete Woods <ci-train-bot@canonical.com>  Fri, 18 Sep 2015 10:50:35 +0000

libqtdbustest (0.2+15.10.20150604-0ubuntu1) wily; urgency=medium

  [ Pete Woods ]
  * Fix FTBFS on PPC (LP: #1451507)

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 04 Jun 2015 11:03:52 +0000

libqtdbustest (0.2+14.04.20140325-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Correctly handle crashing child processes (LP: #1296744)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 25 Mar 2014 12:50:21 +0000

libqtdbustest (0.2+14.04.20140303.1-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Valgrind is not present on all architectures. (LP: #1263926,
    #1263925, #1262638)
  * Valgrind doesn't like dlopens (LP: #1287135)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 03 Mar 2014 13:02:05 +0000

libqtdbustest (0.2+14.04.20131128.1-0ubuntu3) trusty; urgency=medium

  * Disable the testsuite on i386 for now. See #1262638 and #1263926.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 24 Dec 2013 13:12:50 +0100

libqtdbustest (0.2+14.04.20131128.1-0ubuntu2) trusty; urgency=medium

  * Don't build-depend on valgrind on architecture without valgrind.
  * Don't run the testsuite when valgrind is not available.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 24 Dec 2013 12:05:47 +0100

libqtdbustest (0.2+14.04.20131128.1-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Add qdbus-simple-test-runner binary.
  * Support running libqtdbustest inside a parent instance.
  * Add environment variable to allow child process output printing

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 27

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 28 Nov 2013 10:03:59 +0000

libqtdbustest (0.1+13.10.20130815-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Rename parameter to be less confusing.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 24

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 15 Aug 2013 14:04:01 +0000

libqtdbustest (0.1+13.10.20130814-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Add more tests.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 22

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 14 Aug 2013 02:04:09 +0000

libqtdbustest (0.1+13.10.20130809-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Initial version.
  * Initial commit
  * Pull out the dbus initialisationd and mocking into separate
    libraries
  * Support separate mocked session and system buses
  * Support the whole dbusmock interface
  * Fix support for mocking session services
  * Add code to construct gmenumodels
  * Create a gmenumodel and confirm it is correct by reading it back in
    again
  * Delete everything not related to libqtdbustest
  * More complete install
  * Fix copyright
  * Fix packaging
  * First attempt at a watchdog
  * Add suicidal process as an API class
  * Add first test.
  * Enable coverage reports

  [ Robert Bruce Park ]
  * Packaging fixes necessary for daily release.
  * wrap-and-sort -a -t
  * Packaging comment.
  * Copyright cleanup.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 20

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 09 Aug 2013 02:02:48 +0000