[ubuntu/plucky-proposed] gdm3 48~beta-1ubuntu1 (Accepted)

Jeremy Bícha jbicha at ubuntu.com
Mon Feb 10 16:03:17 UTC 2025


gdm3 (48~beta-1ubuntu1) plucky; urgency=medium

  * Merge with Debian. Remaining changes:
    + readme.debian: update for correct paths in ubuntu
    + control:
      - don't recommend desktop-base
      - depend on bash for config_error_dialog.patch
      - update vcs field
    + rules:
      - don't override default user/group
      - -dgdm-xsession=true 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
    + debian/tests/control:
      - Use gdm user name
    + gdm3.*.pam: make pam_env read ~/.pam_environment, as we use in g-c-c
      settings
    + gdm3.install:
      - don't install debian/xsession
    + add run_xsession.d.patch
    + add xresources_is_a_dir.patch
      - fix loading from /etc/x11/xresources/*
    + add nvidia_prime.patch:
      - add hook to run prime-offload (as root) and prime-switch if
        nvidia-prime is installed
    + add revert_override_lang_with_accountservices.patch:
      - on ubuntu accountservices only stores the language and not the
        full locale as needed by lang.
    + add dont_set_language_env.patch:
      - don't run the set_up_session_language() function, since it
        overrides variable values set by ~/.pam_environment
    + add 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
    + add prefer_ubuntu_session_fallback.patch:
      - Prefer ubuntu session as fallback instead of GNOME
    + add XSession-Use-x-terminal-emulator-as-fallback-instead-of-x.patch:
      - Use x-terminal-emulator as fallback instead of xterm
    + add Drop-Nvidia-power-management-suspend-checks.patch:
      - Ensure Nvidia drivers always get Wayland as the default, despite
        known issues with suspend/resume affecting Wayland more than Xorg.
    + 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.
    + debian/greeter.dconf-defaults: don't set debian settings in the
      greeter's dconf db

gdm3 (48~beta-1) unstable; urgency=medium

  [ Jeremy Bícha ]
  * New upstream release
  * Remove gsettings schema patch: applied in new release

  [ Marco Trevisan (Treviño) ]
  * debian/tests/sssd-gdm: Use random PIN values by default
  * debian/tests/sssd-gdm: Sync with upstream cleanups
  * d/tests/sssd-gdm-smartcard-pam-auth-tester.sh: Ensure auth fails
    with invalid cert
  * debian/tests/sssd-softhism2-certificates-tests.sh: Remove unused
    v3_ca settings

gdm3 (47.0-4) unstable; urgency=medium

  * Cherry-pick gsettings schema addition required by GNOME Shell 48 Beta

Date: Mon, 10 Feb 2025 10:56:26 -0500
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gdm3/48~beta-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 10 Feb 2025 10:56:26 -0500
Source: gdm3
Built-For-Profiles: noudeb
Architecture: source
Version: 48~beta-1ubuntu1
Distribution: plucky
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Changes:
 gdm3 (48~beta-1ubuntu1) plucky; urgency=medium
 .
   * Merge with Debian. Remaining changes:
     + readme.debian: update for correct paths in ubuntu
     + control:
       - don't recommend desktop-base
       - depend on bash for config_error_dialog.patch
       - update vcs field
     + rules:
       - don't override default user/group
       - -dgdm-xsession=true 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
     + debian/tests/control:
       - Use gdm user name
     + gdm3.*.pam: make pam_env read ~/.pam_environment, as we use in g-c-c
       settings
     + gdm3.install:
       - don't install debian/xsession
     + add run_xsession.d.patch
     + add xresources_is_a_dir.patch
       - fix loading from /etc/x11/xresources/*
     + add nvidia_prime.patch:
       - add hook to run prime-offload (as root) and prime-switch if
         nvidia-prime is installed
     + add revert_override_lang_with_accountservices.patch:
       - on ubuntu accountservices only stores the language and not the
         full locale as needed by lang.
     + add dont_set_language_env.patch:
       - don't run the set_up_session_language() function, since it
         overrides variable values set by ~/.pam_environment
     + add 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
     + add prefer_ubuntu_session_fallback.patch:
       - Prefer ubuntu session as fallback instead of GNOME
     + add XSession-Use-x-terminal-emulator-as-fallback-instead-of-x.patch:
       - Use x-terminal-emulator as fallback instead of xterm
     + add Drop-Nvidia-power-management-suspend-checks.patch:
       - Ensure Nvidia drivers always get Wayland as the default, despite
         known issues with suspend/resume affecting Wayland more than Xorg.
     + 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.
     + debian/greeter.dconf-defaults: don't set debian settings in the
       greeter's dconf db
 .
 gdm3 (48~beta-1) unstable; urgency=medium
 .
   [ Jeremy Bícha ]
   * New upstream release
   * Remove gsettings schema patch: applied in new release
 .
   [ Marco Trevisan (Treviño) ]
   * debian/tests/sssd-gdm: Use random PIN values by default
   * debian/tests/sssd-gdm: Sync with upstream cleanups
   * d/tests/sssd-gdm-smartcard-pam-auth-tester.sh: Ensure auth fails
     with invalid cert
   * debian/tests/sssd-softhism2-certificates-tests.sh: Remove unused
     v3_ca settings
 .
 gdm3 (47.0-4) unstable; urgency=medium
 .
   * Cherry-pick gsettings schema addition required by GNOME Shell 48 Beta
Checksums-Sha1:
 2e0ba34580f2682df7c3ce7040a767452a7b2e13 3343 gdm3_48~beta-1ubuntu1.dsc
 bb5de227456ec3ad43f113afb49eefc776209406 938128 gdm3_48~beta.orig.tar.xz
 74514ca7dbcc7bbcf34c8277e8d1724bf08faea0 97576 gdm3_48~beta-1ubuntu1.debian.tar.xz
 08cc8c23fa9001d63163b2e3600f040e1e7620f7 18628 gdm3_48~beta-1ubuntu1_source.buildinfo
Checksums-Sha256:
 93eec26ff42d2500605cbcb81bb1d1d0cf5d55dc8cf0d7f15508854f07884938 3343 gdm3_48~beta-1ubuntu1.dsc
 acd6728240d3424cf8b93479a81afcb22f05c3610a23d83094afe3a026f9ce6d 938128 gdm3_48~beta.orig.tar.xz
 7c226baae13d6ab9438f8cb3e2713dc00754eed420a4f2320309f6ada7c6cb65 97576 gdm3_48~beta-1ubuntu1.debian.tar.xz
 04c04fa62d815ab16488c021f233b544c4f593634d75c308a9637d68136a3c01 18628 gdm3_48~beta-1ubuntu1_source.buildinfo
Files:
 3161c7e8643bbe7e530805f421364efc 3343 gnome optional gdm3_48~beta-1ubuntu1.dsc
 4ffef9cd77bb56f3d4d1603e7efccbc7 938128 gnome optional gdm3_48~beta.orig.tar.xz
 177d8e34f14ab6d8788010a0eda597c2 97576 gnome optional gdm3_48~beta-1ubuntu1.debian.tar.xz
 a3c5c2cb9abb5a66657699af3a3bff17 18628 gnome optional gdm3_48~beta-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the plucky-changes mailing list