[ubuntu/artful-proposed] gdm3 3.24.2-1ubuntu2 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Sun May 21 02:51:12 UTC 2017


gdm3 (3.24.2-1ubuntu2) artful; urgency=medium

  * Drop gdm3.upstart
  * Really enable dh_auto_test

gdm3 (3.24.2-1ubuntu1) artful; 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
    + 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
    + 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
    + ubuntu_run_xsession.d.patch
    + ubuntu_xresources_is_a_dir.patch
      - Fix loading from /etc/X11/Xresources/*
    + ubuntu_nvidia_prime.patch:
      - Add hook to run prime-offload (as root) and prime-switch if
        nvidia-prime is installed (LP: #1262068)
    + revert_override_LANG_with_accountservices.patch:
      - On Ubuntu accountservices only stores the language and not the
        full locale as needed by LANG.
    + 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).
    + 09_default_session.patch:
      - Dropped, all the other Ubuntu flavors use LightDM and it only takes a
        gsettings override to set a different default session
  * Drop ubuntu_upstart_event.patch:
    - Ubuntu does not offer upstart any more

gdm3 (3.24.2-1) experimental; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release
  * debian/control.in:
    - Bump minimum accountsservice to 0.6.35
  * debian/rules: Don't skip dh_auto_test
  * Add 93_translate-default-desktop.patch:
    - Fix 'make check' by marking a Debian-specific file as translatable
  * Drop patches applied in new release:
    - pam_gdm-allow-setting-pam-module-dir-at-configure-ti.patch
    - stop-greeter-explicitly-when-finishing-display.patch

gdm3 (3.22.3-2) unstable; urgency=medium

  [ Laurent Bigonville ]
  * d/p/stop-greeter-explicitly-when-finishing-display.patch: Properly stop
    the greeter processes when restarting gdm, this fixes the respawn loop and
    allow gdm to restart properly (Closes: #857995)

  [ Michael Biebl ]
  * Setup pulseaudio to run as systemd user service for Debian-gdm.
    Otherwise, if we start pulseaudio within the session, the idle-timeout of
    pulseaudio will prevent the old session scope to be properly terminated
    when the gdm service is restarted and the old logind session will remain
    in state "closing".

gdm3 (3.22.3-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Add Build-Depends on libxcb1-dev. Upstream switched from xlib to xcb for
    the main gdm process to be more robust in cases where the display
    connection has gone away.
  * Use --with-pam-mod-dir configure switch to set the location of the pam
    module directory instead of moving the .so file around manually.

Date: Sat, 20 May 2017 22:49:19 -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.24.2-1ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 20 May 2017 22:49:19 -0400
Source: gdm3
Binary: gdm3 libgdm1 libgdm-dev gir1.2-gdm-1.0
Architecture: source
Version: 3.24.2-1ubuntu2
Distribution: artful
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: 857995
Launchpad-Bugs-Fixed: 678421 952185 1262068
Changes:
 gdm3 (3.24.2-1ubuntu2) artful; urgency=medium
 .
   * Drop gdm3.upstart
   * Really enable dh_auto_test
 .
 gdm3 (3.24.2-1ubuntu1) artful; 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
     + 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
     + 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
     + ubuntu_run_xsession.d.patch
     + ubuntu_xresources_is_a_dir.patch
       - Fix loading from /etc/X11/Xresources/*
     + ubuntu_nvidia_prime.patch:
       - Add hook to run prime-offload (as root) and prime-switch if
         nvidia-prime is installed (LP: #1262068)
     + revert_override_LANG_with_accountservices.patch:
       - On Ubuntu accountservices only stores the language and not the
         full locale as needed by LANG.
     + 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).
     + 09_default_session.patch:
       - Dropped, all the other Ubuntu flavors use LightDM and it only takes a
         gsettings override to set a different default session
   * Drop ubuntu_upstart_event.patch:
     - Ubuntu does not offer upstart any more
 .
 gdm3 (3.24.2-1) experimental; urgency=medium
 .
   [ Jeremy Bicha ]
   * New upstream release
   * debian/control.in:
     - Bump minimum accountsservice to 0.6.35
   * debian/rules: Don't skip dh_auto_test
   * Add 93_translate-default-desktop.patch:
     - Fix 'make check' by marking a Debian-specific file as translatable
   * Drop patches applied in new release:
     - pam_gdm-allow-setting-pam-module-dir-at-configure-ti.patch
     - stop-greeter-explicitly-when-finishing-display.patch
 .
 gdm3 (3.22.3-2) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * d/p/stop-greeter-explicitly-when-finishing-display.patch: Properly stop
     the greeter processes when restarting gdm, this fixes the respawn loop and
     allow gdm to restart properly (Closes: #857995)
 .
   [ Michael Biebl ]
   * Setup pulseaudio to run as systemd user service for Debian-gdm.
     Otherwise, if we start pulseaudio within the session, the idle-timeout of
     pulseaudio will prevent the old session scope to be properly terminated
     when the gdm service is restarted and the old logind session will remain
     in state "closing".
 .
 gdm3 (3.22.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Add Build-Depends on libxcb1-dev. Upstream switched from xlib to xcb for
     the main gdm process to be more robust in cases where the display
     connection has gone away.
   * Use --with-pam-mod-dir configure switch to set the location of the pam
     module directory instead of moving the .so file around manually.
Checksums-Sha1:
 a5de44ec0985cbade82874d8dd914ee888046876 3166 gdm3_3.24.2-1ubuntu2.dsc
 97c84cf2f50be8a0c79770c761778d6735f66d1e 88220 gdm3_3.24.2-1ubuntu2.debian.tar.xz
Checksums-Sha256:
 479e7e08f81a2be732085b27ca816f7b2b37aba3a1506d918cf79b42d115c4e8 3166 gdm3_3.24.2-1ubuntu2.dsc
 ae777292e7e27d134eaeef0706b37d6011f6f37386967ddd772b26bca7c90a6f 88220 gdm3_3.24.2-1ubuntu2.debian.tar.xz
Files:
 43125228c654d0ebf840dc9d7204b604 3166 gnome optional gdm3_3.24.2-1ubuntu2.dsc
 1a0fadc493dae12d6d9b1379cda62032 88220 gnome optional gdm3_3.24.2-1ubuntu2.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJZIQBvAAoJEOZsd1rr/mx9/aYP/iMXLH2Hzw9zNSazERQ9ojNq
kfc1wmlw6nGnEojSk5AKvcC69yV6N/Khh4wNugxkt376b7jWxSzuXZVKum9AqKzw
1XhP23vW5YttUCwCybVsQ3s4drntUHV4tPGoWtyOzQF/2miN0Hkkhmt1OrucNI6K
k6Ft2CgpZjXfDCmVxXkez8CVd0a1A/JqTOIMTq9n6Zm6+SqBjEo+2L+cMQsiR6bT
ooIq1f2E2mYFJdkbKQJKBY6OkumYONFxUizsFZS1fhntOQ48Ju6GD5gevwBSzRD3
o0yf+2axYtagIarB2ASEWPqGcD1g8XYptm95geeHktdYTNLnjnnaxNSpl8QjSeN/
pn3IUGkU2Ix8JXn/RJ8BtC9IDEHTUQ4pZuE0A7KWoAuRtB7DF/JIoNxMZDw0uO9m
6B13NE5wm6vp++PI2NBlbagQn+VB8gWoS6Q2vvh14/rpTeseJaGhqs+ZuIXgU/8U
sYA7HjMP6bD2Kcl5Chko7ilr/wigPdeE8/tRC+HHhVEbE07F1V/9wANSeABmUkKF
qSe8r0OJc622l3UuHVpYEAov3fXN4zI4TAjeAn2WyByfWw6qWWxtxoWDQJtfaoL8
+X8RqJEYXZ6tbpAN3MG3tw13IZVmL5CYk38AoujwabNxuyWbw9anYxarhjlG1pV9
rgBPM8UxAKBa6h88p81r
=dCgZ
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list