Your message dated Tue, 27 Jan 2015 21:51:29 +0000
with message-id <[email protected]>
and subject line Bug#775114: fixed in kde4libs 4:4.14.2-5
has caused the Debian Bug report #775114,
regarding [libkdeui5] KRecursiveFilterProxyModel: The model was not working
properly
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
775114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775114
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libkdeui5
Version: 4:4.14.2-4
Severity: important
Tags: patch
While testing the new kontact, we found a bug in kdeui, that makes randomly
crash kmail,kaddressbook while starting. We created an patch [0] to solve this
problem. It would be great if that patch can be part of the stable relase of
debian. For us it would make our life easier to to ship kdelibs on our own.
If there is anything I can do making this patch entering debian, please give
me feedback.
Regads,
sandro
[0]
https://github.com/kolab-groupware/kdelibs/commit/42bd1a3e7af9d896c5c3f697a23bd7ed0b2314b8
The git commit message:
The model was not working properly and didn't include all items under
some circumstances.
This patch fixes the following scenarios in particular:
* The change in sourceDataChanged is required to fix the shortcut condition.
The idea is that if the parent is already part of the model (it must be if
acceptRow returns true),
we can directly invoke dataChanged on the parent, resulting in the changed
index
getting reevaluated. However, because the recursive filterAcceptsRow version
was used
the shortcut was also used when only the current index matches the filter and
the parent index is in fact not yet in the model. In this case we failed to
call
dataChanged on the right index and thus the complete branch was never added to
the model.
* The change in refreshAscendantMapping is required to include indexes that
were
included by descendants. The intended way how this was supposed to work is
that we
traverse the tree upwards and find the last index that is not yet part of the
model.
We would then call dataChanged on that index causing it and its descendants to
get reevaluated.
However, acceptRow does not reflect wether an index is already in the model or
not.
Consider the following model:
- A
- B
- C
- D
If C is include in the model by default but D not and A & B only gets included
due to C, we have the following model:
- A
- B
- C
- D
If we then call refreshAscendantsMapping on D it will not consider B as
already being part of the model.
This results in the toplevel index A being considered lastAscendant, and a
call to dataChanged on A results in
a reevaluation of A only, which is already in the model. Thus D never gets
added to the model.
Unfortunately there is no way to probe QSortFilterProxyModel for indexes that
are
already part of the model. Even the const mapFromSource internally creates a
mapping when called,
and thus instead of revealing indexes that are not yet part of the model, it
silently
creates a mapping (without issuing the relevant signals!).
As the only possible workaround we have to issues dataChanged for all
ancestors
which is ignored for indexes that are not yet mapped, and results in a
rowsInserted
signal for the correct indexes. It also results in superfluous dataChanged
signals,
since we don't know when to stop, but at least we have a properly behaving
model
this way.
--
Sandro Knauß
Software Developer
Kolab Systems AG
Zürich, Switzerland
e: [email protected]
t: +41 43 501 66 91
w: http://kolabsys.com
pgp: CE81539E Sandro Knauß
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: kde4libs
Source-Version: 4:4.14.2-5
We believe that the bug you reported is fixed in the latest version of
kde4libs, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Knauß <[email protected]> (supplier of updated kde4libs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 19 Jan 2015 14:12:25 +0100
Source: kde4libs
Binary: libkdecore5 libkdeui5 libkpty4 libkdesu5 libkjsapi4 libkjsembed4
libkio5 libkntlm4 libsolid4 libkde3support4 libkfile4 libknewstuff2-4
libknewstuff3-4 libkparts4 libkutils4 libthreadweaver4 libkhtml5 libkimproxy4
libkmediaplayer4 libktexteditor4 libknotifyconfig4 libkdnssd4 libkrosscore4
libkrossui4 libnepomuk4 libnepomukutils4 libnepomukquery4a libplasma3
libkunitconversion4 libkdewebkit5 libkcmutils4 libkemoticons4 libkidletime4
libkprintutils4 libkdeclarative5 kdelibs-bin kdelibs5-plugins kdelibs5-data
kdoctools kdelibs5-dev kdelibs5-dbg
Architecture: source amd64 all
Version: 4:4.14.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <[email protected]>
Changed-By: Sandro Knauß <[email protected]>
Description:
kdelibs-bin - core executables for KDE Applications
kdelibs5-data - core shared data for all KDE Applications
kdelibs5-dbg - debugging symbols for the KDE Development Platform libraries
kdelibs5-dev - development files for the KDE Development Platform libraries
kdelibs5-plugins - core plugins for KDE Applications
kdoctools - various tools for accessing application documentation
libkcmutils4 - utility classes for using KCM modules
libkde3support4 - KDE 3 Support Library for the KDE 4 Platform
libkdeclarative5 - declarative library for plasma
libkdecore5 - KDE Platform Core Library
libkdesu5 - Console-mode Authentication Library for the KDE Platform
libkdeui5 - KDE Platform User Interface Library
libkdewebkit5 - KDE WebKit Library
libkdnssd4 - DNS-SD Protocol Library for the KDE Platform
libkemoticons4 - utility classes to deal with emoticon themes
libkfile4 - File Selection Dialog Library for KDE Platform
libkhtml5 - KHTML Web Content Rendering Engine
libkidletime4 - library to provide information about idle time
libkimproxy4 - Instant Messaging Interface Library for the KDE Platform
libkio5 - Network-enabled File Management Library for the KDE Platform
libkjsapi4 - KJS API Library for the KDE Development Platform
libkjsembed4 - library for binding JavaScript objects to QObjects
libkmediaplayer4 - KMediaPlayer Interface for the KDE Platform
libknewstuff2-4 - "Get Hot New Stuff" v2 Library for the KDE Platform
libknewstuff3-4 - "Get Hot New Stuff" v3 Library for the KDE Platform
libknotifyconfig4 - library for configuring KDE Notifications
libkntlm4 - NTLM Authentication Library for the KDE Platform
libkparts4 - Framework for the KDE Platform Graphical Components
libkprintutils4 - utility classes to deal with printing
libkpty4 - Pseudo Terminal Library for the KDE Platform
libkrosscore4 - Kross Core Library
libkrossui4 - Kross UI Library
libktexteditor4 - KTextEditor interfaces for the KDE Platform
libkunitconversion4 - Unit Conversion library for the KDE Platform
libkutils4 - dummy transitional library
libnepomuk4 - Nepomuk Meta Data Library
libnepomukquery4a - Nepomuk Query Library for the KDE Platform
libnepomukutils4 - Nepomuk Utility Library
libplasma3 - Plasma Library for the KDE Platform
libsolid4 - Solid Library for KDE Platform
libthreadweaver4 - ThreadWeaver Library for the KDE Platform
Closes: 775114
Changes:
kde4libs (4:4.14.2-5) unstable; urgency=medium
.
* Team upload.
* Add debian/patches/KRecursiveFilterProxyModel-Fixed-the-model.diff
(Closes: #775114)
Checksums-Sha1:
5963ba778717829c1a5fe6a6f2614798e6842552 5349 kde4libs_4.14.2-5.dsc
15681fb02d9cb56628d369ebca7f91bb23873672 264812 kde4libs_4.14.2-5.debian.tar.xz
4f4dd8bc9badde8aed37aebf33c8b360218cc0b7 968018 libkdecore5_4.14.2-5_amd64.deb
0d2d459746440f9b72eb313c9d58d9cff4341b42 1355818 libkdeui5_4.14.2-5_amd64.deb
c7f1d86ed23db0719b011ede1606d8ee9a515b91 56818 libkpty4_4.14.2-5_amd64.deb
61ebf43fb8206c1cacea62324c8d0c20dbd79a3f 75832 libkdesu5_4.14.2-5_amd64.deb
42b47fc4751a56aab5add19087acbe5f9899f755 293146 libkjsapi4_4.14.2-5_amd64.deb
2c43239f1e136f849ab77e1dabaf88b688eb25d5 332052 libkjsembed4_4.14.2-5_amd64.deb
70a0b303b620a42db74c16e4a5007bc265f0c788 899502 libkio5_4.14.2-5_amd64.deb
323a81f7565f76075ec2f11259185727d1edab1c 52488 libkntlm4_4.14.2-5_amd64.deb
cb7ea271e79e1c70e1d40e64c73759e185446a49 293460 libsolid4_4.14.2-5_amd64.deb
5667cdf0c04d6033c055c7d9b28e4640330fb323 340310
libkde3support4_4.14.2-5_amd64.deb
35e58d1f9fce64ac839dfae1dd673ce8caba360c 246376 libkfile4_4.14.2-5_amd64.deb
a6a24312e0da357eeba40f7ce5b96b16e70f8869 160612
libknewstuff2-4_4.14.2-5_amd64.deb
69220bce1d495d2799c52f523933fe16671ab4b9 184206
libknewstuff3-4_4.14.2-5_amd64.deb
9720e81caf35052de055212355c64a5d056b25cd 148902 libkparts4_4.14.2-5_amd64.deb
05e69ee2d49fd532619f9a79f779a09e7da0e00d 46334 libkutils4_4.14.2-5_amd64.deb
45bbd9782e539cbb47a85fb26cd46c4bb51a66e2 69824
libthreadweaver4_4.14.2-5_amd64.deb
0fd58f2b5e46c4f0d524bab0ec3d2683e2f209d9 2058894 libkhtml5_4.14.2-5_amd64.deb
a5fce5b68c84f561fd7368b20e9895eaabdd315f 69010 libkimproxy4_4.14.2-5_amd64.deb
eb0f33fcb6da6b26515c4faabf3c55c57270a44d 53112
libkmediaplayer4_4.14.2-5_amd64.deb
1dd57c5bda78923787a9fbbee6cc80983fe1d5c5 123092
libktexteditor4_4.14.2-5_amd64.deb
59b215f21d7cf2d0d3d586afb37b980399ea2e17 63386
libknotifyconfig4_4.14.2-5_amd64.deb
335a53a6c80ca8f9ac098738f83499c4b0f4e5a1 91092 libkdnssd4_4.14.2-5_amd64.deb
cfb45259da42a61f33a7cd43f2bffd13003f7a4d 81058 libkrosscore4_4.14.2-5_amd64.deb
c1143d87abfb65a20e11d134cdeb3c6a99e0b495 75986 libkrossui4_4.14.2-5_amd64.deb
05b216945c7bdcbe11d83c5c945d420acf04b266 233812 libnepomuk4_4.14.2-5_amd64.deb
2e6fc77dde2cb8db621cca23af5418e6d4063cb1 113760
libnepomukutils4_4.14.2-5_amd64.deb
4908fd961b3ed58ec95ca9751d12f10474e22eea 136918
libnepomukquery4a_4.14.2-5_amd64.deb
a2ddd193b2bb7313221337368c0157b0ef56c44f 952694 libplasma3_4.14.2-5_amd64.deb
88f5c887c35199349a1e7848e6dc76fb2d1398e5 107756
libkunitconversion4_4.14.2-5_amd64.deb
833cc4dd80c5d5640b00fc3e9d2485361a94e281 87462 libkdewebkit5_4.14.2-5_amd64.deb
3e9f7537d74bc20f48e187cd1aaab0bc952c53fa 119766 libkcmutils4_4.14.2-5_amd64.deb
af8891817fa5a425fafae1ac23e80658648f1afa 65438
libkemoticons4_4.14.2-5_amd64.deb
be1fc090b6317b42e1b7db6863f521d833fb26d9 61914 libkidletime4_4.14.2-5_amd64.deb
666839fe0a1cb476ee9f821f052da53a84d524ce 52140
libkprintutils4_4.14.2-5_amd64.deb
e90e9ecf8cfe8a1fe8e01381912f2d4b69fca8e7 62522
libkdeclarative5_4.14.2-5_amd64.deb
fbc1d9167c67764b425ec6fafce153e6b820384c 228180 kdelibs-bin_4.14.2-5_amd64.deb
01ff43ae29a264eecf908bbdd018e7f675e2a3da 1005476
kdelibs5-plugins_4.14.2-5_amd64.deb
b36c72f2b0f0180397e03f400930cde8d256cfab 2925912 kdelibs5-data_4.14.2-5_all.deb
6c191ba8b4fcfa14bc57ca63ac5710a3fe7592b1 201560 kdoctools_4.14.2-5_amd64.deb
c2f6820c76f2e4601dfebfe3e702065b4258d362 1440750
kdelibs5-dev_4.14.2-5_amd64.deb
f26a3551daf149e4440790acd1d188206390b463 134305598
kdelibs5-dbg_4.14.2-5_amd64.deb
Checksums-Sha256:
dac4e919f647974e5dabb21f5b33a6cfa8437b7e5166810c5b0c0fb6af994684 5349
kde4libs_4.14.2-5.dsc
d27a05e3c5ddc132d20314c2aa1f54a8e3889adaeada1aafc7f73c3fc8cc169d 264812
kde4libs_4.14.2-5.debian.tar.xz
aeca6e989f6a67387769a04db9c40c470371aabe75956852286b40a4c268b798 968018
libkdecore5_4.14.2-5_amd64.deb
81771f5130a61f5eadcae3db730576f7ecf52f30876f508880c72e4653b638f0 1355818
libkdeui5_4.14.2-5_amd64.deb
81839eb19d55a8c71f30485d2b0d3e9d47adc3af929c559d3e56d9c2230f0075 56818
libkpty4_4.14.2-5_amd64.deb
970724b8672fd70b9c16296f60f697922661a1a814bc6795c8566456e44666de 75832
libkdesu5_4.14.2-5_amd64.deb
38d2d59ff5f332d6948487545c40cbcba66131595f340d382a52266730628d93 293146
libkjsapi4_4.14.2-5_amd64.deb
e58c7157e678732730a5f307129881fbc044bd87df8cfa3eba7a287aaee3774a 332052
libkjsembed4_4.14.2-5_amd64.deb
65f245b77ca2f9652b8bbdf32eefc909c2aa31ec802d9536e951b4d0067b1196 899502
libkio5_4.14.2-5_amd64.deb
64d78270b84b7ae4d3183796309d310cc550486780fc2dcbf86040b7cefd8a29 52488
libkntlm4_4.14.2-5_amd64.deb
37d4c3ffcf5af6a5a34aad8aaa653466341bc9dfa3f8b4258da7d500f58aa30c 293460
libsolid4_4.14.2-5_amd64.deb
c8ab07acf743b7ac2554f72c4293cb34978db7264b6232229086bd73210bbae9 340310
libkde3support4_4.14.2-5_amd64.deb
4b5a2c54b1fae2e66ea4fca34c10d35b2cbfa88ad0c89c4ca4bc1bc0756a11f7 246376
libkfile4_4.14.2-5_amd64.deb
75cc096c0fc7669a53f4d934b11dcbe45f4583eaf61d24f172326035d741cb33 160612
libknewstuff2-4_4.14.2-5_amd64.deb
b942f6d506de785e4d8c5c96c9542663f7dc0c9b172df42988db8bd0cf189635 184206
libknewstuff3-4_4.14.2-5_amd64.deb
457f01baeb3954b31ce4b0e0fe65ccfb8b61840554279a2a8473cecd2bd78cee 148902
libkparts4_4.14.2-5_amd64.deb
df7f1dcd62c1bc7d3f8004d8c03cc1566e60bbbd693d1e22397d636ba62f1bd4 46334
libkutils4_4.14.2-5_amd64.deb
17df033d003a46559602cf1da7b58d439187fd650a8c6e4361418419dc21b637 69824
libthreadweaver4_4.14.2-5_amd64.deb
22cf2f525292164f92cb7e6359f50680f00245ed3fba71e4a912afb8e8528682 2058894
libkhtml5_4.14.2-5_amd64.deb
aad35a106676587c728a58713e6c5c4ab75de84b811899771486010aa9b7b2b8 69010
libkimproxy4_4.14.2-5_amd64.deb
72b0400b91b069940d8ccb6fa58cc9df1bcc2d709f9208110737dcbbc975b59f 53112
libkmediaplayer4_4.14.2-5_amd64.deb
aba8cc903a11b3e85c5a654c93e6eb75e62081d48a9e89548dee82906d41e5a4 123092
libktexteditor4_4.14.2-5_amd64.deb
d8d89f49589484623b2c572b4c5e7ae713d58cbf898014e5e7e18ba5f0b70141 63386
libknotifyconfig4_4.14.2-5_amd64.deb
a142788e2baffb27a15a326d37a2c173682aff8f1b306bd9042df9312ef52131 91092
libkdnssd4_4.14.2-5_amd64.deb
de873506277b3ea5ee9935fde559bdad00a6584631dd60ea26ef3b13ac47b763 81058
libkrosscore4_4.14.2-5_amd64.deb
ada13f4349cab209c53ab8b847339a43d219a2fa6d35aac89150c05d0e756b3a 75986
libkrossui4_4.14.2-5_amd64.deb
07fa91c672b126f04e58a591e5fcdd07a03ab6781b7ad4d63c6a575551461023 233812
libnepomuk4_4.14.2-5_amd64.deb
40236470364fb463ce30cc6549898fd2bccc32653b7177213c701500cf56439a 113760
libnepomukutils4_4.14.2-5_amd64.deb
9528c65aa6881e30d6341dfdec8837a2f2a9c2ba65f9e9720af1e30ee97a26b4 136918
libnepomukquery4a_4.14.2-5_amd64.deb
762bdd9180e265a9f67e640e1798ab9a199c11dd97e5495c0fdedd51b4900e91 952694
libplasma3_4.14.2-5_amd64.deb
46a11bd03854e3296f61934a1c085223d10b42756024e7b3b8ad4a02711fb39f 107756
libkunitconversion4_4.14.2-5_amd64.deb
a35b6459469776603b92be25bf06a4e571cc55dbe082c9c6afc0a4cfa94723eb 87462
libkdewebkit5_4.14.2-5_amd64.deb
0907b283b45f7c8a74df02d1d60157735b52a6fc3a5331807f97b66b9bb9c915 119766
libkcmutils4_4.14.2-5_amd64.deb
192178b9c9048be087e8d28667f556a47212593ac6b6de9bbb322459734e1a7e 65438
libkemoticons4_4.14.2-5_amd64.deb
2ad38753390b7af7e4f6fd59535d64c99242c813c3d356f7d4f971ad770e0ac5 61914
libkidletime4_4.14.2-5_amd64.deb
5ef9fecb2c19d1305613a87d0dc366f81b6d23e239b149b27239710860ed7dc5 52140
libkprintutils4_4.14.2-5_amd64.deb
4d8178caed5fc034c0e451e29465e293e6314c7aa59ad17a2e8d7b26e72b794f 62522
libkdeclarative5_4.14.2-5_amd64.deb
5785b147c0d9efa1d3211abf9510f295f72c55096c5af0351646d6a7dab2ac51 228180
kdelibs-bin_4.14.2-5_amd64.deb
b42d24cbc4b5d5f768443a24b01bd931c3d3a5ca26aecdce67b9846c7c9361a9 1005476
kdelibs5-plugins_4.14.2-5_amd64.deb
f58b5ac8c405882942139e50df176b80ef19d5fa45dfc8673418bda32cfda6e9 2925912
kdelibs5-data_4.14.2-5_all.deb
f25b955a3c7453d785ac1e9884ead6d14fc82aaeebb2d899d7e4ef4ddeba68d3 201560
kdoctools_4.14.2-5_amd64.deb
897875b229966178265dfbfe4c163e8528e3296cfc5428a25509c7bdd714d88d 1440750
kdelibs5-dev_4.14.2-5_amd64.deb
d4dc7c5b9f33614b99db9377ee1fc935b5a5b438f160056f846d8e4088a98089 134305598
kdelibs5-dbg_4.14.2-5_amd64.deb
Files:
1098de4653301474a25127dacdfa9611 5349 libs optional kde4libs_4.14.2-5.dsc
bfe355b7c095938a6abffd3787e4a610 264812 libs optional
kde4libs_4.14.2-5.debian.tar.xz
ef9e028ee70f6f788667bc9b2ead34c3 968018 libs optional
libkdecore5_4.14.2-5_amd64.deb
255d0d35d9ecf86180ab6f44519d01a4 1355818 libs optional
libkdeui5_4.14.2-5_amd64.deb
a11d01c0de47ca4470917d7433a5a134 56818 libs optional
libkpty4_4.14.2-5_amd64.deb
f32fb91e400c2cf9a436663c458a7075 75832 libs optional
libkdesu5_4.14.2-5_amd64.deb
37be6b13a4a9c688cee924db39d63739 293146 libs optional
libkjsapi4_4.14.2-5_amd64.deb
9b53164026e063b3002542ad274c34a7 332052 libs optional
libkjsembed4_4.14.2-5_amd64.deb
0a86c5a16519081351475e9327b9a0b7 899502 libs optional
libkio5_4.14.2-5_amd64.deb
23d6e334330034d73469820b50bef662 52488 libs optional
libkntlm4_4.14.2-5_amd64.deb
23c6a155e6609dd549e6e7df53486633 293460 libs optional
libsolid4_4.14.2-5_amd64.deb
c3ab1e2d9616f2c529641bfc2e5286f3 340310 libs optional
libkde3support4_4.14.2-5_amd64.deb
231530c6a07a0fa1c74fce9c52783601 246376 libs optional
libkfile4_4.14.2-5_amd64.deb
d82474805bda0db9e091a2dcf5953d9c 160612 libs optional
libknewstuff2-4_4.14.2-5_amd64.deb
06854b43109f4e591f8aa43b60a7abf5 184206 libs optional
libknewstuff3-4_4.14.2-5_amd64.deb
f149afc95105a645555171ff27f59c06 148902 libs optional
libkparts4_4.14.2-5_amd64.deb
41368f533e4117e7048db2e7f6c8f455 46334 libs optional
libkutils4_4.14.2-5_amd64.deb
4167fe7ca46c52e83b56708475bfad91 69824 libs optional
libthreadweaver4_4.14.2-5_amd64.deb
197ce9ab751d69c83c88cc9e0f27e4d7 2058894 libs optional
libkhtml5_4.14.2-5_amd64.deb
3581939b7e0b2f9815e2a6714e469cf0 69010 libs optional
libkimproxy4_4.14.2-5_amd64.deb
4cd7e949195bc5aca37e7c287b82e0c5 53112 libs optional
libkmediaplayer4_4.14.2-5_amd64.deb
fcddcc44510593cf9b302c9ba0452671 123092 libs optional
libktexteditor4_4.14.2-5_amd64.deb
052f62e96637a3078cac98fb08c17d1a 63386 libs optional
libknotifyconfig4_4.14.2-5_amd64.deb
292a0462aca0dffaae2b1c2d8ea051b5 91092 libs optional
libkdnssd4_4.14.2-5_amd64.deb
5c76b7eb5702252caeacb9d9f1e3d7fe 81058 libs optional
libkrosscore4_4.14.2-5_amd64.deb
ee8c68019406cd6c2049f892f03e9f51 75986 libs optional
libkrossui4_4.14.2-5_amd64.deb
2232e1dec693c058e9e285782cc75aeb 233812 libs optional
libnepomuk4_4.14.2-5_amd64.deb
6cb75d0431c05c3036c1a148e2259b63 113760 libs optional
libnepomukutils4_4.14.2-5_amd64.deb
f4f0f248b0ef0933311dc3a849d63d15 136918 libs optional
libnepomukquery4a_4.14.2-5_amd64.deb
f80aad66193638c0d7f588deceee93e5 952694 libs optional
libplasma3_4.14.2-5_amd64.deb
2f2198c12618bade1d370f14e8d317df 107756 libs optional
libkunitconversion4_4.14.2-5_amd64.deb
c80d0d86401d40d4d126c16caaf17afa 87462 libs optional
libkdewebkit5_4.14.2-5_amd64.deb
24ce703e3846ee58ee21680cf17dfc99 119766 libs optional
libkcmutils4_4.14.2-5_amd64.deb
a8df45d5c7741d233d89b49be05c4ef5 65438 libs optional
libkemoticons4_4.14.2-5_amd64.deb
571521c24c335cc20c01933ea73ae8b0 61914 libs optional
libkidletime4_4.14.2-5_amd64.deb
baac38bc75347590bef9327cfde72adb 52140 libs optional
libkprintutils4_4.14.2-5_amd64.deb
367e882332ea0b413bb5b1f7fb3ea369 62522 libs optional
libkdeclarative5_4.14.2-5_amd64.deb
de8f9e3762a7fb7ce0e09a2858589075 228180 libs optional
kdelibs-bin_4.14.2-5_amd64.deb
1c18ccacb92663a0ff87884bdc70c46a 1005476 libs optional
kdelibs5-plugins_4.14.2-5_amd64.deb
1dd0183d633f5b74e87799e3f425d69c 2925912 libs optional
kdelibs5-data_4.14.2-5_all.deb
5dd1bb0f9e8182b9108189cc1e12bcb3 201560 doc optional
kdoctools_4.14.2-5_amd64.deb
9eb0f0a95e90d8aa622338484d35ffb1 1440750 libdevel optional
kdelibs5-dev_4.14.2-5_amd64.deb
047491a6cdece44e9555997da960d69f 134305598 debug extra
kdelibs5-dbg_4.14.2-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUx/ZBAAoJEKtkX0BihqfQDRAP+wYhAu/WcsVwXZgcudAi2qqq
+uyeWDTepfe3Cy8qVD7t8697RfdyRa2fBX8yOoVz1ES/6FBuct685GYIN1sPHE6C
wl2Ve6cNXsqrxFa4poBfd/z1UUruGfbvfSuLEqlz0DvuTy2PsqdPD+6j/0EyWEJu
pdfVv/ZoLPhdngI10OxGHsyr1LXjxeR6NQPTDP/EmwI01Ae3kYygi2BoxOfWLgqP
ea9PrMAKacze6fm3DOF3kN1e4marqOYD6If3t8cC/sbbYvCKAh6aw1G7vuoVotYK
OIzTPqq/l0YnNhjifOkElTiyexwsWNszGBXLuG3heqsXezI+VmwWkXnmOMBpqRz7
0NKoHEs2nABxH9RuZDZS9PrB83PJYz5luX9yOTyXgxYQaHUfqyz5OXmqWAY5S6Gz
c2bneTunx4w8d+XRDS850clgoofAH0/44B5UC1XQOGDyGSrg8XtcyfQlLEpoIK3t
raPD0z8wy/B+Evsk7tziudHmy8HMIY92g02+Avrz8A2VqElGmdn0pcFVsbbUMqjx
9ZjwQtAAHQXZkQdG3VB22iYNnQdn5C9POfcPpYlZ9JcuTim6Htyo/s0ia+mv6RTS
kUWwQ+dNb4c84PXgrhA+YN4JiY1QC5v8XrtdsQhPN4yOgAKqjw1GzBrz/PV/Y2Dp
Tt1YC4SCYPKtB7kp8E0E
=p9Bj
-----END PGP SIGNATURE-----
--- End Message ---