Re: Debian Testing
¡Hola Timothy! El 2018-08-20 a las 21:26 -0400, Timothy M Butterworth escribió: I was looking in Debian Testing and it has KDE 5.13, wouldn't it be better to use KDE 5.12 instead for the next release since it is LTS and will get security and defect fixes. Currently the barrier of entry for a Debian stable upload is proportional to the diff size, as it needs to be thoroughly reviewed. Thus cherry picking an important change is easier than trying to track a kde lts version (which usually includes hundreds of changes). So, while it makes sense to have an lts version is stable, in practice is about the same. In particular, plasma 5.13 and frameworks 5.49 include fixes to better support qt 5.11 which are not present in frameworks 5.42 and plasma 5.12, and we plan to keep updating plasma and frameworks till january (so buster should include 5.14.5). At the same time, 5.12 stops receiving updates when 5.16 gets released (probably jun next year) so the support for 5.12 during buster cycle is almost non overlapping. Happy hacking, -- "If a million people believe a foolish thing, it is still a foolish thing." -- France's Rule of Folly Saludos /\/\ /\ >< `/ signature.asc Description: PGP signature
Packaging the Elisa music player
Dear Qt-KDE list, I’ve prepared the package for the (relatively new) Elisa music player that you can find at [0]. As it uses Qt/KDE technologies and targets good integration with Plasma, I think it makes sense to package it under the debian-qt-kde umbrella. Having little experience with KDE packaging I wish one of you could have a look at the package and confirm it’s done in a way that matches the team’s practices and give me some feedback. [0] https://salsa.debian.org/qt-kde-team/extras/elisa Thanks ! -- Aurélien
Re: Packaging the Elisa music player
Le 21/08/2018 à 12:47, Aurélien COUDERC a écrit : > Dear Qt-KDE list, > > I’ve prepared the package for the (relatively new) Elisa music player that you > can find at [0]. > As it uses Qt/KDE technologies and targets good integration with Plasma, I > think it makes sense to package it under the debian-qt-kde umbrella. > > Having little experience with KDE packaging I wish one of you could have a > look > at the package and confirm it’s done in a way that matches the team’s > practices > and give me some feedback. > > > [0] https://salsa.debian.org/qt-kde-team/extras/elisa I should have mentioned that I’ve raised a couple of issues to the upstream developers at [1] and that they look very supportive ! [1] https://mail.kde.org/pipermail/elisa/2018-August/thread.html Best, -- Aurélien
Bug#906788: [kate] Kate crashes on Projects > GoTo
Hello Synthea, just tried to reproduce the crash. One note first, if you follow the advice in the following link the backtrace could be much more meaningful for the maintainer when at least for the crashing application, better for all the shared objects in the backtrace the debugging symbols are installed. https://wiki.debian.org/HowToGetABacktrace I was able to reproduce the issue by following these steps: - Start kate - Save the current file or open an existing one - Menu Projects - Go To Thread 1 "kate" received signal SIGSEGV, Segmentation fault. QStackedWidget::currentWidget (this=0x61006c0070002f) at widgets/qstackedwidget.cpp:231 231 widgets/qstackedwidget.cpp: Datei oder Verzeichnis nicht gefunden. (gdb) bt #0 QStackedWidget::currentWidget (this=0x61006c0070002f) at widgets/qstackedwidget.cpp:231 #1 0x7fffe0f4cad4 in KateProjectPluginView::slotProjectIndex (this=0x55a56260) at ./addons/project/kateprojectpluginview.cpp:499 #2 0x7fffe0f69e55 in KateProjectPluginView::qt_static_metacall (_o=, _c=, _id=, _a=) at ./obj-x86_64-linux-gnu/addons/project/kateprojectplugin_automoc.dir/moc_kateprojectplu_NJKBYJVJBCTYAZ.cpp:170 #3 0x73c295e9 in QMetaObject::activate (sender=sender@entry=0x55a536b0, signalOffset=, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffd340) at kernel/qobject.cpp:3740 #4 0x73c29f07 in QMetaObject::activate (sender=sender@entry=0x55a536b0, m=m@entry=0x74e89f60 , local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffd340) at kernel/qobject.cpp:3602 #5 0x749aa1c2 in QAction::triggered (this=this@entry=0x55a536b0, _t1=) at .moc/moc_qaction.cpp:369 #6 0x749acbb0 in QAction::activate (this=0x55a536b0, event=) at kernel/qaction.cpp:1170 #7 0x74b1c1ca in QMenuPrivate::activateCausedStack (this=this@entry=0x55a86c90, causedStack=..., action=action@entry=0x55a536b0, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1140 #8 0x74b23854 in QMenuPrivate::activateAction (this=this@entry=0x55a86c90, action=action@entry=0x55a536b0, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1217 #9 0x74b24826 in QMenu::mouseReleaseEvent (this=, e=0x7fffd990) at widgets/qmenu.cpp:2680 #10 0x749f8278 in QWidget::event (this=this@entry=0x55a460d0, event=event@entry=0x7fffd990) at kernel/qwidget.cpp:9161 #11 0x74b26b53 in QMenu::event (this=0x55a460d0, e=0x7fffd990) at widgets/qmenu.cpp:2799 #12 0x749b0b8c in QApplicationPrivate::notify_helper (this=, receiver=0x55a460d0, e=0x7fffd990) at kernel/qapplication.cpp:3799 #13 0x749b91fd in QApplication::notify (this=, receiver=0x55a460d0, e=0x7fffd990) at kernel/qapplication.cpp:3273 #14 0x73bfd9e0 in QCoreApplication::notifyInternal2 (receiver=receiver@entry=0x55a460d0, event=event@entry=0x7fffd990) at kernel/qcoreapplication.cpp:988 #15 0x749b78ad in QCoreApplication::sendEvent (event=, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231 #16 QApplicationPrivate::sendMouseEvent (receiver=receiver@entry=0x55a460d0, event=event@entry=0x7fffd990, alienWidget=0x0, alienWidget@entry=0x55a460d0, nativeWidget=0x55a460d0, buttonDown=buttonDown@entry=0x74eb8cb0 , lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:2771 #17 0x74a12d16 in QWidgetWindow::handleMouseEvent (this=this@entry=0x55ab9370, event=event@entry=0x7fffddb0) at kernel/qwidgetwindow.cpp:511 #18 0x74a15313 in QWidgetWindow::event (this=0x55ab9370, event=0x7fffddb0) at kernel/qwidgetwindow.cpp:239 #19 0x749b0b8c in QApplicationPrivate::notify_helper (this=, receiver=0x55ab9370, e=0x7fffddb0) at kernel/qapplication.cpp:3799 #20 0x749b8341 in QApplication::notify (this=0x7fffe420, receiver=0x55ab9370, e=0x7fffddb0) at kernel/qapplication.cpp:3556 #21 0x73bfd9e0 in QCoreApplication::notifyInternal2 (receiver=receiver@entry=0x55ab9370, event=event@entry=0x7fffddb0) at kernel/qcoreapplication.cpp:988 #22 0x74415b03 in QCoreApplication::sendSpontaneousEvent (event=0x7fffddb0, receiver=0x55ab9370) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234 #23 QGuiApplicationPrivate::processMouseEvent (e=0x55d6b1e0) at kernel/qguiapplication.cpp:1903 #24 0x74417685 in QGuiApplicationPrivate::processWindowSystemEvent (e=e@entry=0x55d6b1e0) at kernel/qguiapplication.cpp:1687 #25 0x743f561b in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at kernel/qwindowsysteminterface.cpp:659 #26 0x7fffe4eb64c0 in userEventSourceDispatch (source=) at eventdispatchers/qeventdispatcher_glib.cpp:76 #27 0x7fffee3917f7 in g_main_dispatch (context=0x7fffd
kdevelop-php_5.2.4-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 21 Aug 2018 22:31:52 +0200 Source: kdevelop-php Binary: kdevelop-php kdevelop-php-l10n Architecture: source Version: 5.2.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Pino Toscano Description: kdevelop-php - PHP plugin for KDevelop kdevelop-php-l10n - localization files for KDevelop PHP plugin Changes: kdevelop-php (5.2.4-1) unstable; urgency=medium . * Team upload. * New upstream release. * Bump the kdevelop-dev build dependency to 5.2.4, as indicated by the upstream build system. * Bump Standards-Version to 4.2.0, no changes required. Checksums-Sha1: 49b629caf87db1a50ba775dfacfd5cfac59f5c43 2421 kdevelop-php_5.2.4-1.dsc 105983d80df59c580b4d65b482e1be1ac4881f08 685356 kdevelop-php_5.2.4.orig.tar.xz b2b7e18c402e99b6e8af9fedfdaacbeee535aca9 7052 kdevelop-php_5.2.4-1.debian.tar.xz a646fff2bb7eca18e5649464cc8e6fe878f7cf09 19942 kdevelop-php_5.2.4-1_source.buildinfo Checksums-Sha256: 1a79a193a3e2463a982da0bf6ed4b4e2aa9b5ad90bbc6566bcd6bffec9ded0d8 2421 kdevelop-php_5.2.4-1.dsc 47891ab1b8dfc0a686ff37435e7781eebf2236bf8b52d85987cfbba618bf454a 685356 kdevelop-php_5.2.4.orig.tar.xz d9e9301e0d0697aca70ec7e70757bf0cbc0394f24e65f50ace0c781a7df8ac59 7052 kdevelop-php_5.2.4-1.debian.tar.xz 2a672afe023befef7c5da81241591a5590c71ea937628c850e2cda26be7a0b8d 19942 kdevelop-php_5.2.4-1_source.buildinfo Files: 351c65897dcdede050faa7b0b38cf8a3 2421 devel optional kdevelop-php_5.2.4-1.dsc 5e10012b599dad761f4898f78a5ec246 685356 devel optional kdevelop-php_5.2.4.orig.tar.xz 8107342c09136fb96cab02b20cf25fa3 7052 devel optional kdevelop-php_5.2.4-1.debian.tar.xz 02a3f1eaf09a5789bdd8d26ba6d8c608 19942 devel optional kdevelop-php_5.2.4-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAlt8duYACgkQLRkciEOx P025fA//WTk3pG9HwA9PG5RgIPOggF4xMQCn2f50j2dLvbeflkPhAu+hYG7MmKtQ qp4BCMmgf/FL8+8k3iF7QB5oWUqrth+HS5pM+JwqVJzJ96nRoHBRsIBpcw/0lu9Z Sq7VBLtvfQCyakx69LFwLzHUK7/ahpmbWsMZbb0DdVhBRy2dIO+U9aVSHmcgRxtu qHY3UIHYDTs39Gp+yEcimHKqHbr7ux9rwkqkhi13LL6xXzZx1YakFS35FWikqMro jJhIUQnIwBQCmnyMFLw7+TY63tJ5GG4WTKrrDqxJW/jYr2JsAt8VGT7b7yaG7eB+ Dgg9TcmLaBbOvwD8IxkrkevWnMlwhNVuw6B07k0qvGYG4Zbfq5w+YT7i0CT0K4WU HEm3bP86Q9LZ0EZkG519Ht6/vbnCIkAcTBbD4zenIxmpKxSVnGvPjpW17qi2oxaH zuX5FeCxUANCy90wMxu+JiYTjQoJEDx+ROzeYHuGJKkfTJ7OhoVp96rXiD+qb5SN gvfMaIjTTpFyPYm9xDBPd/EKWGpwZUn5zC18knJ+pdYwygapg8EENNvxRrobx5Mc SCGA9h/s4vYf4UKEF5U4tXun0JnahcATOf6XN2pOPOMuY95PB7NDgzJNwnB1m8Wp L/Up4YeGg5/Ovn5KOe+3gtWu6rz0cnbcxFKc1hW00KCCGY0P4ps= =Gwm/ -END PGP SIGNATURE- Thank you for your contribution to Debian.
kdevelop-python_5.2.4-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 21 Aug 2018 22:33:18 +0200 Source: kdevelop-python Binary: kdevelop-python kdevelop-python-data kdevelop-python-l10n Architecture: source Version: 5.2.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Pino Toscano Description: kdevelop-python - Python 3 plugin for KDevelop kdevelop-python-data - Python 3 plugin for KDevelop - data files kdevelop-python-l10n - localization files for KDevelop Python 3 plugin Changes: kdevelop-python (5.2.4-1) unstable; urgency=medium . * New upstream release. * Bump the kdevelop-dev build dependency to 5.2.4, as indicated by the upstream build system. * Bump Standards-Version to 4.2.0, no changes required. Checksums-Sha1: f0179cae810271f861f3d1376cd050f5933ed395 2520 kdevelop-python_5.2.4-1.dsc d0563b784cde552afc20da48ba68a65fcedcad8e 1073172 kdevelop-python_5.2.4.orig.tar.xz 339b448a1da1121421c2660a95e7dcd02720f020 6572 kdevelop-python_5.2.4-1.debian.tar.xz 58a30f03d52d1cdac0d55fe39a8c0dc96d0f1c84 20116 kdevelop-python_5.2.4-1_source.buildinfo Checksums-Sha256: 064cba03bff43336d26c9f31a4fef7bae59b006c182e065c45ab3f0b6f04caf3 2520 kdevelop-python_5.2.4-1.dsc 45394fac8fd6cef6d5dfd310afb6184f71660dbcffeaa7de121f04da2e293eba 1073172 kdevelop-python_5.2.4.orig.tar.xz 19916f830ef21b1893e4dccda83bc0e8b13b0142f784ee82216dffc6eace2847 6572 kdevelop-python_5.2.4-1.debian.tar.xz 2cd931202744997cd563afbb6ee63195e53142303df2a8213aca878d1d0b0ed8 20116 kdevelop-python_5.2.4-1_source.buildinfo Files: 131b0327362fa28a6fe0c0f0486ca45e 2520 devel optional kdevelop-python_5.2.4-1.dsc c0f91f44c6e3e1d2acc25a8c0de9871d 1073172 devel optional kdevelop-python_5.2.4.orig.tar.xz 97df3211b31cc97f6d7c9a0741620a84 6572 devel optional kdevelop-python_5.2.4-1.debian.tar.xz 8b454495bc0fcec73b293021d5069ed0 20116 devel optional kdevelop-python_5.2.4-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAlt8dzAACgkQLRkciEOx P00Tjg//Y09g/z16rcqQIDbYQDw5+2fGDXzScSaVuAv61blllm5FVGoc1wtKnKB/ D+GZplGfL1fpEOz8apx0RLtdoaa+ua/LWgHdHuQyyzO9a6qEr5gZxDzlJCgPeyMy exkDM2WgV6eSUdg8cOYwHYBYDBJ0tzrGWz0ZYB4SedAqEs2hQCP9jDutLx4NNvwO BJA1s8OxCeRoq77xt7JsoENpJ32+h3+xw9wiAKwitRDRSJNkrSvcNMxy1Cz3zU+a XzQuhobwSoo+NPsCpXuxyLMnBkAjEWWBgdNDeNPgDDH5k3FrCtkrNiVO3Nsfnei8 lWGQRQzMHFYw2Hc1pXr9QyJsBG7r/94V16IEPfYfEVOrj/BBJO98YqEHFilk2JQI HCq8cnRo9Uec6bz6/Rf8ofbvRY8IT7RgesFK9CuoKC1SXnlu7ZxbHpJOuKf+J5Gh 8Lmqzq7EQABTjT+RoRw2VFhqbnCQgoHl6QKQwTDJhZqITHSucKcQX9nGyWubG9D9 G/XAIom53jEZqv/Zq/rnu5Q01gSpxESFQMoFr3h+r5n51eYUkt8/BOiFUbRQowf5 OrRN+p7coNsXX4NeIFEn6mclhqa7NF/nP5ijPbBXJLhHanLnZnlvPzlpMxCNs2XH KkY55hfRDoQ3ThG6fJNrIvR7xtmlUzI6tf6kEXh9Yq6eACnphJY= =2cZw -END PGP SIGNATURE- Thank you for your contribution to Debian.
kdevelop_5.2.4-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 21 Aug 2018 22:29:33 +0200 Source: kdevelop Binary: kdevelop52-libs kdevelop kdevelop-data kdevelop-dev kdevelop-l10n plasma-kdevelop kdevplatform-dev kdevplatform-l10n Architecture: source Version: 4:5.2.4-1 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Pino Toscano Description: kdevelop - integrated development environment for C/C++ and other languages kdevelop-data - data files for the KDevelop IDE kdevelop-dev - development files for the KDevelop IDE kdevelop-l10n - localization files for the KDevelop IDE kdevelop52-libs - shared libraries for the KDevelop platform kdevplatform-dev - transitional package for kdevelop-dev kdevplatform-l10n - transitional package for kdevelop-l10n plasma-kdevelop - KDevelop plugins for Plasma Changes: kdevelop (4:5.2.4-1) unstable; urgency=medium . * Team upload. * New upstream release. * Bump Standards-Version to 4.2.0, no changes required. Checksums-Sha1: 82db4b500f3f5c81cfdef451923a815f8cf994df 3932 kdevelop_5.2.4-1.dsc 2ae954f65d12df2834d8bf7e68f8e343676c80a1 6647172 kdevelop_5.2.4.orig.tar.xz f53101cfa7e9b02ebfc60da9c11d8c7fced11dc7 25260 kdevelop_5.2.4-1.debian.tar.xz 85151c5767045647aee0297e91d6ad6d149658f9 22914 kdevelop_5.2.4-1_source.buildinfo Checksums-Sha256: a81abf5995240c6f476d5a1c0d21fdbf9e31a8c6babe57fbb64e968a8536e8c6 3932 kdevelop_5.2.4-1.dsc 2c3ee424da6b0df06bea48db28abb9a00be9601a5494f026f9cbe704edd173c9 6647172 kdevelop_5.2.4.orig.tar.xz b082d32b8c44ffaa2cdf69c4d7b1ab0e0bda0a4902cb5ea9f0e664ab9c09c3cd 25260 kdevelop_5.2.4-1.debian.tar.xz 856baf2dd463e80c741dab0e8b663a96a6622fa7c194fb3cc6901c33fc84678c 22914 kdevelop_5.2.4-1_source.buildinfo Files: a5e348f4f292a200829207e5c64dd35c 3932 devel optional kdevelop_5.2.4-1.dsc 41ae552c13ac145ac491ca2279f3916b 6647172 devel optional kdevelop_5.2.4.orig.tar.xz 9e3264a0ff591c7c2014dd9329bb4178 25260 devel optional kdevelop_5.2.4-1.debian.tar.xz 46dc8d2fa8082212bb288ce8833a5ec4 22914 devel optional kdevelop_5.2.4-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAlt8dnoACgkQLRkciEOx P0264A/+J2nd/vlPfNkW+58WqtFLVc0z9AxKZNoETxUtZWdo54TUdbGC81ozWXyQ 01fV2k0qC6BQUcKDDyA99IpR46lmNjAAFKPrM9qPF4agtf6vdOHdePksvCXpWz1K MHgbswoibOxUTFEzBFRf0srK+JcX9icu26/CCHrXwW1RHdyjPRb5fWBbF2M+cCC0 pcA1j4JsVGrb/SBWXb+iUvpO2yiLx72YJxf3ILn+8uIj4UFBJjIaXBt1K6Wpn3IU YVsP4q/x1sxI6x+HIxq4xdo1LLV0fM+m/qV3Wy7RpkkATQC2Me7jbNhqj7SXfVqM BGzpm6mXv1pYSO5oYggIeyJ+aWsAEJ3QIrvZRsMJmVFDI70mD678lES0IqvPCUMb 5OzhwZFwCV6lb3cEIhjn2sGwIgwgSSn+eWERRF0fSdOL0P6sx4L7V+CM2tSZirwX mNP0yknfNPOM51SB11zw4A1QdESgQM4ctyOBh9CfygPexlAIuw3SFrzjhRMtB7n/ KgiOOalfgiIc5pi02e22Js5EFFXsQRQVAVtnck+1AjpsvxHm+PrdBxdtfcwBAGyQ se5jmcB/PKgUk2HtunQvvMTprYr2GBuwOwSQJUVBhEiVoBBdxos6ntSbnWXKmoeU RpaDcKT26GO82THNu3K7y4RkHv/9Ui7LpWrqVNAbOhzIYaIjeCo= =XbUK -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of kdevelop_5.2.4-1_source.changes
kdevelop_5.2.4-1_source.changes uploaded successfully to localhost along with the files: kdevelop_5.2.4-1.dsc kdevelop_5.2.4.orig.tar.xz kdevelop_5.2.4-1.debian.tar.xz kdevelop_5.2.4-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of kdevelop-python_5.2.4-1_source.changes
kdevelop-python_5.2.4-1_source.changes uploaded successfully to localhost along with the files: kdevelop-python_5.2.4-1.dsc kdevelop-python_5.2.4.orig.tar.xz kdevelop-python_5.2.4-1.debian.tar.xz kdevelop-python_5.2.4-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of kdevelop-php_5.2.4-1_source.changes
kdevelop-php_5.2.4-1_source.changes uploaded successfully to localhost along with the files: kdevelop-php_5.2.4-1.dsc kdevelop-php_5.2.4.orig.tar.xz kdevelop-php_5.2.4-1.debian.tar.xz kdevelop-php_5.2.4-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)