[ubuntu/bionic-proposed] gdm3 3.26.2.1-2ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Fri Nov 10 00:12:15 UTC 2017


gdm3 (3.26.2.1-2ubuntu1) bionic; urgency=medium

  * Merge with Debian. Remaining changes:
    + README.Debian: update for correct paths in Ubuntu
    + control.in:
      - Don't recommend desktop-base
      - Depend on bash for ubuntu_config_error_dialog.patch
      - Update Vcs field
    + rules:
      - Don't override default user/group
      - --enable-gdm-xsession to install upstream Xsession script
      - override dh_installinit with --no-start to avoid session being killed
      - Only do gdm3 things when we're building gdm3
    + rules, README.Debian, gdm3.8.pod:
      Use upstream custom.conf instead of daemon.conf
    + gdm3.{postinst,postrm}: rename user and group back to gdm
    + gdm3.postinst: don't kill gdm on upgrade
    + gdm3.*.pam: Make pam_env read ~/.pam_environment (LP: #952185)
    + gdm3.install:
      - Stop installing default.desktop. It adds unnecessary clutter
        ("System Default") to the session chooser.
      - Don't install debian/Xsession
    + debian/gdm3.config
      - Only prompt the user to choose display managers when we haven't
        already determined a migration to gdm3 is recommended.
      - Handle the transition from lightdm in gdm3 rather than
        ubuntu-session
      - Check the version of gdm3 instead of ubuntu-session. If
        ubuntu-session wasn't installed, the previous version generated
        stderr output. (It didn't fail, because the dpkg-query call was
        first in the pipeline and the awk call always succeeds.) If gdm3
        was configured before ubuntu-session then this check wouldn't have
        worked either. I think that instead we can compare the version of
        gdm3 itself, and do this transition when we upgrade from an old
        version or install gdm3 for the first time.
    + Add ubuntu_run_xsession.d.patch
    + Add ubuntu_xresources_is_a_dir.patch
      - Fix loading from /etc/X11/Xresources/*
    + Add ubuntu_nvidia_prime.patch:
      - Add hook to run prime-offload (as root) and prime-switch if
        nvidia-prime is installed (LP: #1262068)
    + Add revert_override_LANG_with_accountservices.patch:
      - On Ubuntu accountservices only stores the language and not the
        full locale as needed by LANG.
    + Add ubuntu_dont_set_language_env.patch:
      - Don't run the set_up_session_language() function, since it
        overrides variable values set by ~/.pam_environment (LP: #1662031)
    + Add ubuntu_config_error_dialog.patch:
      - Show warning dialog in case of error in ~/.profile etc. and
        don't let a syntax error make the login fail (LP: #678421).
    + Add revert_drop_gdm_shell_session.patch:
      - Revert commit that requires gnome-session to be installed
    + Add debian/default.pa
      - Disable Bluetooth audio devices in PulseAudio from gdm3.
    + debian/gdm3.install
      - Added details of the default.pa file
    + debian/gdm3.postinst
      - Added installation of default.pa and creation of dir if it doesn't
        exist.

gdm3 (3.26.2.1-2) unstable; urgency=medium

  * debian/gdm3.gdm-fingerprint.pam: Add PAM service to allow the user to
    authenticate using fingerprints. This requires installing libpam-fprintd
    (>= 0.8.0-2) and that the fprintd module is NOT included in common-auth

gdm3 (3.26.2.1-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Drop obsolete libdbus-glib-1-dev Build-Depends
  * Drop obsolete alternative plymouth-dev Build-Depends
  * Update symbols files for libgdm1 for the ChoiceList API additions
  * Use dh_missing to list uninstalled files
  * Drop obsolete maintainer scripts code handling upgrades from pre-jessie
  * Disable static libraries as we don't install them anyway
  * Updated Greek translation by Vangelis Skarmoutsos. (Closes: #867563)
  * Drop 11_xephyr_nested.patch from debian/po-up/POTFILES.in as this patch
    has been dropped

Date: Mon, 09 Oct 2017 13:50:51 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gdm3/3.26.2.1-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 Oct 2017 13:50:51 -0400
Source: gdm3
Binary: gdm3 libgdm1 libgdm-dev gir1.2-gdm-1.0
Architecture: source
Version: 3.26.2.1-2ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
 gdm3       - GNOME Display Manager
 gir1.2-gdm-1.0 - GObject introspection data for the GNOME Display Manager
 libgdm-dev - GNOME Display Manager (development files)
 libgdm1    - GNOME Display Manager (shared library)
Closes: 867563
Launchpad-Bugs-Fixed: 678421 952185 1262068 1662031
Changes:
 gdm3 (3.26.2.1-2ubuntu1) bionic; urgency=medium
 .
   * Merge with Debian. Remaining changes:
     + README.Debian: update for correct paths in Ubuntu
     + control.in:
       - Don't recommend desktop-base
       - Depend on bash for ubuntu_config_error_dialog.patch
       - Update Vcs field
     + rules:
       - Don't override default user/group
       - --enable-gdm-xsession to install upstream Xsession script
       - override dh_installinit with --no-start to avoid session being killed
       - Only do gdm3 things when we're building gdm3
     + rules, README.Debian, gdm3.8.pod:
       Use upstream custom.conf instead of daemon.conf
     + gdm3.{postinst,postrm}: rename user and group back to gdm
     + gdm3.postinst: don't kill gdm on upgrade
     + gdm3.*.pam: Make pam_env read ~/.pam_environment (LP: #952185)
     + gdm3.install:
       - Stop installing default.desktop. It adds unnecessary clutter
         ("System Default") to the session chooser.
       - Don't install debian/Xsession
     + debian/gdm3.config
       - Only prompt the user to choose display managers when we haven't
         already determined a migration to gdm3 is recommended.
       - Handle the transition from lightdm in gdm3 rather than
         ubuntu-session
       - Check the version of gdm3 instead of ubuntu-session. If
         ubuntu-session wasn't installed, the previous version generated
         stderr output. (It didn't fail, because the dpkg-query call was
         first in the pipeline and the awk call always succeeds.) If gdm3
         was configured before ubuntu-session then this check wouldn't have
         worked either. I think that instead we can compare the version of
         gdm3 itself, and do this transition when we upgrade from an old
         version or install gdm3 for the first time.
     + Add ubuntu_run_xsession.d.patch
     + Add ubuntu_xresources_is_a_dir.patch
       - Fix loading from /etc/X11/Xresources/*
     + Add ubuntu_nvidia_prime.patch:
       - Add hook to run prime-offload (as root) and prime-switch if
         nvidia-prime is installed (LP: #1262068)
     + Add revert_override_LANG_with_accountservices.patch:
       - On Ubuntu accountservices only stores the language and not the
         full locale as needed by LANG.
     + Add ubuntu_dont_set_language_env.patch:
       - Don't run the set_up_session_language() function, since it
         overrides variable values set by ~/.pam_environment (LP: #1662031)
     + Add ubuntu_config_error_dialog.patch:
       - Show warning dialog in case of error in ~/.profile etc. and
         don't let a syntax error make the login fail (LP: #678421).
     + Add revert_drop_gdm_shell_session.patch:
       - Revert commit that requires gnome-session to be installed
     + Add debian/default.pa
       - Disable Bluetooth audio devices in PulseAudio from gdm3.
     + debian/gdm3.install
       - Added details of the default.pa file
     + debian/gdm3.postinst
       - Added installation of default.pa and creation of dir if it doesn't
         exist.
 .
 gdm3 (3.26.2.1-2) unstable; urgency=medium
 .
   * debian/gdm3.gdm-fingerprint.pam: Add PAM service to allow the user to
     authenticate using fingerprints. This requires installing libpam-fprintd
     (>= 0.8.0-2) and that the fprintd module is NOT included in common-auth
 .
 gdm3 (3.26.2.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Refresh patches
   * Drop obsolete libdbus-glib-1-dev Build-Depends
   * Drop obsolete alternative plymouth-dev Build-Depends
   * Update symbols files for libgdm1 for the ChoiceList API additions
   * Use dh_missing to list uninstalled files
   * Drop obsolete maintainer scripts code handling upgrades from pre-jessie
   * Disable static libraries as we don't install them anyway
   * Updated Greek translation by Vangelis Skarmoutsos. (Closes: #867563)
   * Drop 11_xephyr_nested.patch from debian/po-up/POTFILES.in as this patch
     has been dropped
Checksums-Sha1:
 cf9e2a955c5db5651f384dbabd189c80b9b6889e 3019 gdm3_3.26.2.1-2ubuntu1.dsc
 9497c07a079387795248888a310e79b558994c2b 89148 gdm3_3.26.2.1-2ubuntu1.debian.tar.xz
 bfc8a859a585e723d525c56bc0c581b70fe7d531 18212 gdm3_3.26.2.1-2ubuntu1_source.buildinfo
Checksums-Sha256:
 9a493f021919a5e17d0951af15014f44c5c668ed92537a9cf37b64044773b961 3019 gdm3_3.26.2.1-2ubuntu1.dsc
 c7e1659dbad1e15755a5b48f6de93617b2d6f945c5d4b197fd2bf1a73f78ee18 89148 gdm3_3.26.2.1-2ubuntu1.debian.tar.xz
 fa60869a88a0e9a53374ae8d44094780aeeb53cc556a41d94da83ccbec0343f6 18212 gdm3_3.26.2.1-2ubuntu1_source.buildinfo
Files:
 4f59a6bbdedea7c00de7205bbea61c38 3019 gnome optional gdm3_3.26.2.1-2ubuntu1.dsc
 1d1a9c4653a8627e7a983d953e9390ab 89148 gnome optional gdm3_3.26.2.1-2ubuntu1.debian.tar.xz
 12d67d492efe0200f4bda4b024775ef7 18212 gnome optional gdm3_3.26.2.1-2ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJaBO68AAoJEOZsd1rr/mx9hnEQAKCDqn2WtTlWscDFnYTHyjjW
93zmupx/Zi+H78TBe4GVzWzNLyNsyLmEb1WNDR/fF579K2v4COvWxT1B77rPQjFR
QfoBIsICIjML2GtiGyK2gQbA2j2CyB4bkEtvDnDhtkPxUm2ZnrOgI9Io1Rj0aa9Y
UoIJxwBfHhGe2O5N0RBfirCZKerLp/3S+P8vYs1IDLkvWG017nMy0TdkdUXNlLfU
LIm/yiUA0KoDT+3WiqJda67P+CznDYvlQrBG1MRpyVlcMEbjNZXhj5EV5XQCgWZe
NQs7BJn/SCDcNWlKXLmWBRlkwUhTCNMNvnSG6xAYsgiCn7qMVmTVYuuYBsKDXhol
6hyhb5Dz49oYhxkKM6CnEejdl53QO5mjGqQrG5n8AL+QVTnJL+ZmCU2F1H5GckC6
xd4V5NFXn9/EbaCPx4A4BQSOpra3Vj62qWazZ5VaPewZVH7i1/J0puwIGPZL/suD
Njd5m1RszUTZyIJDd0HbZ3ZEXJ+HL/MoJIbBoabLeiTH6ol/dVjKMK/ZmkLXv6md
lBkgApQWg5aDASaI9CFjQeI7Y+btIA6ZeUMlJxcQ1Ikz3sXPzEjZDxdLeFcnINPp
H6rF44lRbbkhDLg9xT7t26SeaK+goQreG54fy6z4FU+S0nR3AsBVA70mjz2LOEl6
LBbfKfrfRMiX7rhYrEOh
=P/CQ
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list