Bug#950127: pyside2 fails all autopkg tests
Package: pyside2 Followup-For: Bug #950127 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch These tests fail because the test dependencies are always buggy when there is more than one supported version of python in the archive; the tests invoke py3versions to enumerate the versions of python to test against, but there is no test dependency on python3-all, so no version of python other than the default python3 is guaranteed to be installed. The attached patch should fix this; I've uploaded this change to Ubuntu. Please consider including it in Debian as well. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org diff -Nru pyside2-5.14.0/debian/control pyside2-5.14.0/debian/control --- pyside2-5.14.0/debian/control 2020-02-10 16:13:30.0 -0800 +++ pyside2-5.14.0/debian/control 2020-02-17 16:43:21.0 -0800 @@ -1,8 +1,7 @@ Source: pyside2 Section: python Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Maintainer: Debian Qt/KDE Maintainers Uploaders: Sophie Brun , Raphaël Hertzog , Sebastien Delafond diff -Nru pyside2-5.14.0/debian/tests/control pyside2-5.14.0/debian/tests/control --- pyside2-5.14.0/debian/tests/control 2020-02-10 16:13:08.0 -0800 +++ pyside2-5.14.0/debian/tests/control 2020-02-17 16:43:21.0 -0800 @@ -1,156 +1,156 @@ Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtcore PySide2.QtCore -Depends: python3-pyside2.qtcore +Depends: python3-pyside2.qtcore, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtwidgets PySide2.QtWidgets -Depends: python3-pyside2.qtwidgets +Depends: python3-pyside2.qtwidgets, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qt3drender PySide2.Qt3DRender -Depends: python3-pyside2.qt3drender +Depends: python3-pyside2.qt3drender, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtquick PySide2.QtQuick -Depends: python3-pyside2.qtquick +Depends: python3-pyside2.qtquick, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtpositioning PySide2.QtPositioning -Depends: python3-pyside2.qtpositioning +Depends: python3-pyside2.qtpositioning, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtx11extras PySide2.QtX11Extras -Depends: python3-pyside2.qtx11extras +Depends: python3-pyside2.qtx11extras, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtqml PySide2.QtQml -Depends: python3-pyside2.qtqml +Depends: python3-pyside2.qtqml, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtwebenginecore PySide2.QtWebEngineCore -Depends: python3-pyside2.qtwebenginecore +Depends: python3-pyside2.qtwebenginecore, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qttexttospeech PySide2.QtTextToSpeech -Depends: python3-pyside2.qttexttospeech +Depends: python3-pyside2.qttexttospeech, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qthelp PySide2.QtHelp -Depends: python3-pyside2.qthelp +Depends: python3-pyside2.qthelp, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtscripttools PySide2.QtScriptTools -Depends: python3-pyside2.qtscripttools +Depends: python3-pyside2.qtscripttools, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtnetwork PySide2.QtNetwork -Depends: python3-pyside2.qtnetwork +Depends: python3-pyside2.qtnetwork, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtmultimediawidgets PySide2.QtMultimediaWidgets -Depends: python3-pyside2.qtmultimediawidgets +Depends: python3-pyside2.qtmultimediawidgets, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qtlocation PySide2.QtLocation -Depends: python3-pyside2.qtlocation +Depends: python3-pyside2.qtlocation, python3-all Restrictions: allow-stderr, superficial Test-Command: debian/tests/test_install_python3.sh python3-pyside2.qt3dlogic PySide2.Qt3DLogic -Dep
qtbase-opensource-src_5.14.1+dfsg-3_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 18 Feb 2020 00:26:25 +0300 Source: qtbase-opensource-src Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme qt5-xdgdesktopportal-platformtheme libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc qtbase5-doc-html qtbase5-doc-dev Architecture: source Version: 5.14.1+dfsg-3 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Dmitry Shachnev Description: libqt5concurrent5 - Qt 5 concurrent module libqt5core5a - Qt 5 core module libqt5dbus5 - Qt 5 D-Bus module libqt5gui5 - Qt 5 GUI module libqt5network5 - Qt 5 network module libqt5opengl5 - Qt 5 OpenGL module libqt5opengl5-dev - Qt 5 OpenGL library development files libqt5printsupport5 - Qt 5 print support module libqt5sql5 - Qt 5 SQL module libqt5sql5-ibase - Qt 5 Firebird database driver libqt5sql5-mysql - Qt 5 MySQL database driver libqt5sql5-odbc - Qt 5 ODBC database driver libqt5sql5-psql - Qt 5 PostgreSQL database driver libqt5sql5-sqlite - Qt 5 SQLite 3 database driver libqt5sql5-tds - Qt 5 FreeTDS database driver libqt5test5 - Qt 5 test module libqt5widgets5 - Qt 5 widgets module libqt5xml5 - Qt 5 XML module qt5-default - Qt 5 development defaults package qt5-flatpak-platformtheme - Qt 5 Flatpak platform theme (transitional package) qt5-gtk-platformtheme - Qt 5 GTK+ 3 platform theme qt5-qmake - Qt 5 qmake Makefile generator tool qt5-qmake-bin - Qt 5 qmake Makefile generator tool — binary file qt5-xdgdesktopportal-platformtheme - Qt 5 XDG Desktop Portal platform theme qtbase5-dev - Qt 5 base development files qtbase5-dev-tools - Qt 5 base development programs qtbase5-doc - Qt 5 base documentation qtbase5-doc-dev - Qt 5 base tags files qtbase5-doc-html - Qt 5 base HTML documentation qtbase5-examples - Qt 5 base examples qtbase5-private-dev - Qt 5 base private development files Changes: qtbase-opensource-src (5.14.1+dfsg-3) experimental; urgency=medium . [ Jonathan Riddell ] * Make qtbase5-private-dev depend upon libfontconfig1-dev as expected by Qt5FontDatabaseSupportConfig.cmake. . [ Dmitry Shachnev ] * Make libmd4c a private dependency of Qt GUI. Checksums-Sha1: 59f55cc693b7cb012638193ff86ae73195b29628 5494 qtbase-opensource-src_5.14.1+dfsg-3.dsc 34e8fe64a1244a68bdc1f6e6c091443726fe 252472 qtbase-opensource-src_5.14.1+dfsg-3.debian.tar.xz 2896ca9ffe243a67ea819736bc535dba159bac84 12216 qtbase-opensource-src_5.14.1+dfsg-3_source.buildinfo Checksums-Sha256: 9705029d97456ee74baa6d1cd0853002a2874dc8575628e8b1c1435c75bb40ab 5494 qtbase-opensource-src_5.14.1+dfsg-3.dsc 2efd20cff4960c962a86d888664450058fea1ba1528122c3f428a477060a9fbc 252472 qtbase-opensource-src_5.14.1+dfsg-3.debian.tar.xz 051b4a12ef8530caa9ca84c8250456c6a49ee798af671221b5ba833ebd5c8ce1 12216 qtbase-opensource-src_5.14.1+dfsg-3_source.buildinfo Files: c404b782dd7b0c414693032443d38eb7 5494 libs optional qtbase-opensource-src_5.14.1+dfsg-3.dsc bdc9b8d2fb31dd1229a8e803251cb37d 252472 libs optional qtbase-opensource-src_5.14.1+dfsg-3.debian.tar.xz 8f74f23a62b804f6391bb7ea6cbd0ec7 12216 libs optional qtbase-opensource-src_5.14.1+dfsg-3_source.buildinfo -BEGIN PGP SIGNATURE- iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl5LBYMTHG1pdHlhNTdA ZGViaWFuLm9yZwAKCRBmRiZbWGuDy+FiD/9uHZVCSaA12M4GUUHN383JaYPxWYLE JM/FEZ9FODl/59oc5h9FpYrIy1W6x7EyGhVCEdH3aV2JdHqzcJwGhINFJPy3isU2 MDVzlpWX+4Ww7wtCfhhs3uh9zfLakGt83NaFlvSfZmRJ52pOxABz15rVJQVFl+RG yrjsOKPSKAH67OKUnYusBCfTh0pi+6s+8aRajX1jxdU2rPOngcNM6fvPn00aMWeU hyCyIxY7zXPXZrA935tJ74DNFNP4KruLZ9YsfFwAXvv7XGtA8mg5o74vBMzrX6oq Ruyqs3s9wRDcbvPGIdrojxRbhF3kU+KmkkHUfocBJHzvpGOOtBSUdV9rkTRDhaAk zxRlknUyoBJ7FWuXpaA/+jiUc2VrWFDgS5tw2joWI0gHgshLNourO2xd7TRYyyq2 +gokbnh+a1+6CIY/Nlb7POq2GVcUuvz1ZEEhnFlI+he6i5g0HooI20I3z3Ds7b0Q hNKTg2D5ZWyednmh10vU42gPwtbhT3MIVwSr/zeAGbdxewreNFhu43OdDOsiJulK Ww9hGHnjEs+XdVieyZI25+y5DlNt2mTfR4xPl+IlwHlGKK2GKIlw98YHSQPsAtOv mTQ5GHuDZqzGy1Q7r4g4VbLSTint7kcJLRb2tZaYiMgPfbWeIaIaeofKlYdVPNMO +Xo9oNH2lQr/og== =G31t -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of qtbase-opensource-src_5.14.1+dfsg-3_source.changes
qtbase-opensource-src_5.14.1+dfsg-3_source.changes uploaded successfully to localhost along with the files: qtbase-opensource-src_5.14.1+dfsg-3.dsc qtbase-opensource-src_5.14.1+dfsg-3.debian.tar.xz qtbase-opensource-src_5.14.1+dfsg-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#951523: dolphin: installing dolphin on xfce is missing a kde component for file transfer
Package: dolphin Version: 4:18.08.0-1 Severity: normal Dear Maintainer, Installing dolpin using xfce as desktop environment on debian 10.3. Copying files do NOT show the file transfer dialog. So you never know when it is done. This is particular bad when copying to a slow USB stick. As the stick might be removed before the transfer is finished, corrupting the file system It seems the problem has been also detected already with Manjaro: https://forum.manjaro.org/t/bug-kde-applications-do-not-pull-in-kuiserver-which-now-is-in-plasma-workspace/69675 Unfortunatlly there is no kuiserver package in debian. Installing the complete plasma-desktop as a workaround pulls in a lot of dependencies filling 1GB of diskspace. Thus only adding this as a dependency might not be the best idea. But I could not figure out which packet is acctually needed. -- System Information: Debian Release: 10.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 5.4.0-0.bpo.3-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages dolphin depends on: ii baloo-kf5 5.54.0-1 ii kinit 5.54.0-1 ii kio5.54.1-1 ii libc6 2.28-10 ii libdolphinvcs5 4:18.08.0-1 ii libkf5baloo5 5.54.0-1 ii libkf5baloowidgets54:18.08.1-1 ii libkf5bookmarks5 5.54.0-1 ii libkf5codecs5 5.54.0-1 ii libkf5completion5 5.54.0-1 ii libkf5configcore5 5.54.0-1+deb10u1 ii libkf5configgui5 5.54.0-1+deb10u1 ii libkf5configwidgets5 5.54.0-1 ii libkf5coreaddons5 5.54.0-1 ii libkf5crash5 5.54.0-1 ii libkf5dbusaddons5 5.54.0-1 ii libkf5filemetadata35.54.0-1 ii libkf5i18n55.54.0-1 ii libkf5iconthemes5 5.54.0-1 ii libkf5itemviews5 5.54.0-1 ii libkf5jobwidgets5 5.54.0-1 ii libkf5kcmutils55.54.0-1 ii libkf5kiocore5 5.54.1-1 ii libkf5kiofilewidgets5 5.54.1-1 ii libkf5kiowidgets5 5.54.1-1 ii libkf5newstuff55.54.0-2 ii libkf5notifications5 5.54.0-1 ii libkf5parts5 5.54.0-1 ii libkf5service-bin 5.54.0-1 ii libkf5service5 5.54.0-1 ii libkf5solid5 5.54.0-1 ii libkf5textwidgets5 5.54.0-1 ii libkf5widgetsaddons5 5.54.0-1 ii libkf5xmlgui5 5.54.0-1 ii libphonon4qt5-44:4.10.2-1 ii libqt5core5a 5.11.3+dfsg1-1+deb10u3 ii libqt5dbus55.11.3+dfsg1-1+deb10u3 ii libqt5gui5 5.11.3+dfsg1-1+deb10u3 ii libqt5widgets5 5.11.3+dfsg1-1+deb10u3 ii libqt5xml5 5.11.3+dfsg1-1+deb10u3 ii libstdc++6 8.3.0-6 ii phonon4qt5 4:4.10.2-1 Versions of packages dolphin recommends: ii kimageformat-plugins 5.54.0-1 ii kio-extras4:18.08.3-1 ii ruby 1:2.5.1 Versions of packages dolphin suggests: pn dolphin-plugins -- no debconf information
qtwebkit-opensource-src_5.212.0~alpha3-7_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 17 Feb 2020 21:55:34 +0300 Source: qtwebkit-opensource-src Binary: libqt5webkit5-dev libqt5webkit5 qml-module-qtwebkit Architecture: source Version: 5.212.0~alpha3-7 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Dmitry Shachnev Description: libqt5webkit5 - Web content engine library for Qt libqt5webkit5-dev - Web content engine library for Qt - development files qml-module-qtwebkit - Qt WebKit QML module Closes: 949488 Changes: qtwebkit-opensource-src (5.212.0~alpha3-7) unstable; urgency=medium . * Do not use Python 2 even if it is present (closes: #949488). * Backport upstream patch to fix build with ICU 65.1. * Bump Standards-Version to 4.5.0, no changes needed. * Update debian/libqt5webkit5.symbols from buildds’ logs (hppa). Checksums-Sha1: 429b6328c721fa660bd2b59e7795bfb815a624fd 3220 qtwebkit-opensource-src_5.212.0~alpha3-7.dsc 0fa8421e6611fc7a122a38571b241a1d0461ec54 72136 qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz f6e46cd5eeb71576bf37491ff0798cc689ab0284 11964 qtwebkit-opensource-src_5.212.0~alpha3-7_source.buildinfo Checksums-Sha256: 1fba863ecc79e710cc649ac481f5f4e1b2173bf5e4ad484f0727d5c6e261166c 3220 qtwebkit-opensource-src_5.212.0~alpha3-7.dsc ba27fcd54cbbb7c757b7495bcbb5305d90a6a1d7dc13cdc4c7fcb75596b2e008 72136 qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz ab07b9366fd3275019acc983a51bc778f1b78c516731dddb613b6e273775a905 11964 qtwebkit-opensource-src_5.212.0~alpha3-7_source.buildinfo Files: d0b7b068bd2916bc49bb9a595f96aa12 3220 libs optional qtwebkit-opensource-src_5.212.0~alpha3-7.dsc 25cc434e06e3dba3209068d5885d6865 72136 libs optional qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz a1f840c34d6aaa427716d9b7083c3158 11964 libs optional qtwebkit-opensource-src_5.212.0~alpha3-7_source.buildinfo -BEGIN PGP SIGNATURE- iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl5K4pgTHG1pdHlhNTdA ZGViaWFuLm9yZwAKCRBmRiZbWGuDyzgzD/wJwch8N3GOMC72ubpOEIfI/3SN2aWr kdHJLOMpGl7pquk0Uzcwye5qXF4vdS/jpPHOZpqRkDcYmR8Y4dYjhUPHq90YY/Dt lpKId6ftsNlxZXCIsdanL04KDk86bYUxeaa+lqicxWT25eAZYA6usgDl3yyEjFkz VfWbnnpiaKVtBQm9TukxouDtu1LINwjgRT2D/Gxyik038lWbpvBC4Yk0EPds+lOP 45ANkTkR1yPMPYubm21W9PQQYIKy2ROgJW4fFcmEPDC4ETrX7vXWnXNqzRx4L7Kf 1dsA1JJRj3no5+Oy7iCiLxcI00i5vfK+ZGTKw4P69kX5XWGu3m5HrIX4v5eqmhoF Uqx3svmt3AArveKpoDOqDVGea8bkokdBMG9LrDVz3Br+D9Qn3IZdojsEqjI9lQMt QnqA/mFN0qA2AKRgFh6sYtouQQUyyjPD91Z0drQqF2PVQOkXyOQyKoa5mP+j90L5 0jgsHAwP1028kGm66q4SMm7AtQXj5akXYX3T7l9IQ+lLPyi0yiTXNPQpF1LVPQJC gEcZojUonw6PdnRsEFarGfP35GO0hw+0uGpEvrNQNS/aP39KVd5FnwvIIuBqk/HE H3/p41GyEJW14G42cwtFgN6XFp/v3AtAHTqOjNqeiUzxlno5+YsoAvt01OD4GFOO BXGQpPkbfcueSw== =DxD3 -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of qtwebkit-opensource-src_5.212.0~alpha3-7_source.changes
qtwebkit-opensource-src_5.212.0~alpha3-7_source.changes uploaded successfully to localhost along with the files: qtwebkit-opensource-src_5.212.0~alpha3-7.dsc qtwebkit-opensource-src_5.212.0~alpha3-7.debian.tar.xz qtwebkit-opensource-src_5.212.0~alpha3-7_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#951519: okular: Annotation inline note does not display certain characters
Package: okular Version: 4:17.12.2-2.2 Severity: normal Dear Maintainer, when one creates an inline note and enters certain national specific characters, such as ě or č, they are not displayed in the rendering of the inline note while they are correctly displayed when editing the inline note. -- System Information: Debian Release: 10.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages okular depends on: ii kinit 5.54.0-1 ii kio 5.54.1-1 ii libc6 2.28-10 ii libfreetype6 2.9.1-3+deb10u1 ii libjpeg62-turbo 1:1.5.2-2+b1 ii libkf5activities5 5.54.0-1 ii libkf5archive55.54.0-1 ii libkf5bookmarks5 5.54.0-1 ii libkf5codecs5 5.54.0-1 ii libkf5completion5 5.54.0-1 ii libkf5configcore5 5.54.0-1+deb10u1 ii libkf5configgui5 5.54.0-1+deb10u1 ii libkf5configwidgets5 5.54.0-1 ii libkf5coreaddons5 5.54.0-1 ii libkf5i18n5 5.54.0-1 ii libkf5iconthemes5 5.54.0-1 ii libkf5itemviews5 5.54.0-1 ii libkf5jobwidgets5 5.54.0-1 ii libkf5kexiv2-15.0.0 17.08.3-1 ii libkf5kiocore55.54.1-1 ii libkf5kiowidgets5 5.54.1-1 ii libkf5parts5 5.54.0-1 ii libkf5pty55.54.0-1 ii libkf5service-bin 5.54.0-1 ii libkf5service55.54.0-1 ii libkf5textwidgets55.54.0-1 ii libkf5wallet-bin 5.54.0-1 ii libkf5wallet5 5.54.0-1 ii libkf5widgetsaddons5 5.54.0-1 ii libkf5windowsystem5 5.54.0-1 ii libkf5xmlgui5 5.54.0-1 ii libokular5core8 4:17.12.2-2.2 ii libphonon4qt5-4 4:4.10.2-1 ii libpoppler-qt5-1 0.71.0-5 ii libqca-qt5-2 2.1.3-2 ii libqmobipocket2 4:17.08.3-2 ii libqt5core5a 5.11.3+dfsg1-1+deb10u3 ii libqt5dbus5 5.11.3+dfsg1-1+deb10u3 ii libqt5gui55.11.3+dfsg1-1+deb10u3 ii libqt5printsupport5 5.11.3+dfsg1-1+deb10u3 ii libqt5svg55.11.3-2 ii libqt5widgets55.11.3+dfsg1-1+deb10u3 ii libqt5xml55.11.3+dfsg1-1+deb10u3 ii libspectre1 0.2.8-1 ii libstdc++68.3.0-6 ii phonon4qt54:4.10.2-1 ii zlib1g1:1.2.11.dfsg-1 Versions of packages okular recommends: ii cups-bsd 2.2.10-6+deb10u2 Versions of packages okular suggests: ii ghostscript9.27~dfsg-2+deb10u3 pn jovie ii okular-extra-backends 4:17.12.2-2.2 ii poppler-data 0.4.9-2 ii texlive-binaries 2018.20181218.49446-1 pn unrar -- no debconf information
[bts-link] source package kio-gdrive
# # bts-link upstream status pull for source package kio-gdrive # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-l...@lists.debian.org # remote status report for #948207 (http://bugs.debian.org/948207) # Bug title: kio-gdrive: No more work because google temoprarilly supressed the access # * http://bugs.kde.org/show_bug.cgi?id=415089 # * remote status changed: RESOLVED -> REOPENED # * remote resolution changed: FIXED -> (?) # * reopen upstream tags 948207 - fixed-upstream usertags 948207 - status-RESOLVED resolution-FIXED usertags 948207 + status-REOPENED thanks
Processed: [bts-link] source package kio-gdrive
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package kio-gdrive > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # https://bts-link-team.pages.debian.net/bts-link/ > # > user debian-bts-l...@lists.debian.org Setting user to debian-bts-l...@lists.debian.org (was debian-bts-l...@lists.debian.org). > # remote status report for #948207 (http://bugs.debian.org/948207) > # Bug title: kio-gdrive: No more work because google temoprarilly supressed > the access > # * http://bugs.kde.org/show_bug.cgi?id=415089 > # * remote status changed: RESOLVED -> REOPENED > # * remote resolution changed: FIXED -> (?) > # * reopen upstream > tags 948207 - fixed-upstream Bug #948207 [kio-gdrive] kio-gdrive: No more work because google temoprarilly supressed the access Removed tag(s) fixed-upstream. > usertags 948207 - status-RESOLVED resolution-FIXED Usertags were: status-RESOLVED resolution-FIXED. Usertags are now: . > usertags 948207 + status-REOPENED There were no usertags set. Usertags are now: status-REOPENED. > thanks Stopping processing here. Please contact me if you need assistance. -- 948207: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948207 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: Bug#949488 marked as pending in qtwebkit-opensource-src
Processing control commands: > tag -1 pending Bug #949488 [src:qtwebkit-opensource-src] qtwebkit-opensource-src: FTBFS with libxml2 not shipping xml2-config Added tag(s) pending. -- 949488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949488 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
qtbase-opensource-src_5.14.1+dfsg-2_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 17 Feb 2020 11:34:34 +0300 Source: qtbase-opensource-src Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme qt5-xdgdesktopportal-platformtheme libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc qtbase5-doc-html qtbase5-doc-dev Architecture: source Version: 5.14.1+dfsg-2 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Dmitry Shachnev Description: libqt5concurrent5 - Qt 5 concurrent module libqt5core5a - Qt 5 core module libqt5dbus5 - Qt 5 D-Bus module libqt5gui5 - Qt 5 GUI module libqt5network5 - Qt 5 network module libqt5opengl5 - Qt 5 OpenGL module libqt5opengl5-dev - Qt 5 OpenGL library development files libqt5printsupport5 - Qt 5 print support module libqt5sql5 - Qt 5 SQL module libqt5sql5-ibase - Qt 5 Firebird database driver libqt5sql5-mysql - Qt 5 MySQL database driver libqt5sql5-odbc - Qt 5 ODBC database driver libqt5sql5-psql - Qt 5 PostgreSQL database driver libqt5sql5-sqlite - Qt 5 SQLite 3 database driver libqt5sql5-tds - Qt 5 FreeTDS database driver libqt5test5 - Qt 5 test module libqt5widgets5 - Qt 5 widgets module libqt5xml5 - Qt 5 XML module qt5-default - Qt 5 development defaults package qt5-flatpak-platformtheme - Qt 5 Flatpak platform theme (transitional package) qt5-gtk-platformtheme - Qt 5 GTK+ 3 platform theme qt5-qmake - Qt 5 qmake Makefile generator tool qt5-qmake-bin - Qt 5 qmake Makefile generator tool — binary file qt5-xdgdesktopportal-platformtheme - Qt 5 XDG Desktop Portal platform theme qtbase5-dev - Qt 5 base development files qtbase5-dev-tools - Qt 5 base development programs qtbase5-doc - Qt 5 base documentation qtbase5-doc-dev - Qt 5 base tags files qtbase5-doc-html - Qt 5 base HTML documentation qtbase5-examples - Qt 5 base examples qtbase5-private-dev - Qt 5 base private development files Changes: qtbase-opensource-src (5.14.1+dfsg-2) experimental; urgency=medium . * Update debian/libqt5core5a.symbols from buildds’ logs. Checksums-Sha1: 9054ed8838ac0f6b6cb1870810d1a41fb7fb9f90 5494 qtbase-opensource-src_5.14.1+dfsg-2.dsc 720b0bb96a870cddd3432f96489937c0c1721bd2 252224 qtbase-opensource-src_5.14.1+dfsg-2.debian.tar.xz cda6b63cf2b0ebbdc65504914c88199f5219c03c 12216 qtbase-opensource-src_5.14.1+dfsg-2_source.buildinfo Checksums-Sha256: 0945a7408daa083bd8411ee9862e5e47e4bcc9d00d590c9d90469610e5eadf58 5494 qtbase-opensource-src_5.14.1+dfsg-2.dsc 79c13c79202eb2c025d01ce5967a9cccff6e7fc89afd21747902446c01952bcb 252224 qtbase-opensource-src_5.14.1+dfsg-2.debian.tar.xz 1f65202533832d13d40abdcb32f8c90375262f910e59038ed922cb62a5b8b4ca 12216 qtbase-opensource-src_5.14.1+dfsg-2_source.buildinfo Files: 87579ff0b76f408cb15773bb27c8ad5f 5494 libs optional qtbase-opensource-src_5.14.1+dfsg-2.dsc 9bc0d442b3197dcd3c08dcd49bbf58ab 252224 libs optional qtbase-opensource-src_5.14.1+dfsg-2.debian.tar.xz 0b5fc31b5758e600e2de6ec4b76fd722 12216 libs optional qtbase-opensource-src_5.14.1+dfsg-2_source.buildinfo -BEGIN PGP SIGNATURE- iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl5KUxQTHG1pdHlhNTdA ZGViaWFuLm9yZwAKCRBmRiZbWGuDyxP6D/9bDvMGGgSiJVzr0kOqiMtinzIsRXh4 6YDMfoUWAsGDh/vROKdG3wAGc7f8zUnb2tYFzGg/E9Ps1805yMNuy9oXXj6tFMVT kKD0bfgbQJZRWAC5Fh0vB/8CyBB3uuZo4I1CnNk0RrESavO32HbRiynxlEii+amD TJgFFvzQeDNn0+CKjQLYB32uQpSAM0iM6xGsgpSVE0ob89LUhKI3GNWeqWCUo32J UmxvWAaF4Ly709o96Fqc5i+aPrzlqUvvZzufn1pn8r8x1gv6UekrIYUxIe6BJGTM ODcFov8nSoOQz4CZKPLGwzQ5hmFdyGl9P5nTwM7YUL/hJKIaBAfT8CrGDHZ9oW8x KVRxfpn0q8TBygn556iWsC//w0ur5O8GOe68UdErWV0cBghromJ55YGlbtH4yJ0U OUBZrT2jJaGAB42til9P4zXXqYOv1vjWlEuTznIp0RYZpL0u9oIexipKCIDbbnc1 P6tJen2iBzxcU+ggG12KMY0ADaASI5tJ7CYF8eyZnfcmWgw45x7YHa22xALz1ePG JnpFHLeDKRBUVAe4LHpr8mKsY2G3tBcjEeAafc8wkgKDVq+49WX7XN5txWVtTZZI So/ejN0WBr5IQiQ+zGAxOoMbwJlVC7czd7ZlsbTD+cwj/W0A02PwIHKDVYYdDQUC kJ/Y6hxRBuT3hQ== =ibSq -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of qtbase-opensource-src_5.14.1+dfsg-2_source.changes
qtbase-opensource-src_5.14.1+dfsg-2_source.changes uploaded successfully to localhost along with the files: qtbase-opensource-src_5.14.1+dfsg-2.dsc qtbase-opensource-src_5.14.1+dfsg-2.debian.tar.xz qtbase-opensource-src_5.14.1+dfsg-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)