File: changelog

package info (click to toggle)
qtsystems-opensource-src 5.0~git20230712.81e08ee%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 5,468 kB
  • sloc: cpp: 31,668; xml: 1,648; javascript: 372; makefile: 41; sh: 2
file content (227 lines) | stat: -rw-r--r-- 9,042 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
qtsystems-opensource-src (5.0~git20230712.81e08ee+dfsg-3) unstable; urgency=medium

  * debian/*.symbols:
    + Fix package names (appending t64) in header lines. (Closes: #1082246).

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 22 Sep 2024 12:43:42 +0200

qtsystems-opensource-src (5.0~git20230712.81e08ee+dfsg-2) unstable; urgency=medium

  [ Guido Berhoerster ]
  * debian/patches:
    + Add 1005_check_XOpenDisplay.patch. Check the return value of XOpenDisplay
      and handle failure. This fixes crashes e.g. if Mir/Wayland is used and
      DISPLAY is not set.

  [ Mike Gabriel ]
  * debian/control:
    + Bump Standards-Version to 4.7.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 12 Aug 2024 02:58:00 +0200

qtsystems-opensource-src (5.0~git20230712.81e08ee+dfsg-1.1~exp1) experimental; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 22 Feb 2024 17:24:07 +1300

qtsystems-opensource-src (5.0~git20230712.81e08ee+dfsg-1) unstable; urgency=medium

  * New upstream Git snapshot.
  * debian/copyright:
    + Update copyright attribution for debian/.
  * debian/control:
    + Bump Standards-Version: to 4.6.2. No changes needed.
    + Replace udev by systemd-dev in B-D. (Closes: #1060526).
  * debian/watch:
    + Add repacksuffix option.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 05 Feb 2024 12:27:42 +0100

qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-5) unstable; urgency=medium

  * debian/control:
    + Add udev/libudev as B-D.

 -- Marius Gripsgard <marius@ubports.com>  Sat, 07 Jan 2023 21:02:19 +0100

qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-4) unstable; urgency=medium

  * Team upload.
  * Update 1004_mark-as-override.patch to add override keyword only to *.h,
    not to *.cpp (closes: #1016274).

 -- Dmitry Shachnev <mitya57@debian.org>  Fri, 12 Aug 2022 13:26:26 +0300

qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-2) unstable; urgency=medium

  * debian/patches:
    + Add 1004_mark-as-override.patch. Fix FTBFS (with -Werror) in lomiri-ui-
      toolkit.
  * debian/control:
    + Bump Standards-Version: to 4.6.1. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 23 Jul 2022 23:16:57 +0200

qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-1) unstable; urgency=medium

  * Add +dfsg1 suffix to the upstream version as we remove jQuery files from the
    upstream code tree.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 25 Dec 2021 21:29:02 +0100

qtsystems-opensource-src (5.0~git20190103.e3332ee-2) unstable; urgency=medium

  * Re-upload merged changes. The previous upload did not contain changes
    of these two uploads: 5.0~git20181230.e3332ee3-3 and
    5.0~git20181230.e3332ee3-4.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 25 Dec 2021 19:15:20 +0100

qtsystems-opensource-src (5.0~git20190103.e3332ee-1) unstable; urgency=medium

  * This upload did not contain the previous two uploads
    (5.0~git20181230.e3332ee3-3, 5.0~git20181230.e3332ee3-4).

  * Re-generate same upstream orig tarball from upstream Git (this time with
    uscan).

  * debian/{rules,copyright,watch}:
    + Use uscan to obtain Git snapshot. Drop self-scripted (thanks to @onlyjob)
      get-orig-source target.
  * debian/copyright:
    + Update copyright attributions.
  * debian/rules:
    + Do dh_auto_install in --no-parallel mode. Build problems have been
      observed when running dh_auto_install parallelly.
  * debian/*.symbols:
    + Update .symbols files.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 25 Dec 2021 18:23:15 +0100

qtsystems-opensource-src (5.0~git20181230.e3332ee3-4) unstable; urgency=medium

  * Team upload.
  * Apparently there are issues when running the tests in parallel, so
    re-introduce a debian/run-tests.sh script, albeit that simply calls
    dh_auto_test --no-parallel now. This is needed because dbus-test-runner
    does not support passing parameters to the task. Thanks Mike Gabriel for
    the notice (and grr to dbus-test-runner for the limitation).
  * Bump the dbus-test-runner timeout from 300 seconds to to 600 seconds,
    which should be enough for more tests in a sequential way.
  * Simplify the "export && export ... && command" chain to use env instead.
  * Update the symbols files from the logs of buildds.

 -- Pino Toscano <pino@debian.org>  Tue, 21 Apr 2020 13:54:26 +0200

qtsystems-opensource-src (5.0~git20181230.e3332ee3-3) unstable; urgency=medium

  * Team upload.
  * Restrict the libbluetooth-dev, and libevdev-dev build dependencies as
    linux-any, as they exist only on Linux.
  * Remove few hardcoded library dependencies, in case they are unversioned
    (they will get a proper version via symbols).
  * Move bits of private development files from qtsystems5-dev to
    qtsystems5-private-dev, where they belong
    - add proper breaks/replaces
  * Enable the udisks config only on Linux, as udisks exists only on Linux.
  * Update the symbols files from the logs of buildds.
  * Pass QT_BUILD_PARTS+=tests to qmake to directly build the tests.
  * Simplify the execution of tests:
    - do not build the tests again, since they are built already
    - call directly dh_auto_test instead of run-tests.sh, as all the script
      does is to wrap 'make check'
    - drop debian/run-tests.sh, no more needed now
  * Do not manually remove files under debian/tmp in the dh_clean override,
    as that will be done by dh_clean.

 -- Pino Toscano <pino@debian.org>  Tue, 21 Apr 2020 10:43:28 +0200

qtsystems-opensource-src (5.0~git20190103.e3332ee-1) unstable; urgency=medium

  * Re-generate same upstream orig tarball from upstream Git (this time with
    uscan).

  * debian/{rules,copyright,watch}:
    + Use uscan to obtain Git snapshot. Drop self-scripted (thanks to @onlyjob)
      get-orig-source target.
  * debian/copyright:
    + Update copyright attributions.
  * debian/rules:
    + Do dh_auto_install in --no-parallel mode. Build problems have been
      observed when running dh_auto_install parallelly.
  * debian/*.symbols:
    + Update .symbols files.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 25 Dec 2021 18:23:15 +0100

qtsystems-opensource-src (5.0~git20181230.e3332ee3-2) unstable; urgency=medium

  * debian/control:
    + Disable B-D on libmirclient-dev until it's available in Debian.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 20 Apr 2020 14:26:22 +0200

qtsystems-opensource-src (5.0~git20181230.e3332ee3-1) unstable; urgency=medium

  [ Timo Jyrinki ]
  * Initial release. (Closes: #953959).
  * debian/patches/build_with_udisk.patch:
    - Build with udisks support.
  * debian/patches/skip_failing_tests.patch:
    - Skip failing unit tests to allow the rest to be run during build.

  [ Mike Gabriel ]
  * debian/control:
    + Add B-D: libmirclient-dev.
  * debian/patches:
    + Rename patches, following a certain patch naming scheme, see
      debian/patches/README.
    + Add / update patch headers.
  * debian/patches: Add 1003_typo-fixes.patch.
  * debian/{control,compat}:
    + Switch to debhelper-compat notation. Bump DH compat level to version 12.
  * debian/{control,rules}:
    + Drop qtsystems5-dbg dbg:pkg.
  * debian/*.install:
    + Update file lists to be installed.
  * debian/rules:
    + Run tests inside a dbus-test-runner task.
    + Move --fail-missing into dh_missing override.
    + Add get-orig-source target facilitating Git snapshooting.
    + Drop 'mkdir .git'. The .git folder triggers running syncqt.pl (which
      we implemented in get-orig-source target manually, instead).
    + Use rm with wildcards, not with DEB_ variables.
    + Include architecture.mk.
    + Drop minified jquery.js files from upstream files.
    + Honour DEB_BUILD_OPTIONS in dh_auto_test override.
    + Drop now default --parallel flag from DH call.
    + Don't call qmake directly.
    + Set all hardening build flags.
  * debian/control:
    + Add B-D: dbus-test-runner.
    + Update Vcs-*: fields. Packaging now takes place on salsa.debian.org.
    + Bump Standards-Version: to 4.5.0. No changes needed.
    + Add myself to Uploaders: field.
    + Update Homepage: URL (now with https).
    + Add Rules-Requires-Root: field and set it to 'no'.
    + Add further B-Ds: qtbase5-dev, libbluetooth-dev, libevdev-dev, libx11-dev
      (to enable further build features).
    + Add Debian UBports Team to Uploaders: field.
  * debian/copyright:
    + Update Source: field.
    + Use secure URL in Format: field.
    + Rewrite copyright file. Detailed style.
    + Add auto-generated copyright.in template file.
  * debian/*.symbols:
    + Add .symbols files.
  * debian/qtsystems5-examples.lintian-overrides:
    + Drop file. Not needed.
  * debian/watch:
    + Add file, pointing to the location where we may some time find release
      tarballs of qtsystems.
  * debian/upstream/metadata:
    + Add file. Comply with DEP-12.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 15 Mar 2020 08:02:31 +0100