[ubuntu/noble-proposed] gdm3 46~rc-1ubuntu1 (Accepted)

Jeremy Bícha jbicha at ubuntu.com
Fri Mar 15 18:20:12 UTC 2024


gdm3 (46~rc-1ubuntu1) noble; 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 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
      - Use needs-root instead of needs-sudo (to remove when ubuntu autopkgtest
        will be updated to include such feature)
    + debian/tests/sssd-gdm-smartcard-pam-auth-tester-env.sh:
      - Added to use needs-root autopkgtest instead of needs-sudo
    + 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 debian/patches/revert_nvidia_wayland_blacklist.patch:
      - don't blacklist nvidia for wayland
    + add gdm3.service-wait-for-drm-device-before-trying-to-start-i.patch:
      - wait for the first valid gdm device on pre-start
    + 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 Revert-data-Disable-GDM-on-hybrid-graphics-laptops-with-v.patch:
      - Don't disable Wayland on hybrid graphics laptops
    + 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
  * Drop cherry-picked JSON binary protocol patches: applied in new release
  * Add patch to revert dropping Nvidia Wayland logic

gdm3 (46~rc-1) unstable; urgency=medium

  * New upstream release
  * Add Build-Depends: libjson-glib-dev
  * debian/libgdm1.symbols: Add new symbols
  * debian/gdm3.install: Install /usr/bin/gdm-config

gdm3 (45.0.1-3) unstable; urgency=medium

  * Team upload

  [ Simon McVittie ]
  * d/control: Stop generating from d/control.in
  * d/control: Remove unnecessary B-D on systemd, udev.
    This package already build-depends on systemd-dev. (Closes: #1060507)
  * d/gdm3.lintian-overrides: Update to accomodate merged /usr
  * d/gdm3.lintian-overrides: Add an override for #1031037
  * d/source/lintian-overrides: Silence warnings for local dh-exec
    substitutions

  [ Dandan Zhang ]
  * Add loong64 to the list of architectures where gjs is available
    (Closes: #1058673)

  [ Michael Biebl ]
  * Install PAM module into /usr (Closes: #1061244)

Date: Fri, 15 Mar 2024 13:57:17 -0400
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/46~rc-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 15 Mar 2024 13:57:17 -0400
Source: gdm3
Built-For-Profiles: noudeb
Architecture: source
Version: 46~rc-1ubuntu1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Closes: 1058673 1060507 1061244
Changes:
 gdm3 (46~rc-1ubuntu1) noble; 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 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
       - Use needs-root instead of needs-sudo (to remove when ubuntu autopkgtest
         will be updated to include such feature)
     + debian/tests/sssd-gdm-smartcard-pam-auth-tester-env.sh:
       - Added to use needs-root autopkgtest instead of needs-sudo
     + 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 debian/patches/revert_nvidia_wayland_blacklist.patch:
       - don't blacklist nvidia for wayland
     + add gdm3.service-wait-for-drm-device-before-trying-to-start-i.patch:
       - wait for the first valid gdm device on pre-start
     + 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 Revert-data-Disable-GDM-on-hybrid-graphics-laptops-with-v.patch:
       - Don't disable Wayland on hybrid graphics laptops
     + 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
   * Drop cherry-picked JSON binary protocol patches: applied in new release
   * Add patch to revert dropping Nvidia Wayland logic
 .
 gdm3 (46~rc-1) unstable; urgency=medium
 .
   * New upstream release
   * Add Build-Depends: libjson-glib-dev
   * debian/libgdm1.symbols: Add new symbols
   * debian/gdm3.install: Install /usr/bin/gdm-config
 .
 gdm3 (45.0.1-3) unstable; urgency=medium
 .
   * Team upload
 .
   [ Simon McVittie ]
   * d/control: Stop generating from d/control.in
   * d/control: Remove unnecessary B-D on systemd, udev.
     This package already build-depends on systemd-dev. (Closes: #1060507)
   * d/gdm3.lintian-overrides: Update to accomodate merged /usr
   * d/gdm3.lintian-overrides: Add an override for #1031037
   * d/source/lintian-overrides: Silence warnings for local dh-exec
     substitutions
 .
   [ Dandan Zhang ]
   * Add loong64 to the list of architectures where gjs is available
     (Closes: #1058673)
 .
   [ Michael Biebl ]
   * Install PAM module into /usr (Closes: #1061244)
Checksums-Sha1:
 f764c15f39bc5926560c04f2a5d5c31aaffc6d2a 3387 gdm3_46~rc-1ubuntu1.dsc
 6b406c71799b9268ea3167ef6853faf13b176e39 915236 gdm3_46~rc.orig.tar.xz
 84930c5e2fb3569c77b589c8f28a26d7c451b2fe 95620 gdm3_46~rc-1ubuntu1.debian.tar.xz
 a2f48733038147e8fcbc36cb3596127aa61adf9d 19921 gdm3_46~rc-1ubuntu1_source.buildinfo
Checksums-Sha256:
 7014c7f2f1a71b9ae197e4d0d3e2b8ec8e713ad178c6c3cbc741305fe24d86fe 3387 gdm3_46~rc-1ubuntu1.dsc
 7329b1906d06a3be8d2bd88316ac8881163f50c4986a11a255a3995c1d3ffec0 915236 gdm3_46~rc.orig.tar.xz
 9c979e7b8ddcf0ce2055538a1dec47d7accc2b3cd96909c47a84fdc3e6b16d02 95620 gdm3_46~rc-1ubuntu1.debian.tar.xz
 125ae85297e5681803f2a56a580911405a12691d7b27697e885e0ead83139e81 19921 gdm3_46~rc-1ubuntu1_source.buildinfo
Files:
 aef13bdc42a94b551431fc99f96b6e71 3387 gnome optional gdm3_46~rc-1ubuntu1.dsc
 5d589a9f5f2fff029355ae221d9b5300 915236 gnome optional gdm3_46~rc.orig.tar.xz
 4cb36642587c215f7ee26024825b3fe6 95620 gnome optional gdm3_46~rc-1ubuntu1.debian.tar.xz
 ac5a3f9c159490001e465f641931ae0d 19921 gnome optional gdm3_46~rc-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the noble-changes mailing list