Bug#886557: was not a BUG
Dear maintainer, As suspected doing System Settings → Display and Monitor → Display Configuration → Scale Display =1 in KDE Restores back a neat system Sorry for the noise, Regards, Laurent
Bug#886557: marked as done (okular: Poor rendering)
Your message dated Sun, 14 Jan 2018 19:12:16 +0100 with message-id <4512447.5hU5gd3FpP@pendragon> and subject line Re: Bug#886557: was not a BUG has caused the Debian Bug report #886557, regarding okular: Poor rendering 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 ow...@bugs.debian.org immediately.) -- 886557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886557 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: okular Version: 4:17.08.3-2 Severity: important Tags: upstream Dear Maintainer, Since last update of my system (buster/sid) the rendering of Okular is getting pretty ugly. Letters look "pixelised". It looks like a resolution problem : If I zoom the pixelation is still there but represents a lower relative size with respect to the size of the letter. It is specific to okular since evince or other are not concerned. -- System Information: Debian Release: buster/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages okular depends on: ii kio 5.37.0-2 ii libc62.26-2 ii libfreetype6 2.8.1-1 ii libjpeg62-turbo 1:1.5.2-2+b1 ii libkf5activities55.37.0-2 ii libkf5archive5 5.37.0-2 ii libkf5bookmarks5 5.37.0-2 ii libkf5codecs55.37.0-2 ii libkf5completion55.37.0-2 ii libkf5configcore55.37.0-2 ii libkf5configgui5 5.37.0-2 ii libkf5configwidgets5 5.37.0-2 ii libkf5coreaddons55.37.0-2 ii libkf5i18n5 5.37.0-2 ii libkf5iconthemes55.37.0-2 ii libkf5itemviews5 5.37.0-2 ii libkf5jobwidgets55.37.0-2 ii libkf5kexiv2-15.0.0 17.08.3-1 ii libkf5kiocore5 5.37.0-2 ii libkf5kiowidgets55.37.0-2 ii libkf5parts5 5.37.0-2 ii libkf5pty5 5.37.0-2 ii libkf5service-bin5.37.0-2 ii libkf5service5 5.37.0-2 ii libkf5textwidgets5 5.37.0-2 ii libkf5wallet-bin 5.37.0-2 ii libkf5wallet55.37.0-2 ii libkf5widgetsaddons5 5.37.0-2 ii libkf5windowsystem5 5.37.0-2 ii libkf5xmlgui55.37.0-2 ii libokular5core7 4:17.08.3-2 ii libphonon4qt5-4 4:4.9.1-3 ii libpoppler-qt5-1 0.61.1-2 ii libqca-qt5-2 2.1.3-1 ii libqmobipocket2 4:17.08.3-2 ii libqt5core5a 5.9.2+dfsg-6 ii libqt5dbus5 5.9.2+dfsg-6 ii libqt5gui5 5.9.2+dfsg-6 ii libqt5printsupport5 5.9.2+dfsg-6 ii libqt5qml5 5.9.2-3 ii libqt5quick5 5.9.2-3 ii libqt5svg5 5.9.2-3 ii libqt5widgets5 5.9.2+dfsg-6 ii libqt5xml5 5.9.2+dfsg-6 ii libspectre1 0.2.8-1 ii libstdc++6 7.2.0-18 ii phonon4qt5 4:4.9.1-3 ii qml-module-org-kde-kirigami 1.1.0-2 ii qml-module-org-kde-kquickcontrolsaddons 5.37.0-2+b1 ii qml-module-qt-labs-folderlistmodel 5.9.2-3 ii qml-module-qtgraphicaleffects5.9.2-2 ii qml-module-qtquick-controls 5.9.2-2 ii zlib1g 1:1.2.8.dfsg-5 Versions of packages okular recommends: ii cups-bsd 2.2.6-4 Versions of packages okular suggests: ii ghostscript9.22~dfsg-1 ii jovie 4:16.08.0-1+b1 ii okular-extra-backends 4:17.08.3-2 ii poppler-data 0.4.8-2 ii texlive-binaries 2017.20170613.44572-8 pn unrar -- no debconf information --- End Message --- --- Be
Bug#887308: mark kpackagetool5 Multi-Arch: foreign
Package: kpackagetool5 Version: 5.37.0-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap Control: affects -1 + src:kate kate fails to cross build from source, because running kpackagetool5 fails: | CMake Warning at /usr/lib/mips-linux-gnu/cmake/KF5Package/KF5PackageMacros.cmake:58 (message): | couldn't generate metainfo for org.kde.plasma.katesessions: | /usr/bin/kpackagetool5: 1: /usr/bin/kpackagetool5: Syntax error: "(" | unexpected Some shell is trying to run the foreign ELF binary as a shell script and fails. Unfortunately, it doesn't give the more useful "Exec format error". Also cmake doesn't trap this error (which arguably is a policy 4.6 violation), so you don't notice the failure until the end of the build when some file is missing (or you don't notice it at all). If kpackagetool5 needs to be run, it needs to be installed for the build architecture. The easy way of doing so is marking it "Multi-Arch: foreign". The major remaining question is: Is such a marking correct? That's difficult to answer unless you know what kpackagetool5 does. I don't know what it does and the manual page is not very ... descriptive. I looked around and as far as I can see, it deals with text formats such as xml and json, but not with binary formats. If it was dealing with binary formats, the question would be whether such formats are architecture-dependent (e.g. endianess). I hope my cursory look is sufficient here and ask you to review it. If it is, the attached patch likely makes kate (and a pile more packages) cross build. If in doubt, don't just apply my patch but help me better understand kpackagetool5. Helmut diff --minimal -Nru kpackage-5.37.0/debian/changelog kpackage-5.37.0/debian/changelog --- kpackage-5.37.0/debian/changelog2017-09-03 09:58:36.0 +0200 +++ kpackage-5.37.0/debian/changelog2018-01-14 20:54:34.0 +0100 @@ -1,3 +1,11 @@ +kpackage (5.37.0-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark kpackagetool5 Multi-Arch: foreign. (Closes: #-1) + * Mark libkf5package-dev Multi-Arch: same. + + -- Helmut Grohne Sun, 14 Jan 2018 20:54:34 +0100 + kpackage (5.37.0-2) sid; urgency=medium * New revision diff --minimal -Nru kpackage-5.37.0/debian/control kpackage-5.37.0/debian/control --- kpackage-5.37.0/debian/control 2017-09-03 09:58:36.0 +0200 +++ kpackage-5.37.0/debian/control 2018-01-14 20:54:32.0 +0100 @@ -25,6 +25,7 @@ Package: kpackagetool5 Section: kde Architecture: any +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: kpackagelauncherqml (<< 5.37), libkf5declarative5 (<< 5.37), @@ -57,6 +58,7 @@ Package: libkf5package-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: kpackagetool5 (= ${binary:Version}), libkf5coreaddons-dev (>= 5.37.0~), libkf5package5 (= ${binary:Version}),
Processed: mark kpackagetool5 Multi-Arch: foreign
Processing control commands: > affects -1 + src:kate Bug #887308 [kpackagetool5] mark kpackagetool5 Multi-Arch: foreign Added indication that 887308 affects src:kate -- 887308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887308 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#887314: mark libkf5sane-data Multi-Arch: foreign
Package: libkf5sane-data Version: 17.08.3-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap Control: affects -1 + src:digikam src:skanlite src:tellico src:kolourpaint The affected packages cannot satisfy their cross Build-Depends, because their transitive dependency on libkf5sane-data is unsatisfiable. In general, Architecture: all packages can never satisfy cross build dependencies unless marked Multi-Arch: foreign. In this case, such a marking is correct, because libkf5sane-data is a dependency-less, maintainerscript-less data package. Please consider applying the attached patch. Helmut diff --minimal -Nru libkf5sane-17.08.3/debian/changelog libkf5sane-17.08.3/debian/changelog --- libkf5sane-17.08.3/debian/changelog 2017-12-09 09:40:51.0 +0100 +++ libkf5sane-17.08.3/debian/changelog 2018-01-14 21:46:24.0 +0100 @@ -1,3 +1,11 @@ +libkf5sane (17.08.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark libkf5sane-data Multi-Arch: foreign. (Closes: #-1) + * Mark libkf5sane{5,-dev} Multi-Arch: same. + + -- Helmut Grohne Sun, 14 Jan 2018 21:46:24 +0100 + libkf5sane (17.08.3-1) unstable; urgency=medium * Team upload. diff --minimal -Nru libkf5sane-17.08.3/debian/control libkf5sane-17.08.3/debian/control --- libkf5sane-17.08.3/debian/control 2017-12-09 09:40:35.0 +0100 +++ libkf5sane-17.08.3/debian/control 2018-01-14 21:46:22.0 +0100 @@ -22,6 +22,7 @@ Package: libkf5sane-data Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends} Breaks: libksane-data, ${kde-l10n:all} Replaces: libksane-data, ${kde-l10n:all} @@ -34,6 +35,7 @@ Package: libkf5sane-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: libkf5sane5 (= ${binary:Version}), qtbase5-dev (>= 5.2.0~), ${misc:Depends}, @@ -45,6 +47,7 @@ Package: libkf5sane5 Architecture: any +Multi-Arch: same Depends: libkf5sane-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends},
Processed: mark libkf5sane-data Multi-Arch: foreign
Processing control commands: > affects -1 + src:digikam src:skanlite src:tellico src:kolourpaint Bug #887314 [libkf5sane-data] mark libkf5sane-data Multi-Arch: foreign Added indication that 887314 affects src:digikam, src:skanlite, src:tellico, and src:kolourpaint -- 887314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887314 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processing of plasma-discover_5.11.5-1_amd64.changes
plasma-discover_5.11.5-1_amd64.changes uploaded successfully to localhost along with the files: plasma-discover_5.11.5-1.dsc plasma-discover_5.11.5.orig.tar.xz plasma-discover_5.11.5-1.debian.tar.xz plasma-discover-backend-flatpak-dbgsym_5.11.5-1_amd64.deb plasma-discover-backend-flatpak_5.11.5-1_amd64.deb plasma-discover-backend-snap-dbgsym_5.11.5-1_amd64.deb plasma-discover-backend-snap_5.11.5-1_amd64.deb plasma-discover-common_5.11.5-1_all.deb plasma-discover-dbgsym_5.11.5-1_amd64.deb plasma-discover_5.11.5-1_amd64.buildinfo plasma-discover_5.11.5-1_amd64.deb Greetings, Your Debian queue daemon (running on host usper.debian.org)
plasma-discover_5.11.5-1_amd64.changes REJECTED
plasma-discover-backend-flatpak: lintian output: 'missing-dependency-on-libc needed by usr/lib/x86_64-linux-gnu/qt5/plugins/discover-notifier/FlatpakNotifier.so and 1 others', automatically rejected package. plasma-discover-backend-flatpak: If you have a good reason, you may override this lintian tag. plasma-discover-backend-snap: lintian output: 'missing-dependency-on-libc needed by usr/lib/x86_64-linux-gnu/libexec/discover/SnapMacaroonDialog and 2 others', automatically rejected package. plasma-discover-backend-snap: If you have a good reason, you may override this lintian tag. binary:plasma-discover-backend-flatpak is NEW. binary:plasma-discover-backend-snap is NEW. binary:plasma-discover-backend-snap is NEW. binary:plasma-discover-backend-flatpak is NEW. === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns.
Processing of plasma-discover_5.11.5-1_amd64.changes
plasma-discover_5.11.5-1_amd64.changes uploaded successfully to localhost along with the files: plasma-discover_5.11.5-1.dsc plasma-discover_5.11.5.orig.tar.xz plasma-discover_5.11.5-1.debian.tar.xz plasma-discover-backend-flatpak-dbgsym_5.11.5-1_amd64.deb plasma-discover-backend-flatpak_5.11.5-1_amd64.deb plasma-discover-backend-snap-dbgsym_5.11.5-1_amd64.deb plasma-discover-backend-snap_5.11.5-1_amd64.deb plasma-discover-common_5.11.5-1_all.deb plasma-discover-dbgsym_5.11.5-1_amd64.deb plasma-discover_5.11.5-1_amd64.buildinfo plasma-discover_5.11.5-1_amd64.deb Greetings, Your Debian queue daemon (running on host usper.debian.org)
plasma-discover_5.11.5-1_amd64.changes is NEW
binary:plasma-discover-backend-flatpak is NEW. binary:plasma-discover-backend-snap is NEW. binary:plasma-discover-backend-snap is NEW. binary:plasma-discover-backend-flatpak is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Packages are routinely processed through to the archive, and do feel free to browse the NEW queue[1]. If there is an issue with the upload, you will receive an email from a member of the ftpteam. If you have any questions, you may reply to this email. [1]: https://ftp-master.debian.org/new.html or https://ftp-master.debian.org/backports-new.html for *-backports