File: changelog

package info (click to toggle)
kdeconnect 25.04.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,584 kB
  • sloc: cpp: 22,922; xml: 520; python: 92; sh: 25; makefile: 5
file content (591 lines) | stat: -rw-r--r-- 20,462 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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
kdeconnect (25.04.2-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (25.04.2).
    - Change qtdbus-qt5 to qtdbus-qt6 in the sample commands logic to find the
    qdbus executable name.
    - Kcm: fix memory leak in devicesRemoved().
    - Fix mpris sessions changed event handler.
    - Add plugin settings dep.
    - Make KF6DocTools optional.
    - Sendnotifications: Add missing qRegisterMetaType<>().
  * Update build-deps and deps with the info from cmake.

 -- Aurélien COUDERC <coucouf@debian.org>  Sat, 07 Jun 2025 01:20:50 +0200

kdeconnect (25.04.0+git20250504.28fb9142-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream git snapshot (25.04.0+git20250504.28fb9142).

 -- Aurélien COUDERC <coucouf@debian.org>  Sun, 04 May 2025 18:39:07 +0200

kdeconnect (25.04.0-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (25.04.0).
  * Update build-deps and deps with the info from cmake.
  * Bump Standards-Version to 4.7.2, no change required.
  * Drop patch applied upstream.
  * Backport upstream commit to fix build on 32-bit architectures.

 -- Aurélien COUDERC <coucouf@debian.org>  Thu, 17 Apr 2025 19:00:03 +0200

kdeconnect (24.12.0-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (24.12.0).
  * Update build-deps and deps with the info from cmake.

 -- Aurélien COUDERC <coucouf@debian.org>  Wed, 25 Dec 2024 22:45:56 +0100

kdeconnect (24.08.3-2) unstable; urgency=medium

  * Team upload.

  [ Sandro Knauß ]
  * Add upstream patch to fix "kdeconnect FTCBFS: error parsing cmake
    expression containing unquoted variable" (Closes: #977275)
  * Mark failing test to not fail the build #1089306.

 -- Sandro Knauß <hefee@debian.org>  Sat, 07 Dec 2024 21:08:33 +0100

kdeconnect (24.08.3-1) unstable; urgency=medium

  * Team upload.

  * New upstream release (24.08.3).
  * Release to unstable.
  * Temporarily add qt6-declarative-private-dev to workaround #1087385.
  * Split libs into own -libs package to break interpackage circular
    dependency chain.
  * qml module recommends kdeconnect (before it depend on kdeconnect)
    (Closes: #1087840).

 -- Sandro Knauß <hefee@debian.org>  Fri, 06 Dec 2024 20:13:24 +0100

kdeconnect (24.08.2-1) experimental; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (24.08.2).
  * Update build-deps and deps with the info from cmake.
  * Switch to kf6 debhelper build sequence.
  * Drop patch enabling non-default openssh key algorithms, not
    necessary anymore with the current version of the Android app.
  * Update the list of installed files.
  * Add new qml6-module-org-kde-kdeconnect binary package.
  * Replace manual QML runtime dependencies with dbhelper sequence
    qmldeps.
  * Recommend systemsettings and override lintian warning about the
    executable being in another package.
  * Reenable build-time tests.
  * Review copyright information.

 -- Aurélien COUDERC <coucouf@debian.org>  Thu, 17 Oct 2024 17:52:17 +0200

kdeconnect (24.08.0-1) UNRELEASED; urgency=medium

  * New upstream release (24.08.0).
  * Add myself to uploaders.
  * Remove unneeded patch.
  * Update dependencies according to cmake.
  * Refresh install files.

 -- Scarlett Moore <sgmoore@debian.org>  Thu, 22 Aug 2024 02:28:04 -0700

kdeconnect (23.08.5-1) unstable; urgency=medium

  [ Pino Toscano ]
  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.7.0, no changes required.
  * Switch the transitional pkg-config build dependency to pkgconf.

  [ Aurélien COUDERC ]
  * Add/update Heiko Becker in upstream signing keys.

 -- Pino Toscano <pino@debian.org>  Sat, 11 May 2024 23:51:42 +0200

kdeconnect (23.08.2-1) unstable; urgency=medium

  * Team upload.

  [ Jesse Rhodes ]
  * New upstream release (23.08.2).
  * Update build-deps and deps with info from cmake.

 -- Jesse Rhodes <jesse@sney.ca>  Sun, 15 Oct 2023 10:35:13 -0400

kdeconnect (22.12.3-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (22.12.3).
  * Update build-deps and deps with the info from cmake.
  * Drop patch upstream_nautilus-drop-spurious-shebang.patch applied upstream.

 -- Aurélien COUDERC <coucouf@debian.org>  Wed, 01 Mar 2023 11:57:49 +0100

kdeconnect (22.12.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Re-export upstream signing key without extra signatures.
  * Remove inactive Uploaders.
  * Modernize building:
    - add the dh-sequence-kf5 build dependency to use the kf5 addon
      automatically, removing pkg-kde-tools
    - drop all the manually specified addons and buildsystem for dh
  * Backport upstream commit 71803f04d8521199dfa6960f5b84801d9f35d9ee to drop
    the spurious shebang in the nautilus plugin; patch
    upstream_nautilus-drop-spurious-shebang.patch
    - drop the patch fix-python3-interpreter-location, no more needed now
  * Update the patches:
    - kdeconnect-openssh-8.2.patch: refresh

 -- Pino Toscano <pino@debian.org>  Sun, 05 Feb 2023 09:34:13 +0100

kdeconnect (22.12.1-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (22.12.1).
  * Bump Standards-Version to 4.6.2, no change required.
  * Add Albert Astals Cid’s master key to upstream signing keys.

 -- Aurélien COUDERC <coucouf@debian.org>  Fri, 06 Jan 2023 23:05:20 +0100

kdeconnect (22.12.0-2) unstable; urgency=medium

  * Upload with a correctly released changelog.

 -- Aurélien COUDERC <coucouf@debian.org>  Sat, 10 Dec 2022 16:04:36 +0100

kdeconnect (22.12.0-1) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * New upstream release (22.08.3).
  * Update build-deps and deps with the info from cmake.
  * Bump Standards-Version to 4.6.1, no change required.
  * Update the list of installed files from build logs.
  * Update the list of installed files from build logs.
  * New upstream release (22.11.90).
  * Update build-deps and deps with the info from cmake.
  * Refresh patches.
  * Drop patch nautilus-43-compat.patch, applied upstream.
  * New upstream release (22.12.0).
  * Refresh lintian overrides.
  * Refresh copyright information.

 -- Aurélien COUDERC <coucouf@debian.org>  Sat, 10 Dec 2022 00:12:53 +0100

kdeconnect (21.12.3-2) unstable; urgency=medium

  * Team upload.
  * Backport patch to fix Nautilus 43 compatibility (Closes: #1018884).

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sat, 03 Sep 2022 13:18:07 -0300

kdeconnect (21.12.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update the build dependencies according to the upstream build system:
    - add libkf5package-dev
  * Update install files.

 -- Pino Toscano <pino@debian.org>  Sat, 05 Mar 2022 15:02:06 +0100

kdeconnect (21.08.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * CI: enable blhc again, as it should work fine now.

 -- Pino Toscano <pino@debian.org>  Sat, 06 Nov 2021 08:40:51 +0100

kdeconnect (21.08.2-1) unstable; urgency=medium

  * Team upload.

  [ Norbert Preining ]
  * Disable BLHC of Salsa CI.

  [ Pino Toscano ]
  * New upstream release.
  * Bump Standards-Version to 4.6.0, no changes required.

 -- Pino Toscano <pino@debian.org>  Sat, 09 Oct 2021 21:57:18 +0200

kdeconnect (21.08.0-1) unstable; urgency=medium

  [ Norbert Preining ]
  * New upstream release (21.08.0).
  * Add missing B-Ds.

 -- Norbert Preining <norbert@preining.info>  Wed, 18 Aug 2021 09:10:24 +0900

kdeconnect (21.04.0-1) experimental; urgency=medium

  [ Norbert Preining ]
  * New upstream release (21.04.0).
  * Added myself to the uploaders.
  * Update build dependencies from cmake.
  * Update list of installed files.

 -- Norbert Preining <norbert@preining.info>  Wed, 28 Apr 2021 13:57:54 +0900

kdeconnect (20.12.3-2) unstable; urgency=medium

  * Team upload.

  [ Norbert Preining ]
  * Add Breaks: fuse (<< 3) and Depends: fuse3 (>= 3) and bump sshfs Depends
    to (>= 3) to ensure fuse gets replaced by fuse3 on upgrades from buster.
    (Thanks to Andreas Beckmann) (Closes: #990764)

 -- Norbert Preining <norbert@preining.info>  Wed, 07 Jul 2021 04:16:39 +0900

kdeconnect (20.12.3-1) unstable; urgency=medium

  * New upstream release (20.12.3).

 -- Aurélien COUDERC <coucouf@debian.org>  Mon, 08 Mar 2021 22:43:49 +0100

kdeconnect (20.12.2-1) unstable; urgency=medium

  * Team upload.

  [ Nicolas Fella ]
  * Drop now unnecessary dependency to kde-cli-tools.

  [ Pino Toscano ]
  * New upstream release.
  * Update upstream GPG signing key.
  * Remove the explicit as-needed linking, as it is done by binutils now.
  * Drop the unused kdeconnect-app.lintian-overrides file.
  * Rename docs to kdeconnect.docs, to make it clear which package it refers
    to.

 -- Pino Toscano <pino@debian.org>  Thu, 04 Feb 2021 14:06:51 +0100

kdeconnect (20.12.0-4) unstable; urgency=medium

  * Add Breaks+Replaces: kdeconnect (<< 20.12) (Closes: #979420).

 -- Aurélien COUDERC <coucouf@debian.org>  Wed, 06 Jan 2021 16:10:02 +0100

kdeconnect (20.12.0-3) unstable; urgency=medium

  * Remove unneeded runtime dependency kde-telepathy-kpeople.

 -- Aurélien COUDERC <coucouf@debian.org>  Tue, 05 Jan 2021 21:22:21 +0100

kdeconnect (20.12.0-2) unstable; urgency=medium

  * Fix runtime dependency to kpeople-vcard for vCard support.
  * Sync long description with Kubuntu.
  * Prefer the specific project homepage over the generic apps page.
  * Drop lintian override for desktop-entry-limited-to-environments, will be
    fixed upstream in the next release.

 -- Aurélien COUDERC <coucouf@debian.org>  Tue, 05 Jan 2021 16:17:48 +0100

kdeconnect (20.12.0-1) unstable; urgency=medium

  * Add Recommends: kdeconnect-kpeople-vcard-plugin which is now a runtime
    dependency of kdeconnect.
  * New upstream release (20.12.0).
  * Refresh copyright information.
  * Bump Standards-Version to 4.5.1, no change required.
  * Refresh upstream metadata.
  * Update project homepage.
  * Removed Maximiliano Curia from the uploaders, thanks for your work
    on the package!
  * Split the Nautilus extension into its own package so it can correctly
    depend on python3-nautilus.
  * Add various missing QML runtime dependendencies, drop dependency on
    qml-module-qtquick-controls, not needed anymore.

 -- Aurélien COUDERC <coucouf@debian.org>  Thu, 31 Dec 2020 12:30:27 +0100

kdeconnect (20.08.3-1) unstable; urgency=medium

  * New upstream release (20.08.3).
  * Add patch to fix Python interpreter location in Debian for the Nautilus
    extension.
  * Add lintian overrides:
    - Missing manpage for kdeconnect-app, it has no command line arguments.
    - desktop-entry-limited-to-environments, kdeconnect is really only working
      in Plasma.
  * Add myself to the uploaders.

 -- Aurélien COUDERC <coucouf@debian.org>  Mon, 09 Nov 2020 23:17:30 +0100

kdeconnect (20.08.2-1) unstable; urgency=medium

  * Team upload.

  [ Nicolas Fella ]
  * Add dependency on QtQuick Particles QML module, used in the presenter.

  [ Aurélien COUDERC ]
  * New upstream release (20.08.2).
  * Update the build dependencies according to the upstream build system:
    - bump KF packages to 5.71.0
    - add libkf5solid-dev
  * Add lintian override for kdeconnect-app having no manual as it doesn’t
    have command line arguments.
  * Build with hardening=+all build hardening flag.
  * Review copyright information.
  * Borrow minimal upstream signing key from k3b.
  * Refresh upstream metadata.
  * Bump the debhelper compatibility to 13.

 -- Aurélien COUDERC <coucouf@debian.org>  Tue, 27 Oct 2020 22:53:05 +0100

kdeconnect (20.04.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Switch python-nautilus suggest to python3-nautilus. (Closes: #958724)

 -- Pino Toscano <pino@debian.org>  Fri, 31 Jul 2020 07:43:53 +0200

kdeconnect (20.04.2-1) unstable; urgency=medium

  * Team upload.

  [ Sandro Knauß ]
  * We don't need disable_networkPackageIdentityTest.patch anymore to
    pass tests.

  [ Maximiliano Curia ]
  * Update watch file
  * New upstream release (1.3.5). (Closes: #940489)

  [ Nicolas Fella ]
  * Point to new website.
  * Remove suggestion of plasma-workspace.

  [ Pino Toscano ]
  * New upstream release from KDE's release-service.
  * Update Vcs-* fields.
  * Update watch file and signing key for KDE's release-service.
  * Update the patches:
    - fix_typos_in_lanlinkprovider.cpp.patch: drop, fixed upstream
    - ssl_socket_race_fix.diff: drop, fixed upstream
  * Update the build dependencies according to the upstream build system:
    - bump Qt packages to 5.10.0
    - bump KF packages to 5.64.0
    - add kirigami2-dev, libkf5people-dev, libkf5pulseaudioqt-dev,
      libkf5wayland-dev, and qtmultimedia5-dev
    - remove libkf5config-dev, and libkf5declarative-dev
    - explicitly add gettext
  * Drop the 'testsuite' autopkgtest, as it does not test the installed
    packages.
  * Unregister the removed /etc/xdg/autostart/kdeconnectd.desktop conffile.
  * Bump Standards-Version to 4.5.0, no changes required.
  * Add Rules-Requires-Root: no.
  * Add the configuration for the CI on salsa.
  * Bump the debhelper compatibility to 12:
    - switch the debhelper build dependency to debhelper-compat 12
    - remove debian/compat
  * Add the qml-module-org-kde-kirigami2 and qml-module-org-kde-people
    dependencies, as hinted by the build system.
  * Pass -DBUILD_TESTING=OFF to cmake to disable the build of tests, as they
    are not run at build time anyway
    - drop the libqca-qt5-2-plugins build dependency, no more needed now
  * Temporarily enable the diffie-hellman-group14-sha1 key exchange algorithm,
    as the Android application still uses it; backport the
    kdeconnect-openssh-8.2.patch Arch Linux patch done by Antonio Rojas.
    (Closes: #953843)

 -- Pino Toscano <pino@debian.org>  Fri, 12 Jun 2020 09:59:36 +0200

kdeconnect (1.3.3-2) unstable; urgency=medium

  * Team upload.
  * Add ssl_socket_race_fix.diff to fix a race condition on tests.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Sun, 30 Dec 2018 17:33:01 -0300

kdeconnect (1.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Simplify handling of build flags: debhelper since compat 9 already passes
    all the right flags to cmake, so use the dpkg-buildflags envvars to only
    link in as-needed mode.
  * Stop using the pkgkde-symbolshelper dh addon, since there are no symbols.
  * Bump Standards-Version to 4.2.1, no changes required.
  * Drop the Debian-provided kdeconnect-cli man page: very outdated, not
    touched in the last 4 years, and thus not useful. (Closes: #900710)

 -- Pino Toscano <pino@debian.org>  Mon, 12 Nov 2018 08:57:34 +0100

kdeconnect (1.3.1-1) unstable; urgency=medium

  * Team upload.

  [ Maximiliano Curia ]
  * New revision
  * Drop --parallel dh option, obsolete with dh >= 11
  * Update Vcs fields

  [ Nicholas D Steeves ]
  * Enable GPG signature verification of upstream tarball.
  * Add Albert Vaca Cintora's (the upstream maintainer) gpg key.
  * New upstream version 1.3.1.
  * Use 'wrap-and-sort -bst' to sort dependencies.
  * Add fix_typos_in_lanlinkprovider.cpp.patch
  * Update upstream homepage URL.
  * Use secure URL for copyright format.
  * Add upstream metadata.

 -- Nicholas D Steeves <nsteeves@gmail.com>  Fri, 01 Jun 2018 16:07:13 -0400

kdeconnect (1.3.0-1) unstable; urgency=medium

  [ Maximiliano Curia ]
  * Update watch file
  * New upstream release (1.2.1).
  * Set the team as the maintainer
  * Drop plasma-workspace runtime dependency
  * Update testsuite
  * Bump to Standards-Version 4.1.4
  * Add suggests:
     + plasma-workspace, for the plasmoid
     + python-nautilus for the nautilus integration
  * New upstream release (1.3.0).
  * Update build-deps and deps with the info from cmake
  * Update copyright information
  * Refresh patches
  * Release to unstable

  [ Vangelis Mouhtsis ]
  * debian/{control,compat}: Bump DH version level to 11.
  * debian/control: Bump Standards-Version: to 4.1.3. No changes needed.
  * debian/control: Update Vcs-*: fields to salsa.debian.org.

  [ Scarlett Clark ]
  * Add missing qml modules

 -- Maximiliano Curia <maxy@debian.org>  Tue, 10 Apr 2018 17:24:16 +0200

kdeconnect (1.0.3-1) unstable; urgency=medium

  * New upstream release (1.0.3).
  * debian/watch: use https
  * Bump Standards-Version to 4.0.0, no changes needed.
  * Update vcs fields
  * Update Homepage field
  * Update build-deps and deps with the info from cmake
  * Add a .gitattributes file to use dpkg-mergechangelogs
  * Refresh patches
  * Release to unstable

 -- Maximiliano Curia <maxy@debian.org>  Thu, 13 Jul 2017 20:22:08 +0200

kdeconnect (1.0.1-1) unstable; urgency=medium

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * New upstream release (Closes: #833650).
  * Update debian/watch: kdeconnect is now stable.

  [ Diederik de Haas ]
  * Update homepage (Closes: #802189).

  [ Maximiliano Curia ]
  * New upstream release (1.0.1).
  * Refresh patches
  * Use dbus-run-session instead of dbus-launch
  * Update copyright information.

  [ Harald Sitter ]
  * do not run tests at build time
  * run test through xvfb as we now need workign xcb for some tests
  * install openbox, it's being forked as part of the test...
  * force all tests to fork kio slaves from themself

  [ Jonathan Riddell ]
  * add xvfb install for tests

 -- Maximiliano Curia <maxy@debian.org>  Fri, 14 Oct 2016 16:21:07 +0200

kdeconnect (0.9g-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Switch to KF5.
    - Remove all Qt4/Plasma 4 related packages from build dpendencies and
      dependencies.
    - Add new build dependencies and dependencies as required. Thanks to the
      Ubuntu folks for they work! I have taken most of the correct build deps
      names from your packaging.
    - Remove unnecessary removals in debian/rules.
  * Update README.md installation.
  * Disable NetworkPackageTests::networkPackageIdentityTest as it seems to
    run fine with network access but fail without it (and thus on sbuild).
  * Add libqca-qt5-2-plugins as a build dependency, it is needed by the tests.
  * Update lintian overrides.
  * Update and simplify debian/copyright.

 -- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>  Fri, 05 Feb 2016 00:53:25 -0300

kdeconnect (0.8-1) unstable; urgency=medium

  * New upstream version.
  * Update copyright.
  * Update standards version; no changes needed.
  * debian/control:
      - Add libfakekey-dev and libdbus-1-dev as a build dependency.
      - Change runtime depend to libqca2-plugins instead of deprecated
          libqca2-plugins-{gnupg, ossl} packages.
      - Update Vcs-Browser to use cgit.
  * Remove some older false positives in lintian overrides that are fixed:
      - 'desktop-command-not-in-package' for kcmshell4.
      - 'desktop-entry-lacks-keywords-entry' for kdeconnect.desktop.

 -- David Suárez <david.sephirot@gmail.com>  Sun, 21 Jun 2015 14:15:31 +0200

kdeconnect (0.7.2-1) unstable; urgency=medium

  * New upstream version.
  * Drop patch 'provide-versioned-so-for-kdeconnectcore'.
      Upstream implemented it.
  * Add sshfs as a runtime dependency (Closes: #754300).
      Is needed to remote browsing the devices filesystems.

 -- David Suárez <david.sephirot@gmail.com>  Mon, 08 Sep 2014 20:27:20 +0200

kdeconnect (0.7-1) unstable; urgency=medium

  * New upstream version. (Closes: #753391)
  * Add 'provide-versioned-so-for-kdeconnectcore' patch.
  * Update lintian overrides.
  * debian/rules: remove more development files in order to avoid
      shipping them.
  * debian/control: add libxtst-dev as a build dependency.

 -- David Suárez <david.sephirot@gmail.com>  Tue, 01 Jul 2014 18:11:53 +0200

kdeconnect (0.5.2.1-1) unstable; urgency=low

  * New upstream version
  * Drop 'remove-xdg-open-shebang' patch
  * Point Vcs headers to debian git repository
  * Update copyright file

 -- David Suárez <david.sephirot@gmail.com>  Sun, 18 May 2014 15:50:33 +0200

kdeconnect (0.4.2-2) unstable; urgency=low

  * Add libqca2-plugin-gnupg and libqca2-plugin-ossl runtime depends.
    (Closes: #735850)

 -- David Suárez <david.sephirot@gmail.com>  Mon, 27 Jan 2014 19:56:34 +0100

kdeconnect (0.4.2-1) unstable; urgency=low

  * Initial release (Closes: #734374)

 -- David Suárez <david.sephirot@gmail.com>  Sun, 12 Jan 2014 02:14:23 +0100