Your message dated Sat, 22 Aug 2020 15:20:20 +0000 with message-id <[email protected]> and subject line Bug#968033: Removed package(s) from unstable has caused the Debian Bug report #946380, regarding wicd-gtk: [experimental] wicd-gtk probably broken: no GTK dependency, still uses 'import gtk' 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.) -- 946380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946380 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: wicd-gtk Version: 1.7.4+tb2+2019.09.18git2e0ba579-1 Severity: important This is only from source code inspection, so I'm reporting it at a non-RC severity, but please increase it to grave severity if I'm correct. The Python 3 version of wicd-gtk in experimental doesn't seem to have any dependency that would pull in GTK, which seems unlikely to be valid for a GTK GUI. A GTK 3 app using PyGI would normally have to depend on both python3-gi and gir1.2-gtk-3.0, which are the necessary packages to be able to use this import sequence: #!/usr/bin/python3 import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk ... use Gtk.Application, Gtk.Window, etc. ... However, looking at the source code on sources.debian.org, it seems that wicd-gtk in experimental is still using import gtk which was correct for PyGTK 2, but will not work with PyGI / GTK 3, which are the only available GTK binding for Python 3. src/d-feet.in in the d-feet source package is a typical example of a correct PyGI / GTK 3 import sequence. gnome-tweaks is another good example of a relatively small and simple PyGI / GTK 3 app, while sonata and reportbug might be useful as examples of legacy PyGTK 2 applications that were ported to PyGI / GTK 3. smcv
--- End Message ---
--- Begin Message ---Version: 1.7.4+tb2-6+rm Dear submitter, as the package wicd has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/968033 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Sean Whitton (the ftpmaster behind the curtain)
--- End Message ---

