File: changelog

package info (click to toggle)
kdevplatform 5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 27,496 kB
  • ctags: 19,571
  • sloc: cpp: 140,499; sh: 769; php: 83; makefile: 15
file content (451 lines) | stat: -rw-r--r-- 15,932 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
kdevplatform (5.0.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 07 Jan 2017 15:43:27 -0300

kdevplatform (5.0.1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Override dh_makeshlibs to generate a shlibs dependency for the current
    version.

 -- Pino Toscano <pino@debian.org>  Tue, 20 Sep 2016 22:54:28 +0200

kdevplatform (5.0.1-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.
  * Update the patches:
    - upstream_find-all-dependencies.patch: drop, backported from upstream
  * Replace the kio-dev (transitional) (build) dependency with libkf5kio-dev.
  * Update install files.

 -- Pino Toscano <pino@debian.org>  Mon, 19 Sep 2016 22:22:56 +0200

kdevplatform (5.0-1) experimental; urgency=medium

  * Team upload.
  * New upstream release:
    - switches from Qt4 (using QtWebKit) to Frameworks (Closes: #784484)
    - the kdevplatform_create_template_archive CMake macro invokes tar in a
      reproducible way (Closes: #815962)
  * Update the build dependencies following the port to Frameworks:
    - remove kdelibs5-dev, libgrantlee-dev, libqjson-dev, libqtwebkit-dev
    - add extra-cmake-modules, qtbase5-dev, qtdeclarative5-dev,
      libqt5webkit5-dev, libkf5archive-dev, libkf5config-dev,
      libkf5guiaddons-dev, libkf5declarative-dev, libkf5i18n-dev,
      libkf5iconthemes-dev, libkf5itemmodels-dev, libkf5itemviews-dev,
      libkf5jobwidgets-dev, libkf5kcmutils-dev, kio-dev, libkf5newstuff-dev,
      libkf5notifications-dev, libkf5notifyconfig-dev, libkf5parts-dev,
      libkf5service-dev, libkf5sonnet-dev, libkf5texteditor-dev,
      libkf5threadweaver-dev, libkf5windowsystem-dev, libkf5widgetsaddons-dev,
      libkf5xmlgui-dev, libgrantlee5-dev, and libkomparediff2-dev
  * Use the right dh addon:
    - switch from kde to kf5 dh addon
    - bump the pkg-kde-tools build dependency to >= 0.15.16
  * Rename packages according to the SONAME bumps:
    - kdevplatform8-libs -> kdevplatform10-libs
    - libsublime8 -> libsublime10
  * Update the patches:
    - 11_disable_examples_tests.diff: drop, no more needed
    - upstream_filetemplates-plugin-Make-testfiletemplates-depend-o.patch:
      drop, backported from upstream
  * Update install files.
  * Add in kdevplatform10-libs breaks/replaces against old kdevplatform8-libs.
  * Backport upstream commit b64f24d70164c65805e3fff965478a21fd74326b to fix
    dependencies in the cmake configuration files; patch
    upstream_find-all-dependencies.patch.
  * Disable building of unit tests, as long as they are not run.
  * Manually add -dev dependencies in kdevplatform-dev and libsublime-dev,
    for now.
  * Update lintian overrides.
  * Fold the Sublime library into the main library and -dev packages, as the
    split is no more worth:
    - install the content of libsublime10 into kdevplatform10-libs
    - install the content of libsublime-dev into kdevplatform-dev, adding
      proper breaks/replaces
    - drop the libsublime10 and libsublime-dev binaries
  * Remove dh_makeshlibs override in rules, no more needed.
  * Raise the kdevelop and kdevelop-data breaks in kdevplatform10-libs to
    versions lower than 5.0.

 -- Pino Toscano <pino@debian.org>  Fri, 26 Aug 2016 20:33:08 +0200

kdevplatform (1.7.3-3) unstable; urgency=medium

  * Team upload.
  * Backport upstream commit dd18e9a13558cbe519c382d3fe358ae97e39cd38 to fix
    build without parallel jobs; patch
    upstream_filetemplates-plugin-Make-testfiletemplates-depend-o.patch.
    (Closes: #821805)
  * Remove kdevplatform-dbg in favour of the -dbgsym packages.
  * Bump Standards-Version to 3.9.8, no changes required.

 -- Pino Toscano <pino@debian.org>  Mon, 06 Jun 2016 22:13:52 +0200

kdevplatform (1.7.3-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Thu, 26 May 2016 17:26:25 -0300

kdevplatform (1.7.3-1) experimental; urgency=medium

  * Team upload.
  * New upstream release (Closes: #821805).
  * Make uscan:
    - Look for different compression methods, as it seems they might change.
    - Repack the source with xz compression.
  * Update Standards-Version to 3.9.7, no changes required.
  * Update Vcs-[Browser Git] to their https versions.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 30 Apr 2016 11:58:21 -0300

kdevplatform (1.7.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update the patches:
    - workaround_boost_ftbfs: drop, fixed upstream
    - upstream_make_subversion_plugin_compile: drop, backported from upstream
  * Bump Standards-Version to 3.9.6, no changes required.
  * Update lintian overrides.
  * Remove extra libsoprano-dev build dependency, which was added as workaround
    for a bug in kdelibs5-dev.
  * Pass --list-missing to dh_install.

 -- Pino Toscano <pino@debian.org>  Thu, 21 Jan 2016 21:43:55 +0100

kdevplatform (1.7.1-1) unstable; urgency=medium

  * Team upload.

  [ Maximiliano Curia ]
  * New upstream release (1.7.1).
  * Remove upstream applied patch: fix_shell_script
  * Add libsoprano-dev build dep.
  * New patch: workaround_boost_ftbfs
  * New upstream patch: upstream_make_subversion_plugin_compile

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Wed, 02 Sep 2015 21:04:29 -0300

kdevplatform (1.7.0-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable (see #759494).

 -- Pino Toscano <pino@debian.org>  Tue, 23 Sep 2014 21:53:54 +0200

kdevplatform (1.7.0-1) experimental; urgency=medium

  * New upstream release.

  [ Andreas Cord-Landwehr ]
  * Rename packages due to soname bump:
    - kdevplatform7-libs -> kdevplatform8-libs
    - libsublime7 -> libsublime8
  * Update install files.
  * Update copyright.

  [ Pino Toscano ]
  * Update copyright.
  * Update install files.
  * Bump the debhelper compatibility to 9:
    - bump compat to 9
    - bump the debhelper build dependency to 9
  * Convert rules to the dh sequencer with kde addon.
  * Remove unused cdbs build dependency.

  [ Sune Vuorela ]
  * Switch a script to /bin/bash - it uses bash specific features.

 -- Sune Vuorela <sune@debian.org>  Fri, 19 Sep 2014 23:42:58 +0200

kdevplatform (1.5.2-1) unstable; urgency=low

  * Team upload.
  * New upstream release.

  [ Andreas Cord-Landwehr ]
  * Re-enable GPL-3+ licensed SVN plugin due to fixed license issue in
    GPL-2+ licensed shared library kdevplatformoutputview (was GPL-2)
    (Closes: #719202)
  * Add libsvn-dev build dependency: needed for SVN plugin.
  * Update install files.
  * Update copyright.
  * Bump Standards-Version to 3.9.5: no changes needed.
  * Update debian/watch file to track xz compressed tarballs.

  [ Pino Toscano ]
  * kdevplatform7-libs.install: do not hardcode the minor grantlee version.
  * Update Vcs-* headers.

 -- Pino Toscano <pino@debian.org>  Sat, 18 Jan 2014 09:50:09 +0100

kdevplatform (1.5.1-2) unstable; urgency=low

  * Team upload. Upload to unstable.

 -- Pino Toscano <pino@debian.org>  Fri, 06 Sep 2013 14:30:21 +0200

kdevplatform (1.5.1-1) experimental; urgency=low

  [ Andreas Cord-Landwehr ]
  * New upstream release
  * Rename packages due to soname bump:
    - kdevplatform5-libs -> kdevplatform7-libs
    - libsublime5 -> libsublime7
  * Add build dependency to libgrantlee-dev (>= 0.1.7)
  * Raise kdelibs5-dev build-dependency (>=4:4.7.0)
  * Bump Standards-Version to 3.9.4: no changes needed.
  * Update copyright.
  * Disable compilation of SVN plugin due to license
    incompatability: patches/excludeSvnPluginFromCompilation.diff
  * Remove libsvn-dev build dependency: only needed for SVN plugin.

 -- Sune Vuorela <sune@debian.org>  Fri, 28 Jun 2013 09:22:12 +0200

kdevplatform (1.3.1-2) unstable; urgency=low

  * Team upload. Upload to unstable.

 -- Pino Toscano <pino@debian.org>  Sun, 20 May 2012 10:54:04 +0200

kdevplatform (1.3.1-1) experimental; urgency=low

  * Team upload.

  [ Andreas Cord-Landwehr ]
  * New upstream release.
  * Remove bash shell patch for kdev_format_source.sh: fixed upstream.
  * Install kdevplatform_shell_environment.sh.

 -- Pino Toscano <pino@debian.org>  Fri, 18 May 2012 16:44:23 +0200

kdevplatform (1.3.0-1) experimental; urgency=low

  * Team upload.

  [ Andreas Cord-Landwehr ]
  * New upstream release.
  * Update install files.
  * Add patch to use bash shell for kdev_format_source.sh.
  * Rename packages due to soname bump:
    - kdevplatform3-libs -> kdevplatform5-libs
    - libsublime3 -> libsublime5
  * Update debian/copyright file.

  [ Felix Geyer ]
  * Hardcode the SONAME in libsublime3.install and kdevplatform3-libs.install
    so SONAME bumps can't go unnoticed.
  * Remove duplicate line in kdevplatform-dev.install.

  [ Pino Toscano ]
  * Depend on ${misc:Depends} everywhere.
  * Drop libc6-dbg [amd64] dependency in kdevplatform-dbg, as it's already
    pulled by other -dbg packages.
  * Bump Standards-Version to 3.9.3, no changes required.

 -- Pino Toscano <pino@debian.org>  Sat, 24 Mar 2012 17:37:45 +0100

kdevplatform (1.2.3-1) unstable; urgency=low

  [ Andreas Cord-Landwehr ]
  * New upstream release.
  * Update copyright.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 12 Dec 2011 18:48:50 +0100

kdevplatform (1.2.2-1) unstable; urgency=low

  * New upstream release:
    - provides Git support. (Closes: #597281)
    - fix ftbfs error: reference 'm_registry' cannot be declared 'mutable'
      (Closes: #624885)

  [ Andreas Cord-Landwehr ]
  * Merge all localization packages into one
    - includes: Catalan (ca), Southern Catalan (cavalencia), Danish (da),
      German (de), British English (engb), Spanish (es), Estonian (et),
      French (fr), Italian (it), Norwegian Bookmal (nb),
      Low Saxon (nds), Dutch (nl), Brazilian Portuguese (ptbr), 
      Portuguese (pt), Russian (ru), Slovenian (sl), Swedish (sv),
      Thai (th), Ukrainian (uk), Chinese Simplified (zh_CN)
      Chinese Traditional (zh_TW)
    - add Breaks for all kdevplatform-l10n-* packages .
    - add Replaces for all kdevplatform-l10n-* packages.
    - add kdevplatform-l10n package.
  * Rename packages due to soname bump:
    - kdevplatform2-libs -> kdevplatform3-libs
    - libsublime2 -> libsublime3
  * Update install files.
  * Add myself to Uploaders.

  [ Nicolás Alvarez ]
  * Add libsublime1 debugging symbols. (Closes: #593636)
  * Add debian/watch file to track upstream versions.
  * Update Vcs-* fields to point to Git instead of SVN.

  [ George Kiagiadakis ]
  * Add myself to uploaders.
  * Drop quilt from build-depends; not needed for src format 3.0.
  * Update installed files.
  * Bump pkg-kde-tools dependency to version 0.9.0 for building without quilt.
  * Add build dependency on libqjson-dev for building the reviewboard plugin.
  * Rename packages due to soname bump:
    - kdevplatform1-libs -> kdevplatform2-libs
    - libsublime1 -> libsublime2
  * Bump Standards-Version to 3.9.1 (no changes needed).

  [ Pino Toscano ]
  * kdevplatform3-libs: suggest git, cvs, konsole.

  [ Fathi Boudra ]
  * Add libqtwebkit-dev build dependency to fix ftbfs.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 02 Jun 2011 11:39:31 +0300

kdevplatform (1.0.1-1) unstable; urgency=low

  * New upstream release.

  [ Fathi Boudra ]
  * Add localization packages: Finnish (fi), Dutch (nl), Slovenian (sl) and
    Thai (th).
  * Update debian/control:
    - bump Standards-Version to 3.9.0 (no changes needed).
    - comment turkish localization package, not shipped in this release.
  * Update debian/rules: remove workaround for FindKDE4Internal.cmake default
    rpath value, fixed in kdelibs5-dev 4.4.1.

  [ Sune Vuorela ]
  * Remove hardcoded dependency in libsublime1 on kdelibs5.

 -- Fathi Boudra <fabo@debian.org>  Thu, 22 Jul 2010 20:36:46 +0300

kdevplatform (1.0.0-1) unstable; urgency=low

  * New upstream release.

 -- Jeremy Lainé <jeremy.laine@m4x.org>  Mon, 03 May 2010 22:24:13 +0200

kdevplatform (0.10.2-1) unstable; urgency=low

  * New upstream release.
  * Add localization packages.

 -- Fathi Boudra <fabo@debian.org>  Sat, 17 Apr 2010 10:33:53 +0300

kdevplatform (0.10.0-1) unstable; urgency=low

  * New upstream release.
  * Switch to dpkg-source 3.0 (quilt) format.

 -- Fathi Boudra <fabo@debian.org>  Sun, 04 Apr 2010 11:43:31 +0200

kdevplatform (0.9.99-1) unstable; urgency=low

  * New upstream release.

 -- Fathi Boudra <fabo@debian.org>  Mon, 08 Mar 2010 14:27:31 +0100

kdevplatform (0.9.98-1) unstable; urgency=low

  * New upstream release.

  [ Fathi Boudra ]
  * Update debian/control:
    - bump build dependencies version (debhelper and pkg-kde-tools).
    - bump Standards-Version to 3.8.4 (no changes needed).
  * Update debian/kdevplatform1-libs.install file.
  * Update debian/kdevplatform-dev.install file.
  * Update debian/rules: pass -DCMAKE_SKIP_RPATH=ON
    to workaround FindKDE4Internal.cmake default rpath value.

  [ Modestas Vainius ]
  * Fix Vcs-Browser URL.

 -- Fathi Boudra <fabo@debian.org>  Thu, 11 Feb 2010 16:48:26 +0100

kdevplatform (0.9.97-1) unstable; urgency=low

  * New upstream release.
  * Drop 01_kdevplatform_r1044088.diff patch.
  * Update installed plugins: mercurial plugin removed.

 -- Fathi Boudra <fabo@debian.org>  Sat, 12 Dec 2009 20:46:47 +0100

kdevplatform (0.9.96-1) unstable; urgency=low

  * New upstream release.
  * Add 01_kdevplatform_r1044088.diff patch.
  * Remove kdevplatform version fix.
  * Update installed plugins. Some plugins were removed upstream.
  * Add Replaces against kdevelop and kdevelop-data (<< 4:3.9.96-1).
    Some files were move from these packages to kdevplatform1-libs.

 -- Fathi Boudra <fabo@debian.org>  Thu, 12 Nov 2009 15:29:14 +0100

kdevplatform (0.9.95-2) unstable; urgency=low

  * Add patch to fix kdevplatform version.

 -- Fathi Boudra <fabo@debian.org>  Mon, 24 Aug 2009 09:22:52 +0200

kdevplatform (0.9.95-1) unstable; urgency=low

  * New upstream release (beta 5).
  * Bump Standards-Version to 3.8.3 (no changes needed).

 -- Fathi Boudra <fabo@debian.org>  Fri, 21 Aug 2009 11:30:38 +0200

kdevplatform (0.9.94+svn1010123-1) unstable; urgency=low

  * New snapshot from svn revision 1010123.
  * Update *.install files:
    - libkdevplatformtestshell renamed to libkdevplatformtests.
    - add new files (kdevopenwith and kdevpatchreview).
  * Update debian/rules:
    - add DEB_DH_MAKESHLIBS_ARGS_ALL := -V to generate a shlibs file with
      current upstream version of the package.
    - use DEB_DBG_PACKAGE instead of DEB_DH_STRIP_ARGS. debug package should
      be properly generated.

 -- Fathi Boudra <fabo@debian.org>  Tue, 11 Aug 2009 15:50:12 +0200

kdevplatform (0.9.94-1) unstable; urgency=low

  * New upstream release.
  * Replace liboost1.37-dev build dependency by libboost-serialization-dev.
    (Closes: #531111)
  * Bump Standards-Version to 3.8.2 (no changes needed).

 -- Fathi Boudra <fabo@debian.org>  Mon, 15 Jun 2009 11:42:21 +0200

kdevplatform (0.9.93-1) unstable; urgency=low

  * New upstream release.
  * Update debian/kdevplatform-dev.install: add debugger include files.
  * Update debian/kdevplatform1-libs.install: add kdevcodegen licenses files.
  * Add liboost1.37-dev build dependency: It's needed to get the class browser
    plugin. We can't use boost 1.38 as it isn't supported yet.

 -- Fathi Boudra <fabo@debian.org>  Sun, 24 May 2009 13:13:25 +0200

kdevplatform (0.9.92-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.8.1. No changes needed.
  * Move kdevplatform-dbg package to debug section.

 -- Fathi Boudra <fabo@debian.org>  Mon, 20 Apr 2009 11:09:11 +0200

kdevplatform (0.9.91-1) experimental; urgency=low

  * Initial release (Closes: #509432).

 -- Fathi Boudra <fabo@debian.org>  Wed, 04 Mar 2009 18:11:09 +0100