Source: network-manager-ssh
Version: 1.2.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: libnm
Hi,
libnm-glib/libnm-util has been deprecated upstream and replaced by
libnm.
network-manager-ssh 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. In case you have made further uploads of
network-manager-ssh by then, please adjust the version in the
maintscript file accordingly.
While at it, I dropped the obsolete --with-gtkver configure switch,
which has been removed upstream.
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 7bccea9..60226d0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,7 @@ Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1.1),
intltool,
libgtk-3-dev (>= 3.4),
- libnm-glib-vpn-dev (>= 1.1.0),
- libnm-gtk-dev (>= 1.1.0),
- libnm-util-dev (>= 1.1.0),
+ libnm-dev (>= 1.1.0),
libnma-dev (>= 1.1.0),
libsecret-1-dev (>= 0.18),
Standards-Version: 3.9.8
diff --git a/debian/network-manager-ssh.maintscript
b/debian/network-manager-ssh.maintscript
new file mode 100644
index 0000000..bbb6f70
--- /dev/null
+++ b/debian/network-manager-ssh.maintscript
@@ -0,0 +1 @@
+rm_conffile /etc/NetworkManager/VPN/nm-ssh-service.name 1.2.1-2~
diff --git a/debian/rules b/debian/rules
index 5f515a9..c3b7c84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/lib/NetworkManager \
--disable-static \
- --with-gtkver=3 \
+ --without-libnm-glib \
--enable-absolute-paths
override_dh_autoreconf: