File: changelog

package info (click to toggle)
cmake-extras 1.3%2B17.04.20170310-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: sh: 279; cpp: 188; python: 121; xml: 24; makefile: 4
file content (350 lines) | stat: -rw-r--r-- 12,166 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
cmake-extras (1.3+17.04.20170310-5) unstable; urgency=medium

  * debian/patches:
    + Update/fix 1002_fix-googletest-1_8_1-1.patch. Now this really resolves
      #910935.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 23 Oct 2018 14:44:44 +0200

cmake-extras (1.3+17.04.20170310-4) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * debian/control:
    + Use new python-clang metapackage to bring always the latest version
    + Fixup VCS URL.

  [ Mike Gabriel ]
  * debian/control:
    + Update Section: to devel.
    + Bump Standards-Version: to 4.2.1. No changes needed.
  * debian/patches:
    + Add 1002_fix-googletest-1_8_1-1.patch. Make GMockConfig.cmake work with
      googletest/1.8.1-1. (Closes: #910935).
  + debian/rules:
    + Drop unneeded DH argument --parallel.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 22 Oct 2018 16:40:48 +0200

cmake-extras (1.3+17.04.20170310-3) unstable; urgency=medium

  * debian/tests/control:
    + Fix includechecker test. Use clang 6.0 for running the test. Thanks to
      Gianfranco Costamagna. (Closes: #906255).

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 18 Aug 2018 11:51:38 +0200

cmake-extras (1.3+17.04.20170310-2) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Switch back to Python2 implementation, the Python3 switch breaks
    testsuite. (Closes: #870039).
  * More verbosity in failing test.

  [ Mike Gabriel ]
  * debian/patches:
    + Enable 0003_75_74.patch. By accident not added to series file in previous
      upload.
  * debian/control:
    + Add Debian CMake Team to Uploaders: field.
    + Update Vcs-*: fields. Packaging Git has been migrated to salsa.debian.org.
    + Set Priority: to optional.
    + Package now complies with Standards-Version: 4.2.0.
  * debian/{control,compat}: Switch to DH compat level version 11.
  * debian/patches:
    + Enable 0003_75_74.patch. By accident not added to series file in previous
      upload.
  * debian/watch:
    + Use secure URL for upstream tarball download.
  * debian/examples:
    + Add file. Install doxygenbuilder-demo examples into doc/ folder of this
      package.
  * debian/copyright:
    + Use secure URI to obtain copyright format reference.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 14 Aug 2018 18:34:51 +0200

cmake-extras (1.3+17.04.20170310-1) unstable; urgency=medium

  * Initial upload to Debian. (Closes: #863191).
  * debian/control:
    + Debianize package (Maintainer: field, Uploaders: field, Vcs-*: fields)
    + Provide more package info in LONG_DESCRIPTION.
    + Add D (cmake-extras): python3.~
  * debian/source/format:
    + Use 3.0 (quilt) in Debian.
  * debian/patches:
    + Add empty folder with README about patch naming scheme.
    + Cherry-pick Bzr rev73. Including various changes on debian/*.
    + Cherry-pick Bzr rev74. Including various changes on debian/*.
    + Cherry-pick Bzr rev75.
    + Add 1001_ensure-python3-usage.patch. Convert include_checker.py to
      Python3.
  * debian/watch:
    + Add file, point to Ubuntu's orig.tar.gz as no official tarball releases
      are available.
  * debian/copyright:
    + This src:package is strictly licensed under LGPL-3, not LGPL-3+. Fix full
      text in license paragraph accordingly.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 21 Jul 2017 11:43:00 +0200

cmake-extras (1.3+17.04.20170310-0ubuntu1) zesty; urgency=medium

  [ Pete ]
  * Make GDBus source name generation work like more conventional macros.

 -- Pete Woods <pete.woods@canonical.com>  Fri, 10 Mar 2017 12:38:01 +0000

cmake-extras (1.2+17.04.20170228-0ubuntu1) zesty; urgency=medium

  * Add function to compile GSettings schemas. (LP: #1664714)
  * Handle merging translations into non-ini file types. (LP: #1664325)
  * Append file globs for translation template function. (LP: #1664345)
  * Use already unique translation template as target name.
  * Add a GDbus module for using gdbus-codegen in cmake projects.
  * Refactor GSettings module to provide a compile_schemas macro. (LP:
    #1664714)
  * Handle other style options for merging, and no translations for xml
    style. (LP: #1664325)
  * Append file globs rather than resetting the variable. (LP: #1664345)
  * Don't use the gettext unique target magic for pot files.
  * Add a module for using gdbus-codegen code with cmake.

 -- Rodney Dawes <rodney.dawes@canonical.com>  Tue, 28 Feb 2017 17:48:00 +0000

cmake-extras (1.2+17.04.20170213-0ubuntu1) zesty; urgency=medium

  * Add autopkgtest for gsettings macro.
  * Handle generated gschema files. (LP: #1661686)

 -- Rodney Dawes <rodney.dawes@canonical.com>  Mon, 13 Feb 2017 18:16:40 +0000

cmake-extras (1.1+17.04.20170209-0ubuntu1) zesty; urgency=medium

  [ Pete ]
  * Add IncludeChecker macro.
  * Add FILTER argument to intltool macros.

 -- Pete Woods <pete.woods@canonical.com>  Thu, 09 Feb 2017 12:47:56 +0000

cmake-extras (1.0+17.04.20170110.1-0ubuntu1) zesty; urgency=medium

  * Add autopkgtest for intltool macros
  * Add autopkgtest for DoxygenBuilder macros

 -- Pete Woods <pete.woods@canonical.com>  Tue, 10 Jan 2017 12:06:28 +0000

cmake-extras (0.10+17.04.20161208.1-0ubuntu1) zesty; urgency=medium

  [ Pete ]
  * Migrate all modules to unversioned cmake directory.

  [ James Henstridge ]
  * Move coverage report code to use find_package(CoverageReport) rather
    than include(EnableCoverageReport).

 -- Pete Woods <pete.woods@canonical.com>  Thu, 08 Dec 2016 13:54:16 +0000

cmake-extras (0.9+17.04.20161202.1-0ubuntu1) zesty; urgency=medium

  [ Michi Henning ]
  * Added CopyrightTest module.

  [ James Henstridge ]
  * Add an autopkgtest for the find_package(GMock) macro.
  * Move some of the modules out of ${CMAKE_ROOT} and in to the
    unversioned /usr/share/cmake/ directory.

  [ Rodney Dawes ]
  * Simplify the INSTALL_TRANSLATIONS command to avoid regenerating po
    files. (LP: #1645856)

 -- Michi Henning <michi@triodia.com>  Fri, 02 Dec 2016 05:59:21 +0000

cmake-extras (0.8+17.04.20161125-0ubuntu1) zesty; urgency=medium

  * More appropriate fix for gtest 1.8, backward compatible with 1.7.

 -- Michi Henning <michi@triodia.com>  Fri, 25 Nov 2016 00:49:37 +0000

cmake-extras (0.7+17.04.20161123.5-0ubuntu1) zesty; urgency=medium

  * Fixes for gtest 1.8.0. (LP: #1644062) (LP: #1644062)

 -- Michi Henning <michi@triodia.com>  Wed, 23 Nov 2016 06:25:33 +0000

cmake-extras (0.7+16.04.20160513-0ubuntu5) zesty; urgency=medium

  [ Timo Jyrinki, Martin Pitt ]
  * Fix versioning for upper cmake version

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 15 Nov 2016 11:04:24 +0100

cmake-extras (0.7+16.04.20160513-0ubuntu4) zesty; urgency=medium

  [ Martin Pitt, Gianfranco Costamagna ]
  * Enforce a particular cmake runtime dependency, because the installed
    files have an hardcoded version directory, so we need to no-change
    rebuild at each new cmake release.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 14 Nov 2016 17:41:56 +0100

cmake-extras (0.7+16.04.20160513-0ubuntu3) zesty; urgency=medium

  * Rebuild against new cmake 3.7.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 14 Nov 2016 15:05:04 +0100

cmake-extras (0.7+16.04.20160513-0ubuntu2) zesty; urgency=medium

  * No change rebuild for cmake 3.6 (LP: #1635613)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 21 Oct 2016 14:22:07 +0200

cmake-extras (0.7+16.04.20160513-0ubuntu1) xenial; urgency=medium

  [ Pete ]
  * Add formatcode module.

  [ Charles Kerr, Pete Woods ]
  * Add optional `formatcode' test and rule for comparing code to, and
    reformatting code to, a style guide standard.

 -- Pete Woods <ci-train-bot@canonical.com>  Fri, 13 May 2016 15:39:57 +0000

cmake-extras (0.6+16.04.20160215-0ubuntu2) xenial; urgency=medium

  * No change rebuild for new cmake

 -- Michael Terry <mterry@ubuntu.com>  Tue, 29 Mar 2016 09:47:08 -0400

cmake-extras (0.6+16.04.20160215-0ubuntu1) xenial; urgency=medium

  [ Pete Woods ]
  * Add NO_INSTALL option to QmlPlugins.cmake (LP: #1539314).
  * Respect DESTINATION parameter in QmlPlugins.cmake (LP: #1539314).

  [ CI Train Bot ]
  * No-change rebuild.

 -- Pete Woods <ci-train-bot@canonical.com>  Mon, 15 Feb 2016 15:22:58 +0000

cmake-extras (0.5+16.04.20160113-0ubuntu1) xenial; urgency=medium

  * Add -g to compile flags for gtest/gmock, otherwise we don't
    necessarily get debug info if a test needs debugging with gdb. Also
    added warning suppressions to stop the noise from the build if the
    caller has additional warnings enabled.

 -- Michi Henning <michi.henning@canonical.com>  Wed, 13 Jan 2016 12:22:46 +0000

cmake-extras (0.5+16.04.20151026-0ubuntu1) xenial; urgency=medium

  * No change rebuild for cmake 3.3

 -- Pete Woods <ci-train-bot@canonical.com>  Mon, 26 Oct 2015 07:35:06 +0000

cmake-extras (0.5+15.10.20151021-0ubuntu1) wily; urgency=medium

  [ Pete Woods ]
  * Don't assume anything about the doxygen examples directory. (LP: #1476487)
  * Only build docs when input files have changed. (LP: #1476488)

  [ CI Train Bot ]
  * No-change rebuild.

 -- Pete Woods <ci-train-bot@canonical.com>  Wed, 21 Oct 2015 10:57:29 +0000

cmake-extras (0.4+15.10.20151020-0ubuntu1) wily; urgency=medium

  [ Michi Henning ]
  * Append with a space to compile flags (fixes lp:1469952). (LP:
    #1469952)

 -- Pete Woods <ci-train-bot@canonical.com>  Tue, 20 Oct 2015 13:13:45 +0000

cmake-extras (0.4+15.10.20150918-0ubuntu1) wily; urgency=medium

  * Fix failure when no COPYRIGHT_HOLDER argument provided

 -- Pete Woods <ci-train-bot@canonical.com>  Fri, 18 Sep 2015 08:34:37 +0000

cmake-extras (0.4+15.10.20150622.1-0ubuntu1) wily; urgency=medium

  [ Michi Henning ]
  * Enable coverage with clang. If build type is coverage and clang is
    used, clang emits coverage data in gcc format, so gcovr/lcov can be
    used to generate the report.
  * Fixes carried over from thumbnailer, made by James to correctly
    filter XML coverage data, so we don't get tons of noise about system
    files in the coverage report created by Jenkins.

  [ Pete Woods ]
  * Install modules using CMake to allow detection of CMake version (LP:
    #1467030)

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 22 Jun 2015 08:55:27 +0000

cmake-extras (0.4+15.10.20150618-0ubuntu1) wily; urgency=medium

  [ Pete Woods ]
  * Move scripts to cmake-3.2 dir for compatibility with Wily

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 18 Jun 2015 11:56:32 +0000

cmake-extras (0.4+15.04.20150513-0ubuntu1) vivid; urgency=medium

  [ Pete Woods ]
  * Add QmlPlugin macros.
  * Add Doxygen macro added: UseDoxygen.Doxyfile.in UseDoxygen.cmake
  * Add GSettings macro added: UseGSettings.cmake

  [ Michi Henning ]
  * Added clean-coverage target

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 13 May 2015 15:19:10 +0000

cmake-extras (0.3+15.04.20141204-0ubuntu1) vivid; urgency=medium

  [ Pete Woods ]
  * Add GMock macros.
  * Add intltool macros

  [ Daniel Holbach ]
  * Move files to /usr/share/cmake-3.0. (LP: #1394648)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 04 Dec 2014 20:53:33 +0000

cmake-extras (0.2+14.10.20140910-0ubuntu2) vivid; urgency=low

  * debian/control:
    - add "Multi-Arch: foreign" to allow installing in a click
      crossbuild chroot
  * UseXGettext.cmake:
    - add missing "ALL" in xgettext_create_pot_file

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 30 Oct 2014 11:32:25 +0100

cmake-extras (0.2+14.10.20140910-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Support plural forms

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 10 Sep 2014 08:10:44 +0000

cmake-extras (0.2+14.10.20140905-0ubuntu1) utopic; urgency=medium

  [ Pete Woods ]
  * Add XGettext translation macros.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 05 Sep 2014 13:15:12 +0000

cmake-extras (0.1+14.10.20140527-0ubuntu1) utopic; urgency=low

  [ Allan LeSage ]
  * Initial release.
  * Initial commit.
  * Added coverage macro files, added debian/copyright LGPL-3.
  * Added debian/install for cmake macros.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 May 2014 14:34:20 +0000