[ubuntu/yakkety-proposed] libgksu 2.0.13~pre1-8ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Tue May 10 12:15:49 UTC 2016


libgksu (2.0.13~pre1-8ubuntu1) yakkety; urgency=low

  * Merge from Debian unstable (LP: #1535686). Remaining changes:
    - debian/libgksu2-0.postinst:
      + make sudo the default
      + Remove call to update-gconf-defaults and use dpkg-trigger
        to set sudo-mode (lp 1173013)
    - 09_multihead.patch:
      + dim all heads
    - 11_no_save_to_keyring.patch
      + don't save to gnome-keyring by default (Ubuntu-specific)
    - 12_no_password_dialog.patch
      + don't display dialog if no password was needed (Ubuntu-specific)
    - 13_startup_notification.diff
      + make startup-notification work more reliable
    - 14_polish_startup.diff:
      + improve startup notification message (sent upstream)
    - 15_extra_paranoia_for_gconf.diff.patch
      + if no value for sudo-mode is found in gconf, default to sudo-mode
        (Ubuntu-specific)
    - 17_composited_fade.patch:
      + nice fadeout on composited display (sent upstream)
    - 18_g_markup_escape_text_for_command.patch:
      + fix missing g_markup_escape when commands are displayed (sent
        upstream)
    - 20_better_usleep.patch:
      + add small usleep() to avoid race condition when the hostname can not
        be resolved (sent upstream)
    - 21_composited_rgba_addition.patch:
      + bling (sent upstream)
    - 22_sudo_keep_env.patch:
      + if gksudo -k is used, pass the -E option to sudo to preserve the
        environment if we're allowed to do so (sent upstream)
    - 26_restore_stderr_output.patch:
      + output stderr from the sudo child (as pre-lucid versions did).
    - 27_sudo_wrong_pwd_check.patch: Be more careful when checking the
      "wrong password" output, there might be a new prompt before.
    - 28_ld_no_as_needed.patch: fix build failures with binutils-gold.
    - 29_check_newline.patch:
      + Check if buffer is really a single newline before discarding it.
    - 04_automake.patch:
      + add lm to avoid a link failure,
    - debian/rules:
      + Remove invalid --enable-gnome-keyring configure option
    - update symbols file.
    - drop changes:
      - remove 30_automake_errors.patch, use 04_automake.patch instead.
      - drop autoreconf change, already in debian.
      - drop 25_fix_g_str_has_prefix_assert.patch,
        06_unguarded_child_stderr.patch is in Debian now. It is not exactly
        the same, but has the same effect.

libgksu (2.0.13~pre1-8) unstable; urgency=medium

  * Adding myself to uploaders
  * Convert packaging to Debhelper
  * Build-depend on dh-autoreconf
  * Regenerate makefile structure (Closes: #749167, #757782)
  * Drop (build-)dependency on cdbs and xbase-clients to keep lintian happy
  * Use canonical VCS URLs to keep Lintian happy

  [Cody Russell]
  * Fix crash with RGBA colormap (Closes: #561379)

  [Hideki Yamane]
  * Add Japanese translation (Closes: #503461)

  [Roland Clobus]
  * Fix unguarded variable (Closes: #537718)

libgksu (2.0.13~pre1-7) unstable; urgency=low

  [ Josselin Mouette ]
  * Update repository URL.

  [ Emilio Pozuelo Monfort ]
  * debian/patches/03_makefile_spaces.patch:
    + New patch, fix build with make 4.0.

Date: Tue, 19 Jan 2016 11:08:40 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Marc Deslauriers <marc.deslauriers at canonical.com>
https://launchpad.net/ubuntu/+source/libgksu/2.0.13~pre1-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 Jan 2016 11:08:40 +0100
Source: libgksu
Binary: libgksu2-0 libgksu2-dev
Architecture: source
Version: 2.0.13~pre1-8ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Description:
 libgksu2-0 - library providing su and sudo functionality
 libgksu2-dev - library providing su and sudo functionality (development files)
Closes: 503461 537718 561379 749167 757782
Launchpad-Bugs-Fixed: 1535686
Changes:
 libgksu (2.0.13~pre1-8ubuntu1) yakkety; urgency=low
 .
   * Merge from Debian unstable (LP: #1535686). Remaining changes:
     - debian/libgksu2-0.postinst:
       + make sudo the default
       + Remove call to update-gconf-defaults and use dpkg-trigger
         to set sudo-mode (lp 1173013)
     - 09_multihead.patch:
       + dim all heads
     - 11_no_save_to_keyring.patch
       + don't save to gnome-keyring by default (Ubuntu-specific)
     - 12_no_password_dialog.patch
       + don't display dialog if no password was needed (Ubuntu-specific)
     - 13_startup_notification.diff
       + make startup-notification work more reliable
     - 14_polish_startup.diff:
       + improve startup notification message (sent upstream)
     - 15_extra_paranoia_for_gconf.diff.patch
       + if no value for sudo-mode is found in gconf, default to sudo-mode
         (Ubuntu-specific)
     - 17_composited_fade.patch:
       + nice fadeout on composited display (sent upstream)
     - 18_g_markup_escape_text_for_command.patch:
       + fix missing g_markup_escape when commands are displayed (sent
         upstream)
     - 20_better_usleep.patch:
       + add small usleep() to avoid race condition when the hostname can not
         be resolved (sent upstream)
     - 21_composited_rgba_addition.patch:
       + bling (sent upstream)
     - 22_sudo_keep_env.patch:
       + if gksudo -k is used, pass the -E option to sudo to preserve the
         environment if we're allowed to do so (sent upstream)
     - 26_restore_stderr_output.patch:
       + output stderr from the sudo child (as pre-lucid versions did).
     - 27_sudo_wrong_pwd_check.patch: Be more careful when checking the
       "wrong password" output, there might be a new prompt before.
     - 28_ld_no_as_needed.patch: fix build failures with binutils-gold.
     - 29_check_newline.patch:
       + Check if buffer is really a single newline before discarding it.
     - 04_automake.patch:
       + add lm to avoid a link failure,
     - debian/rules:
       + Remove invalid --enable-gnome-keyring configure option
     - update symbols file.
     - drop changes:
       - remove 30_automake_errors.patch, use 04_automake.patch instead.
       - drop autoreconf change, already in debian.
       - drop 25_fix_g_str_has_prefix_assert.patch,
         06_unguarded_child_stderr.patch is in Debian now. It is not exactly
         the same, but has the same effect.
 .
 libgksu (2.0.13~pre1-8) unstable; urgency=medium
 .
   * Adding myself to uploaders
   * Convert packaging to Debhelper
   * Build-depend on dh-autoreconf
   * Regenerate makefile structure (Closes: #749167, #757782)
   * Drop (build-)dependency on cdbs and xbase-clients to keep lintian happy
   * Use canonical VCS URLs to keep Lintian happy
 .
   [Cody Russell]
   * Fix crash with RGBA colormap (Closes: #561379)
 .
   [Hideki Yamane]
   * Add Japanese translation (Closes: #503461)
 .
   [Roland Clobus]
   * Fix unguarded variable (Closes: #537718)
 .
 libgksu (2.0.13~pre1-7) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Update repository URL.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/patches/03_makefile_spaces.patch:
     + New patch, fix build with make 4.0.
Checksums-Sha1:
 e5b283273f7ef68f62c817f0db7930d82acfa31b 2509 libgksu_2.0.13~pre1-8ubuntu1.dsc
 d895618aba15804bc9f163c3aad29c3243432132 479653 libgksu_2.0.13~pre1.orig.tar.gz
 503365aa701ba7e69d69249ca6e0aff5dc6d5fd0 36052 libgksu_2.0.13~pre1-8ubuntu1.debian.tar.xz
Checksums-Sha256:
 19ab32b7baf9c5b7d806bf32a867fb7b10fed4190cc6f33ea82d58e11777092b 2509 libgksu_2.0.13~pre1-8ubuntu1.dsc
 a82c051322b8a937e0850e6c000c3eb50295871fbdafd3057ec29328404295a2 479653 libgksu_2.0.13~pre1.orig.tar.gz
 96c2db43c8d8bda5af672a7d5cf71ac5aa1ecc603cbc84018095a5bda3c605ab 36052 libgksu_2.0.13~pre1-8ubuntu1.debian.tar.xz
Files:
 09b88a27bca9b758d826d7db1a6413ea 2509 admin optional libgksu_2.0.13~pre1-8ubuntu1.dsc
 0794a1e68100680e9cac1f885b10cb11 479653 admin optional libgksu_2.0.13~pre1.orig.tar.gz
 015014feffe09fc9824ae5212b78d7a5 36052 admin optional libgksu_2.0.13~pre1-8ubuntu1.debian.tar.xz
Original-Maintainer: Gustavo Noronha Silva <kov at debian.org>

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

iQIcBAEBCgAGBQJXMdBmAAoJEGVp2FWnRL6Td4wP/2FWjK1fz3zWC6wkkri8A0Tb
uiM5Hg6Ao1Bg5teV5Fz1GpwHfaJ53fhiEsze5draTzgR9poxE4MEO3dTPh+klXRK
H8hRYXCSSN04qkTTGMeaFJ1lmXjf5/v6cY18pHmuAZBEap9tbiOPyscuT8bpfWsn
v8cfO+r58Kv956hgvz5dFtujvPdupRWSe59CS0D92JI1IVXLi/d/MdXRMAJqUkQu
RLJO4pjKpVUaJDPja6voCNsOuNoXLKCqucUCem1EP9FxkjidDE5/eAvmaVg9gGw5
k9zYiXtDvylgaMWNu099hSTfi28z2bM5r1smfQs4Fc106h7EEBDOTe7IbmfWPyHO
5VT1pko5/4RgMeYb6/kWnEmwLce+rvXITi5/LW3SY6ZTYqmYhwea1pLkIpVHnVyA
9Ae8WZQ79PkygKrlcllFQ1yw7/qAuhtdtZweBOFOOoI9K2w7MY82x2zrCpj/2gru
uw5HugUi9u84R0M0kQOjskVYS7BRN705NJHjG6Xy3IlB8jY1ih0cX8XPUerV1dzC
tMABKqM7siEiFt2yxfKiUnv8/Bwt0lKFaoELfW6OQjMSW0qDB1zABcHD0C9VbuCB
8z2ZSuFDWAjI/FLZIYb95BaI48W2Ik10W4ldcnl9hyv+D2Bym2xvz9+b9Iy1pbQ2
woFmy7N3jfl0H7cVqlow
=9PXr
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list