Your message dated Tue, 11 Sep 2012 20:49:55 +0000
with message-id <[email protected]>
and subject line Bug#670724: fixed in network-manager-applet 0.9.4.1-2
has caused the Debian Bug report #670724,
regarding network-manager-gnome: Add network-manager-openconnect-gnome to
Suggests
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.)
--
670724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: network-manager-gnome
Version: 0.9.4.1-1
Severity: wishlist
Tags: patch
Please add network-manager-openconnect-gnome to Suggests alongside other VPN
options. I have included a patch below the system info and scissors line.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages network-manager-gnome depends on:
ii dbus-x11 1.5.12-1
ii dpkg 1.16.2
ii gconf-service 3.2.3-4
ii gconf2 3.2.3-4
ii gnome-icon-theme 3.4.0-2
ii libatk1.0-0 2.4.0-2
ii libc6 2.13-30
ii libcairo-gobject2 1.10.2-7
ii libcairo2 1.10.2-7
ii libdbus-1-3 1.5.12-1
ii libdbus-glib-1-2 0.98-1
ii libfontconfig1 2.8.0-3.1
ii libfreetype6 2.4.9-1
ii libgconf-2-4 3.2.3-4
ii libgdk-pixbuf2.0-0 2.26.1-1
ii libglib2.0-0 2.32.0-4
ii libgnome-bluetooth8 3.2.2-1
ii libgnome-keyring0 3.4.0-1
ii libgtk-3-0 3.2.3-1
ii libnm-glib-vpn1 0.9.4.0-3
ii libnm-glib4 0.9.4.0-3
ii libnm-gtk0 0.9.4.1-1
ii libnm-util2 0.9.4.0-3
ii libnotify4 0.7.5-1
ii libpango1.0-0 1.29.4-3+b1
ii network-manager 0.9.4.0-3
ii policykit-1-gnome 0.105-2
Versions of packages network-manager-gnome recommends:
ii gnome-bluetooth 3.2.2-1
ii iso-codes 3.34-1
ii libpam-gnome-keyring [libpam-keyring] 3.2.2-2
ii mobile-broadband-provider-info 20120402-1
ii notification-daemon 0.7.4-1
Versions of packages network-manager-gnome suggests:
pn network-manager-openvpn-gnome <none>
pn network-manager-pptp-gnome <none>
pn network-manager-vpnc-gnome <none>
-- no debconf information
-- >8 --
>From b0bb9b13a3676d45adeb90d5de661fb8cd63c148 Mon Sep 17 00:00:00 2001
From: Mike Miller <[email protected]>
Date: Sat, 28 Apr 2012 09:36:46 -0400
Subject: [PATCH] Add network-manager-openconnect-gnome to Suggests
Signed-off-by: Mike Miller <[email protected]>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index cb7af9b..f82a5a9 100644
--- a/debian/control
+++ b/debian/control
@@ -45,6 +45,7 @@ Recommends:
gnome-bluetooth,
iso-codes
Suggests:
+ network-manager-openconnect-gnome,
network-manager-openvpn-gnome,
network-manager-vpnc-gnome,
network-manager-pptp-gnome
--
--- End Message ---
--- Begin Message ---
Source: network-manager-applet
Source-Version: 0.9.4.1-2
We believe that the bug you reported is fixed in the latest version of
network-manager-applet, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated network-manager-applet
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 11 Sep 2012 21:51:03 +0200
Source: network-manager-applet
Binary: network-manager-gnome libnm-gtk0 libnm-gtk-common libnm-gtk-dev
Architecture: source amd64 all
Version: 0.9.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
libnm-gtk-common - library for wireless and mobile dialogs - common files
libnm-gtk-dev - library for wireless and mobile dialogs - development files
libnm-gtk0 - library for wireless and mobile dialogs
network-manager-gnome - network management framework (GNOME frontend)
Closes: 670724 680866 680963
Changes:
network-manager-applet (0.9.4.1-2) unstable; urgency=low
.
* debian/rules: Use xz compression for binary packages.
* debian/control: Add network-manager-openconnect-gnome to Suggests.
(Closes: #670724)
* debian/patches/02-fix-shell-version-detecting-code.patch,
debian/patches/03-dont-handle-VPN-secrets-with-GNOME-Shell-3.4.patch: Fix
race condition on session startup when detecting the GNOME Shell version
and only handle VPN authentication requests with GNOME Shell < 3.4
otherwise nm-applet and the Shell fight over who gets to handle secrets.
Patches cherry-picked from upstream Git. (Closes: #680963)
* debian/patches/04-gnome-bluetooth-3.4-support.patch: Add support for
gnome-bluetooth 3.4 which uses GDBusProxy instead of DBusGProxy. This
fixes the timeouts when creating DUN connections. Patch cherry-picked from
upstream Git. (Closes: #680866)
Checksums-Sha1:
14f40983fb0b8859a0f6e2c3dff44e61e3952ba2 2639
network-manager-applet_0.9.4.1-2.dsc
fd5cb4a464ddb7240fc842ea9375b08cf6bbfd8a 17289
network-manager-applet_0.9.4.1-2.debian.tar.gz
be5a9a5705d85ba19e70025c4f403026967ee421 826268
network-manager-gnome_0.9.4.1-2_amd64.deb
dfaa5355230932a2271960e531fc0ab0f687f972 106936 libnm-gtk0_0.9.4.1-2_amd64.deb
196e33b0ec814c0f08c9fec434c6de46187c815c 56480
libnm-gtk-common_0.9.4.1-2_all.deb
53cffd1daa83d077a56916264b45066263774d44 57044
libnm-gtk-dev_0.9.4.1-2_amd64.deb
Checksums-Sha256:
59a277955edb415699732bcf1df5776af587cdffa4375466722df613c022cf5c 2639
network-manager-applet_0.9.4.1-2.dsc
d57b4a6cac4a7a113e6fc23fbc7b40e4ed30751ed0057a8c3c07fac76b7a2a5d 17289
network-manager-applet_0.9.4.1-2.debian.tar.gz
0cc5d4e6b0045dfdca2401b701ff2f24b6c16af2e5331ee5ba4ae5c002cc0241 826268
network-manager-gnome_0.9.4.1-2_amd64.deb
0a355b8e6afb2ac82e7f8e7a9f868d51e2ecd4afdbb284357cfdfa99ecff346e 106936
libnm-gtk0_0.9.4.1-2_amd64.deb
8f3f5e7e1791b1fbb2529507f8efb779ef8bab83e397b8c642c01d671561c630 56480
libnm-gtk-common_0.9.4.1-2_all.deb
e095a381e1ecaeaea1b865a3c28c6a48321d7ae49945fced382a91e3102a8b17 57044
libnm-gtk-dev_0.9.4.1-2_amd64.deb
Files:
49e45260f95f4aba919efa107fe3abdf 2639 gnome optional
network-manager-applet_0.9.4.1-2.dsc
0f5ffcac9676e9adfc9bfbb413b7831a 17289 gnome optional
network-manager-applet_0.9.4.1-2.debian.tar.gz
74261417ee840081bb49ca1813c3e8b0 826268 gnome optional
network-manager-gnome_0.9.4.1-2_amd64.deb
e4a66196b122b3e2137953a3de8e865e 106936 libs optional
libnm-gtk0_0.9.4.1-2_amd64.deb
a019ab5cbe35d1fd3526517d34b4a00c 56480 libs optional
libnm-gtk-common_0.9.4.1-2_all.deb
63c0c93fb01feff4b14deb4b6f402a5d 57044 libdevel optional
libnm-gtk-dev_0.9.4.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJQT5cDAAoJEGrh3w1gjyLcLYEP/1ZcxB6w9pcsRuFUTt4ADLXJ
RPBN0bEvyswvoS5PpcX4btey8xbb8imkQKXEGg5VuEwY35iZUMUTl8Ab9s6qt31n
tgxupvzdmF9tGFHM+nfJo/lNOQUUkKL27hDBOCoD0p643Vnrd4RTXlJDeZy4WQuB
t0T/AQhI9Y61ODIf7DWLFCWU/1ruNmGb/Q7WeUBy13PLR3HJcruOPIOVFJO6KFr+
XVUSpgtdPoJHYpPPDGoahhk5Qr8o6Rfn3I1aBMUJPSniigCbPn/CTMhlaKBupFon
X1tIOz8Lxu3ycQzTzTCp63wFPk8qQrIbKow1AWLXQGEs/3zWMpLHPvu9kv2p+jCx
MF9NkqX9xEkm4+2r421so3aF6hzywKbV+2+x/i28OfqmQ9X/gtOMkgS/l4JwmMza
Mg20ND3USPcEEDL+MybN4DiGW1bSrZsRSjpTzS9YIRXYO/BYln5NXGIRVYZ0qAMw
+SLSZhIdBCPe+62P95o+xqUC1IMhw3KWIqJSpDvu+XTy/OToHACNnslHAj3pEUov
UH1agJe3WpEGW1O0FN6E6A3Gl1w5IjoEwG328qFp6v5ON68+XXSihp4nCHGp1ihs
NVfveJwdjY9PbKTfS76zGkHGMsPBRToNhmm/A2p7zvIU0Rl/+oXrSSsrVc9SY6Fq
zJfxbMPZQicu8vZjAkAN
=FXL9
-----END PGP SIGNATURE-----
--- End Message ---