[ubuntu/vivid-proposed] gnome-control-center 1:3.14.2-2ubuntu1 (Accepted)

Jackson Doak noskcaj at ubuntu.com
Mon Jan 5 15:52:16 UTC 2015


gnome-control-center (1:3.14.2-2ubuntu1) vivid; urgency=low

  [ Jackson Doak ]
  * Merge with Debian, remaining changes: LP: #1399047
    + debian/patches:
      - revert_git_new_bluetooth_panel.patch,
        revert_new_bluetooth.patch,
        revert-bluetooth-BlueZ5-interface.patch:
         Revert bluetooth back to Bluez4
      - 52_region_language.patch
        Adapt region panel to use Ubuntu style regions and UTF-8
      - 56_use_ubuntu_info_branding.patch,
        ubuntu-gnome-version.patch
         Use Ubuntu GNOME branding
      - 64_restore_terminal_keyboard_shortcut.patch
         Bring back terminal shortcut
      - 92_ubuntu_system_proxy.patch
         Add system proxy support
      - 99_add_lock-on-suspend.patch
         Add option to lock on suspend
      - revert_git_drop_library.patch,
        ubuntu_external_panels.patch
         Reimplement support for external panels
    + debian/control.in:
      - Relax build-deps on gnome-bluetooth
      - Drop Recommends for packages not in main
      - Various other Ubuntu specific changes
    + debian/libgnome-control-center1.symbols:
      - Add new symbols from external panel patch
    + Split out shared data that is used by unity-control-center
    + Add a wrapper to run unity-control-center in Unity
    + Install apport hook
  * Drop our revert_git_dont_hide_zoom.patch, no longer needed.

  [ Iain Lane ]
  * Do install the pkla file so actions work as expected.

gnome-control-center (1:3.14.2-2) unstable; urgency=medium

  * Remove system-config-printer recommendation.

gnome-control-center (1:3.14.2-1) unstable; urgency=medium

  * New upstream translation and bugfix release.
    + Disables SSLv3 because POODLE.
  * 30_stack_overflow.patch: patch from upstream git. Prevents stack
    overflow in sharing panel.
  * 31_printers_border.patch: patch from upstream git. Removes unwanted
    border around printer model name.

gnome-control-center (1:3.14.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)

gnome-control-center (1:3.14.0-1) unstable; urgency=medium

  * Bump gnome-settings-daemon dependency
    - 'org.gnome.settings-daemon.plugins.media-keys' key 'control-center'
      added during 3.13 and needed by gnome-control-center keyboard panel.
  * Drop Recommends on ntp since we now rely on systemd-timesyncd for
    automatic time (and AIUI ntp integration in gnome never really worked
    anyway because of the default configuration the debian package shipped).
  * New upstream release.
  * Upload to unstable.

gnome-control-center (1:3.13.91-1) experimental; urgency=medium

  [ Jordi Mallach ]
  * Add cracklib-runtime to Recommends, it's needed for password changing.

  [ Andreas Henriksson ]
  * New upstream development release.
  * Update build-dependencies according to configure.ac changes:
    - Bump gsettings-desktop-schemas-dev to (>= 3.13.91)
    - Drop libgnome-menu-3-dev
    - Bump libgtk-3-dev to (>= 3.13.0)
  * Update dependencies:
    - Drop gnome-menus
    - Bump gsettings-desktop-schemas to (>= 3.13.91)

  [ Laurent Bigonville ]
  * Add debian/patches/07_polkit_wheel_sudo_group.patch: The "wheel" group is
    not existing on debian, check if the user is member of the "sudo" group
    instead (Closes: #760722)

  [ Andreas Henriksson ]
  * Update debian/gnome-control-center.pkla with what is currently listed
    in upstreams panels/common/gnome-control-center.rules since we don't yet
    have/depend-on policykit-1 >= 0.106 which means the rules file is still
    unused. This fixes automatic time/timezone, etc.

Date: Mon, 05 Jan 2015 15:24:03 +0000
Changed-By: Jackson Doak <noskcaj at ubuntu.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Signed-By: Iain Lane <iain at orangesquash.org.uk>
https://launchpad.net/ubuntu/+source/gnome-control-center/1:3.14.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 05 Jan 2015 15:24:03 +0000
Source: gnome-control-center
Binary: gnome-control-center gnome-control-center-dev gnome-control-center-data gnome-control-center-shared-data libgnome-control-center-dev libgnome-control-center1
Architecture: source
Version: 1:3.14.2-2ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Jackson Doak <noskcaj at ubuntu.com>
Description:
 gnome-control-center - utilities to configure the GNOME desktop
 gnome-control-center-data - configuration applets for GNOME - data files
 gnome-control-center-dev - utilities to configure the GNOME desktop
 gnome-control-center-shared-data - configuration applets for GNOME - shared data
 libgnome-control-center-dev - utilities to configure the GNOME desktop
 libgnome-control-center1 - utilities to configure the GNOME desktop
Closes: 760722
Launchpad-Bugs-Fixed: 1399047
Changes:
 gnome-control-center (1:3.14.2-2ubuntu1) vivid; urgency=low
 .
   [ Jackson Doak ]
   * Merge with Debian, remaining changes: LP: #1399047
     + debian/patches:
       - revert_git_new_bluetooth_panel.patch,
         revert_new_bluetooth.patch,
         revert-bluetooth-BlueZ5-interface.patch:
          Revert bluetooth back to Bluez4
       - 52_region_language.patch
         Adapt region panel to use Ubuntu style regions and UTF-8
       - 56_use_ubuntu_info_branding.patch,
         ubuntu-gnome-version.patch
          Use Ubuntu GNOME branding
       - 64_restore_terminal_keyboard_shortcut.patch
          Bring back terminal shortcut
       - 92_ubuntu_system_proxy.patch
          Add system proxy support
       - 99_add_lock-on-suspend.patch
          Add option to lock on suspend
       - revert_git_drop_library.patch,
         ubuntu_external_panels.patch
          Reimplement support for external panels
     + debian/control.in:
       - Relax build-deps on gnome-bluetooth
       - Drop Recommends for packages not in main
       - Various other Ubuntu specific changes
     + debian/libgnome-control-center1.symbols:
       - Add new symbols from external panel patch
     + Split out shared data that is used by unity-control-center
     + Add a wrapper to run unity-control-center in Unity
     + Install apport hook
   * Drop our revert_git_dont_hide_zoom.patch, no longer needed.
 .
   [ Iain Lane ]
   * Do install the pkla file so actions work as expected.
 .
 gnome-control-center (1:3.14.2-2) unstable; urgency=medium
 .
   * Remove system-config-printer recommendation.
 .
 gnome-control-center (1:3.14.2-1) unstable; urgency=medium
 .
   * New upstream translation and bugfix release.
     + Disables SSLv3 because POODLE.
   * 30_stack_overflow.patch: patch from upstream git. Prevents stack
     overflow in sharing panel.
   * 31_printers_border.patch: patch from upstream git. Removes unwanted
     border around printer model name.
 .
 gnome-control-center (1:3.14.1-1) unstable; urgency=medium
 .
   * New upstream release.
   * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
 .
 gnome-control-center (1:3.14.0-1) unstable; urgency=medium
 .
   * Bump gnome-settings-daemon dependency
     - 'org.gnome.settings-daemon.plugins.media-keys' key 'control-center'
       added during 3.13 and needed by gnome-control-center keyboard panel.
   * Drop Recommends on ntp since we now rely on systemd-timesyncd for
     automatic time (and AIUI ntp integration in gnome never really worked
     anyway because of the default configuration the debian package shipped).
   * New upstream release.
   * Upload to unstable.
 .
 gnome-control-center (1:3.13.91-1) experimental; urgency=medium
 .
   [ Jordi Mallach ]
   * Add cracklib-runtime to Recommends, it's needed for password changing.
 .
   [ Andreas Henriksson ]
   * New upstream development release.
   * Update build-dependencies according to configure.ac changes:
     - Bump gsettings-desktop-schemas-dev to (>= 3.13.91)
     - Drop libgnome-menu-3-dev
     - Bump libgtk-3-dev to (>= 3.13.0)
   * Update dependencies:
     - Drop gnome-menus
     - Bump gsettings-desktop-schemas to (>= 3.13.91)
 .
   [ Laurent Bigonville ]
   * Add debian/patches/07_polkit_wheel_sudo_group.patch: The "wheel" group is
     not existing on debian, check if the user is member of the "sudo" group
     instead (Closes: #760722)
 .
   [ Andreas Henriksson ]
   * Update debian/gnome-control-center.pkla with what is currently listed
     in upstreams panels/common/gnome-control-center.rules since we don't yet
     have/depend-on policykit-1 >= 0.106 which means the rules file is still
     unused. This fixes automatic time/timezone, etc.
Checksums-Sha1:
 19e9239c5aeedf24cb1b82d013bf9528f49011f6 4029 gnome-control-center_3.14.2-2ubuntu1.dsc
 d0ff0aba461fdc67e7f962c721af2c375c7d977e 6938572 gnome-control-center_3.14.2.orig.tar.xz
 39636dbb3ff3245926030f1bf446c36701eccd3b 70244 gnome-control-center_3.14.2-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 543be5bc3af40ece848c95c237d04c4326b40a602b21fd400e42b2256fa51329 4029 gnome-control-center_3.14.2-2ubuntu1.dsc
 b15e188b3d45c86d71f4d8cb297829cf190be81f22ce76dc74c7b4232bd0652a 6938572 gnome-control-center_3.14.2.orig.tar.xz
 fffe0d39f743d12661d13f91f8def7fdf844d6d43a0b01cf9db76e1dc9c06d0b 70244 gnome-control-center_3.14.2-2ubuntu1.debian.tar.xz
Files:
 eb9786eed1c0e6777f9c4930dfca80be 4029 gnome optional gnome-control-center_3.14.2-2ubuntu1.dsc
 729951bfecc3f5fa87973383ec4ab787 6938572 gnome optional gnome-control-center_3.14.2.orig.tar.xz
 c51e63970a72c0dca753a70e1a0099b1 70244 gnome optional gnome-control-center_3.14.2-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJUqq4yAAoJEONS1cUcUEHUmHgP/jbeoymxcRpQi9hXuZp7qGkY
CSrNxExg8CcsgOA4KH31DsYrHtMugt60qDfco8fMqGABY1x381Cdk5mmbbQYm3Ug
3LBJpsc0fq+8RBqUUu8DOhgSFKlZq0nn7uI36Wb32UWABjg4m1H4kuqG+ft+ryoD
dWm5ARwFNSsw67iMb1iz63bUtMXztTEMFi2r23vhN+GCEyy4yhAgc+5sawlZbQj3
OB9ebKH1cZn4Ya5LPmJerA+EF0GCW4OTd8Fta5EkVcsDV15FRgvWjqUr+Z60hryS
9XxaAIzyXpGvCkAqfXo93LLyUTEpZ62oPMog+m4xG+w4WQ+A6AhMuor7WFzrAAs+
+oJy+BODCNBDwYPT/QCftaiYhAtLsc00xdicna7UNgSvq3Vk2F+IML/Z3smtYxEN
rWKWiYYysTZ8qP8ya+sImqG0q1Zb3CVxLvVtQc+sASztHwfeh3rl5HftAnnaRr37
1y1j/k5qYlSQJFFFD86BdTqNi03xfqXFOF6MR1p1M2rNrim5p+zFM3ezUf3XdFW7
7ioVU5CNtssYanFeqXVQh1voi069VEHPcHLHbw9JzCE8vLpvlKfW6qUDRAzw+5YF
pf74K1/9x1MBrqlfuFNZYqz6YVFWgNKZkqRFMk/pqD3q70BJAVx0wSMgrcwZACdu
apsZRj7NAq2W0YEe1wXn
=71TZ
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list