[ubuntu/trusty-proposed] network-manager-applet 0.9.8.4-1ubuntu1 (Accepted)

Mathieu Trudel-Lapierre mathieu-tl at ubuntu.com
Tue Jan 7 03:47:13 UTC 2014


network-manager-applet (0.9.8.4-1ubuntu1) trusty; urgency=medium

  * Merge changes from Debian, remaining changes:
    - Don't keep a postinst script; we don't need to worry about migration
      from versions prior to 0.9.0.
    - Build-Depend on dh-translations, libappindicator3-dev, docbook-to-man.
    - Different Descriptions for libnm-gtk packages.
    - debian/rules: ship extra icons, use --enable-indicators, export
      translations for Launchpad and fail if any files are missing from
      .install files, or not being installed.
    - debian/rules: use -delete to remove .la/.a files.
    - No notice about netdev group in README.Debian.
    - 11-user-connections.patch: don't use this patch, keep secrets system-wide
      as meant by upstream.
    - 12-force-online.patch: don't use this patch, we deal with the online
      state a different way...
    - lp289466_always_show_tray_icon.patch: always show the tray icon, even
      if NM is not running.
    - lp328572-dxteam-connect-text.patch,
      lp330571_dxteam_wired_connect_text.patch,
      lp330608_dxteam_gsm_connect_text.patch: update notification text to be
      prettier.
    - lp341684_device_sensitive_disconnect_notify.patch: show correct
      notification messages for disconnect events, to be in line with the other
      *connect*text patches.
    - lp460144_correctly_update_notification.patch: cleaner notification
      messages, and allow for messages to be updated instead of cleared.
    - applet-wifi-menu-before-vpn.patch: show Create New and Connect to Hidden
      wifi menu items with the other Wifi items, rather than separated by
      the VPN menus.
    - clear-notification-actions.patch: clear notification actions before
      adding new ones, to not append extra "Don't show this again" buttons.
    - key-certificate-extensions.patch: allow for the extra certificate file
      extension ".key".
    - lp829673_gconf_hide_applet.patch: allow for a gsettings key that disables
      ever showing the applet on the notification area.
    - nm-applet-use-indicator.patch: patch to support showing nm-applet as an
      appindicator in Unity.
    - position_dialogs_to_center_of_the_screen.patch: position dialogs to the
      center of the screen.
    - make_menu_items_insensitive_based_on_permissions.patch,
      hide_policy_items_env_var.patch: provide a method to desensitize or hide
      menu items which are useless given the current policykit policy level of
      the user.
    - applet_adhoc_use_wpa_rsn_part1.patch: enable Ad-Hoc using WPA RSN.
    - lp1048516_dont_req_keyring_in_greeter.patch: don't try to load the
      keyring if the user has no permissions to edit their own connections.
    - lp1048520_delay_pin_dialog_in_greeter.patch: only ask for PIN entry when
      a connection is being established rather than when a modem is detected.
    - rebuild_menu_after_init.patch: force a rebuild of the menu to avoid it
      staying empty on login.

Date: Mon, 06 Jan 2014 22:29:40 -0500
Changed-By: Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/network-manager-applet/0.9.8.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 06 Jan 2014 22:29:40 -0500
Source: network-manager-applet
Binary: network-manager-gnome libnm-gtk0 libnm-gtk-common libnm-gtk-dev gir1.2-nmgtk-1.0
Architecture: source
Version: 0.9.8.4-1ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <mathieu-tl at ubuntu.com>
Description: 
 gir1.2-nmgtk-1.0 - GObject introspection data for libnm-gtk
 libnm-gtk-common - network management framework (common files for wifi and mobile)
 libnm-gtk-dev - network management framework (dialogs development libraries)
 libnm-gtk0 - network management framework (GNOME dialogs for wifi and mobile)
 network-manager-gnome - network management framework (GNOME frontend)
Changes: 
 network-manager-applet (0.9.8.4-1ubuntu1) trusty; urgency=medium
 .
   * Merge changes from Debian, remaining changes:
     - Don't keep a postinst script; we don't need to worry about migration
       from versions prior to 0.9.0.
     - Build-Depend on dh-translations, libappindicator3-dev, docbook-to-man.
     - Different Descriptions for libnm-gtk packages.
     - debian/rules: ship extra icons, use --enable-indicators, export
       translations for Launchpad and fail if any files are missing from
       .install files, or not being installed.
     - debian/rules: use -delete to remove .la/.a files.
     - No notice about netdev group in README.Debian.
     - 11-user-connections.patch: don't use this patch, keep secrets system-wide
       as meant by upstream.
     - 12-force-online.patch: don't use this patch, we deal with the online
       state a different way...
     - lp289466_always_show_tray_icon.patch: always show the tray icon, even
       if NM is not running.
     - lp328572-dxteam-connect-text.patch,
       lp330571_dxteam_wired_connect_text.patch,
       lp330608_dxteam_gsm_connect_text.patch: update notification text to be
       prettier.
     - lp341684_device_sensitive_disconnect_notify.patch: show correct
       notification messages for disconnect events, to be in line with the other
       *connect*text patches.
     - lp460144_correctly_update_notification.patch: cleaner notification
       messages, and allow for messages to be updated instead of cleared.
     - applet-wifi-menu-before-vpn.patch: show Create New and Connect to Hidden
       wifi menu items with the other Wifi items, rather than separated by
       the VPN menus.
     - clear-notification-actions.patch: clear notification actions before
       adding new ones, to not append extra "Don't show this again" buttons.
     - key-certificate-extensions.patch: allow for the extra certificate file
       extension ".key".
     - lp829673_gconf_hide_applet.patch: allow for a gsettings key that disables
       ever showing the applet on the notification area.
     - nm-applet-use-indicator.patch: patch to support showing nm-applet as an
       appindicator in Unity.
     - position_dialogs_to_center_of_the_screen.patch: position dialogs to the
       center of the screen.
     - make_menu_items_insensitive_based_on_permissions.patch,
       hide_policy_items_env_var.patch: provide a method to desensitize or hide
       menu items which are useless given the current policykit policy level of
       the user.
     - applet_adhoc_use_wpa_rsn_part1.patch: enable Ad-Hoc using WPA RSN.
     - lp1048516_dont_req_keyring_in_greeter.patch: don't try to load the
       keyring if the user has no permissions to edit their own connections.
     - lp1048520_delay_pin_dialog_in_greeter.patch: only ask for PIN entry when
       a connection is being established rather than when a modem is detected.
     - rebuild_menu_after_init.patch: force a rebuild of the menu to avoid it
       staying empty on login.
Checksums-Sha1: 
 b1ef4f10413dc978e6ffdb6dd02f9d2e79edb2bc 2887 network-manager-applet_0.9.8.4-1ubuntu1.dsc
 a94e4cf3ec4756cfaa43efc252c29350d459ca72 1218564 network-manager-applet_0.9.8.4.orig.tar.xz
 0fe3030f2a68e4d612443744566bd661fa4b6d27 70654 network-manager-applet_0.9.8.4-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 499346b375c25b453011d9862e91ac8d6ac013a3ae63a308aaf7ed5892e8b70a 2887 network-manager-applet_0.9.8.4-1ubuntu1.dsc
 f68849291047c94487279aab4a6cb90945ad351df02da621a73b413e6c6c198c 1218564 network-manager-applet_0.9.8.4.orig.tar.xz
 c4c870b542a789967b11e742fb050634bb84f0e36e861ff96bf47b339e6c3c89 70654 network-manager-applet_0.9.8.4-1ubuntu1.debian.tar.gz
Files: 
 1c1ab18312a1f5b246cd012ca34ed271 2887 gnome optional network-manager-applet_0.9.8.4-1ubuntu1.dsc
 4eedec85af9becc1e178e5cbed1f30e4 1218564 gnome optional network-manager-applet_0.9.8.4.orig.tar.xz
 3439209de40ef44f0f6e7a62a00ec47c 70654 gnome optional network-manager-applet_0.9.8.4-1ubuntu1.debian.tar.gz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBAgAGBQJSy3UwAAoJEMEmM+HuAYyTlAgP/RyFSDsd3/2+R011kEsmAMSR
YQPmF7/Z0REFnN3/JkK6cDsZjT3M726Qu8iK+WMx2/r+85DyxY629Jlgg02Fbu+u
OYMshKjK3D5dD0+Xnx/bzINwHvbkEV/xa8F3l6+7yasJyRU/8fa/h/bFOrFhlM5H
lngfhmKZU4vMJ567hy9pIIAzDoLzh6fweZXj0bzeJAFLWrB/FQh3V7AFJraba3R+
FsvXcjh4s71boG3PMl6+2plCpTn0wlKXwyw5u9K56QeafazQLO3UomT3FrnNUKKU
jZ8ZQDUkxEfTjAVFJEEGFHpZjbsnprQD8tKmx+suhccS9FrTIBaXOMPQzl+ciRz+
uchvBvJdMwYkw8Zhpkmu6HCR2ECHe7tQ5nUA86eSAoYNBC6C3iptUTM4BbKA2+vk
Pdi05fnTm7p8nkarzHojOlpXkb1sIH6fnHVZX5JZgfAGbg6TZETfFvp6hOPvEk3V
gOCkzNkZJJXp9j7szFw0U0kF+iDy/xMt2lZ5+6qAjs5fLDae7agByacbymJPmvsF
JnmraCPIutCCAIrtnYkgyLtM682lDUmziBlwobiXHwNUI2SZ0dQvhHrdDhvHFdwR
AY8qqx3MbcJVy2hRQr2ppSyDN9nlebz0+eSk99OZvzJQMIrxv+Ab7GnOru+JCd1m
qsR0L13PdEnJjmmcFdDO
=FGPX
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list