Re: Updating Flask to 3.x?
Hi, > So we mainly have basically two packages left, I might will find some > time and look again into onionshare. > ironic-inspector is maintained by the Openstack maintainers and I'm not > familiar enough to check if a newer version would fix the current test > issues. Me as maintainer of onionshare got notice about this discussion here by a sidechannel. It would have made things a lot easier to me to spot the issue that onionshare is not ready for flask 3.x, if you had open a bugreport against onionshare in December. I tried to package the upcoming version 2.6.1~dev1, where they switched to flask 3.x already, but unfortunatelly they switched from PySide2->PySide6 too. And PySide6 is not packaged yet for Debian :( Pushkar opened a bugreport yesterday and also summitted a MR. I merged it and summitted a fixed version on experimental to test against Flask 3.x: * https://bugs.debian.org/1061360 * https://salsa.debian.org/pkg-privacy-team/onionshare/-/merge_requests/3 Regards, hefee signature.asc Description: This is a digitally signed message part.
Re: electrum: How to enable autopkgtest?
Hey, > Looking at things more deeply, the underlying cause is that the upstream > source contains GUI environments for both Linux (Qt) and Android (QML). In > the build environment, all these files are present (this was the key I was > missing). But, in the Debian package, the QML files have been removed > (because they aren’t needed). I'm wondering, if the QML GUI is really only usable on Android. Did you checked, that it is really not usable on a Desktop? If the QML GUI is optimized for phones, that may still be interesting for Mobian ( Debian for mobile devices). I did a fast code check and at least the QML Gui uses Qt 6, the Qt Widget Gui used the old Qt 5 ( that has EOL since May 2023). If you include the QML GUI you properly want to use debhelper-sequence- qmldeps to detect QML depdenencies in the qml files. Me created dh_qmldeps the last weeks, as more and more Qt based apps using qml. Regards, hefee signature.asc Description: This is a digitally signed message part.