Source: network-manager-iodine
Version: 1.2.0-1
Severity: normal
Tags: patch
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: libnm

Hi,

libnm-glib/libnm-util has been deprecated upstream and replaced by
libnm.

network-manager-iodine enables support for libnm-glib, which is used in
the GNOME integration.

Once gnome-shell [1] has been fixed, please consider applying the
attached patch (the version in the maintscript file needs to be adjusted
in case there have been uploads in the mean time).


Regards,
Michael


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862677

-- 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)
diff --git a/debian/control b/debian/control
index 2828841..165a2a1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Guido Günther <a...@sigxcpu.org>
 Build-Depends:
  debhelper (>= 9),
  dpkg-dev (>= 1.16.1~),
- libnm-gtk-dev (>= 1.1),
- libnm-glib-vpn-dev (>= 0.9.2),
+ libnm-dev (>= 1.1),
  libnma-dev (>= 1.1),
  intltool,
  libgtk-3-dev (>= 3.0),
diff --git a/debian/network-manager-iodine.maintscript 
b/debian/network-manager-iodine.maintscript
new file mode 100644
index 0000000..376c6a4
--- /dev/null
+++ b/debian/network-manager-iodine.maintscript
@@ -0,0 +1 @@
+rm_conffile /etc/NetworkManager/VPN/nm-iodine-service.name 1.2.0-2~
diff --git a/debian/rules b/debian/rules
index 987e69c..5f906b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ override_dh_auto_configure:
        ./autogen.sh
        dh_auto_configure -- \
                --libexecdir=/usr/lib/NetworkManager \
-               --disable-static
+               --disable-static \
+               --without-libnm-glib
 
 override_dh_makeshlibs:
        dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/NetworkManager/

Reply via email to