Source: gnome-initial-setup Version: 3.22.1-1 Severity: normal Tags: patch User: pkg-utopia-maintain...@lists.alioth.debian.org Usertags: libnm Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=777179
I'm in the process of getting users of the deprecated libnm-util/libnm-glib/libnm-gtk libraries updated to use libnm and libnma. Thankfully, this was already fixed upstream [1]. So aside from either pulling that commit or updating gnome-initial-setup to another upstream release, the switch is as simple as the attached patch [1] https://git.gnome.org/browse/gnome-initial-setup/commit/?id=c1d702360dbe9075e6ab2215bc01d5c9fd3451ed -- System Information: Debian Release: 9.0 APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Index: debian/control =================================================================== --- debian/control (Revision 52415) +++ debian/control (Arbeitskopie) @@ -28,9 +28,8 @@ libibus-1.0-dev (>= 1.5.2), libjson-glib-dev, libkrb5-dev, - libnm-glib-dev (>= 0.9.6.4), - libnm-gtk-dev (>= 0.9.6.4), - libnm-util-dev (>= 0.9.6.4), + libnm-dev (>= 1.2), + libnma-dev (>= 1.0), libpackagekit-glib2-dev (>= 1.1.4), libpango1.0-dev (>= 1.32.5), libpolkit-gobject-1-dev (>= 0.103), Index: debian/control.in =================================================================== --- debian/control.in (Revision 52415) +++ debian/control.in (Arbeitskopie) @@ -24,9 +24,8 @@ libibus-1.0-dev (>= 1.5.2), libjson-glib-dev, libkrb5-dev, - libnm-glib-dev (>= 0.9.6.4), - libnm-gtk-dev (>= 0.9.6.4), - libnm-util-dev (>= 0.9.6.4), + libnm-dev (>= 1.2), + libnma-dev (>= 1.0), libpackagekit-glib2-dev (>= 1.1.4), libpango1.0-dev (>= 1.32.5), libpolkit-gobject-1-dev (>= 0.103),