File: changelog

package info (click to toggle)
libqaccessibilityclient 0.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: cpp: 3,632; makefile: 9; sh: 7
file content (222 lines) | stat: -rw-r--r-- 8,670 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
libqaccessibilityclient (0.6.0-4) unstable; urgency=medium

  * Bump Standards-Version to 4.7.2, no changes required.
  * Drop Rules-Requires-Root: no, no more needed since Debian trixie.
  * The Qt 5 packages are no more needed, so:
    - drop the libqaccessibilityclient-qt5-dev, and
      libqaccessibilityclient-qt5-0 binaries
    - drop the qtbase5-dev build dependency
    - drop the double build
    - drop the Qt 5 paths exclusions from the configuration of the 'acc'
      autopkgtest
  * Drop the libxkbcommon-dev build dependency, not actually used.

 -- Pino Toscano <pino@debian.org>  Sat, 11 Oct 2025 18:02:07 +0200

libqaccessibilityclient (0.6.0-3) unstable; urgency=medium

  * Upload to unstable.
  * Restore Qt 5 packages, to ensure to smoother switch for users of this
    library:
    - add back the libqaccessibilityclient-qt5-dev, and
      libqaccessibilityclient-qt5-0 binaries
    - perform two separate builds for Qt 5 and Qt 6 versions
  * Fix the 'acc' autopkgtest:
    - set -std=c++17 for the Qt 6 library, needed when using Qt 6
    - fix the path with headers of the Qt 6 library
    - add some hints to add & exclude include paths, so the Qt 6 headers are
      not used for the Qt 5 library, and viceversa.
  * Drop old breaks/replaces.
  * Stop shipping the README.md file in libqaccessibilityclient-qt5-dev,
    as it does not provide a lot of value.

 -- Pino Toscano <pino@debian.org>  Sun, 25 Aug 2024 07:57:07 +0200

libqaccessibilityclient (0.6.0-2) experimental; urgency=medium

  [ Patrick Franz ]
  * Team upload.
  * Build against Qt 6:
    - New binary packages libqaccessibilityclient-qt6-0 and
      libqaccessibilityclient-qt6-dev.
  * Bump Standards-Version to 4.7.0 (no changes needed).
  * Modernize building by using dh-sequence build-dependencies and
    dropping manually specified addons and buildsystems for dh.
  * Update d/copyright.

 -- Patrick Franz <deltaone@debian.org>  Tue, 18 Jun 2024 22:13:27 +0200

libqaccessibilityclient (0.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Update the upstream GPG signing key.
  * Update install files.
  * Update symbols file.

 -- Pino Toscano <pino@debian.org>  Sat, 09 Dec 2023 10:56:57 +0100

libqaccessibilityclient (0.5.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.6.2, no changes needed.
  * Remove inactive Uploaders, adding myself as one to avoid leaving the source
    with no human maintainers.
  * Bump watch file to v4, no changes required.
  * Update the upstream GPG signing key, pointing the watch file to fetch it.
  * Add Rules-Requires-Root: no.
  * Add the configuration for the CI on salsa.
  * Update the build dependencies according to the upstream build system:
    - bump cmake to 3.16.0
    - bump extra-cmake-modules to 5.91.0
    - bump Qt packages to 5.15.2
  * Update install files.
  * Update symbols file.
  * Update 'acc' autopkgtest to point to the new directory with headers.
  * Switch all the upstream references to "home" and repository to
    https://invent.kde.org/libraries/libqaccessibilityclient.

 -- Pino Toscano <pino@debian.org>  Thu, 02 Nov 2023 23:44:20 +0100

libqaccessibilityclient (0.4.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.4.0, no changes required.
  * Stop specifying LIB_INSTALL_DIR for cmake, as ECM already does that.
  * Disable the build of tests and example (passing -DBUILD_TESTING=OFF to
    cmake), as they are not run anyway
    - drop debian/not-installed, no more needed now
  * Drop the unused 'testsuite' autopkgtest.

 -- Pino Toscano <pino@debian.org>  Mon, 08 Jul 2019 21:44:16 +0200

libqaccessibilityclient (0.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Switch watch file back to use "stable" releases, now that there are again.
  * Update the patches:
    - libdir.diff: drop, fixed upstream
    - upstream_Add-missing-virtual-destructor.patch: drop, backported from
      upstream
    - upstream_Compile-with-clang-and-make-sure-qHash-works-with-Ac.patch:
      drop, backported from upstream
  * Add the new required extra-cmake-modules build dependency.
  * Install README.md as documentation instead of README.
  * Disable the test suite, since it needs D-Bus & AT-SPI.
  * Update symbols file.
  * Bump Standards-Version to 4.2.1, no changes required.

 -- Pino Toscano <pino@debian.org>  Mon, 19 Nov 2018 22:00:16 +0100

libqaccessibilityclient (0.2.0-3) unstable; urgency=medium

  * Team upload.
  * Move the acc file from libqaccessibilityclient-qt5-0 to
    libqaccessibilityclient-qt5-dev, and make it work.
  * Bump Standards-Version to 4.2.0, no changes required.

 -- Pino Toscano <pino@debian.org>  Fri, 03 Aug 2018 07:07:39 +0200

libqaccessibilityclient (0.2.0-2) unstable; urgency=medium

  * Team upload.
  * Make libqaccessibilityclient-qt5-dev break/replace the old
    libqaccessibilityclient-dev, since they have files in common.
  * Add the allow-stderr restriction to the 'acc' autopkgtest, since it is how
    acc works.
  * Mark libqaccessibilityclient-qt5-dev as Multi-Arch: same.

 -- Pino Toscano <pino@debian.org>  Thu, 02 Aug 2018 07:26:03 +0200

libqaccessibilityclient (0.2.0-1) unstable; urgency=medium

  * Team upload.

  [ Maximiliano Curia ]
  * Update vcs and homepage fields

  [ Pino Toscano ]
  * New upstream release.
  * Switch watch file to use "unstable" releases, even if the latest looks
    stable.
  * Build with Qt5 instead of Qt4: (Closes: #875035)
    - switch libqt4-dev build & runtime dependency to qtbase5-dev
    - adapt the names of the binaries to the new library name:
      - libqaccessibilityclient0 -> libqaccessibilityclient-qt5-0
      - libqaccessibilityclient-dev -> libqaccessibilityclient-qt5-dev
    - update install files
    - update symbols file
  * Update the patches:
    - upstream_qt4-link-to-QtGui.patch: drop, backported from upstream
  * Backport upstream commit f5a27fab1eda69c6cca24463868262f487977aac to fix
    the destructor of an internal class; patch
    upstream_Add-missing-virtual-destructor.patch.
  * Backport upstream commit 34f6084ff3ba1dd025cae17e5d114caff1d7fa6f to fix
    build with newer versions of GCC/Clang; patch
    upstream_Compile-with-clang-and-make-sure-qHash-works-with-Ac.patch.
    (Closes: #897792)
  * Bump the debhelper compatibility to 11:
    - bump the debhelper build dependency to 11~
    - bump compat to 11
    - remove --parallel for dh, as now done by default
  * Use https for Format in copyright.
  * Bump Standards-Version to 4.1.5, no changes required.

 -- Pino Toscano <pino@debian.org>  Sun, 22 Jul 2018 23:04:19 +0200

libqaccessibilityclient (0.1.1-5) unstable; urgency=medium

  * Team upload.
  * Hide the symbols by default; public symbols are marked as such already.
    This should reduce the number of exported symbols, and thus our symbols
    file can be simplified a bit.
  * Add Build-Depends-Package in symbols file.

 -- Pino Toscano <pino@debian.org>  Sun, 21 Aug 2016 22:47:07 +0200

libqaccessibilityclient (0.1.1-4) unstable; urgency=medium

  * Team upload.
  * Update symbols file. (Closes: #827152, #827153)

 -- Pino Toscano <pino@debian.org>  Sun, 21 Aug 2016 18:20:54 +0200

libqaccessibilityclient (0.1.1-3) unstable; urgency=medium

  * Team upload.
  * Update symbols file.
  * Backport upstream commit 1e1c469597e0e692caea11c89f6da831ad2410b3 to
    add missing linking to QtGui; patch upstream_qt4-link-to-QtGui.patch.
  * Small touches to descriptions.
  * Enable parallel build.

 -- Pino Toscano <pino@debian.org>  Tue, 31 May 2016 07:43:56 +0200

libqaccessibilityclient (0.1.1-2) unstable; urgency=medium

  [ Maximiliano Curia ]
  * Add upstream metadata (DEP-12)
  * Drop XS-Testsuite field, no longer needed
  * debian/control: Update Vcs-Browser and Vcs-Git fields

  [ Automatic packaging ]
  * Bump Standards-Version to 3.9.8
  * Update build-deps and deps with the info from cmake
  * Update symbols files from buildds logs (0.1.1-1).
  * Update symbols files.
  * Add a .gitattributes file to use dpkg-mergechangelogs

 -- Maximiliano Curia <maxy@debian.org>  Wed, 04 May 2016 19:07:45 +0200

libqaccessibilityclient (0.1.1-1) experimental; urgency=medium

  * Initial release.
  * New patch: libdir.diff

 -- Maximiliano Curia <maxy@debian.org>  Thu, 19 Feb 2015 10:20:05 +0100