[ubuntu/oracular-proposed] gdm3 47.0-1ubuntu1 (Accepted)
Marco Trevisan (Treviño)
marco at ubuntu.com
Mon Sep 16 17:09:17 UTC 2024
gdm3 (47.0-1ubuntu1) oracular; urgency=medium
* Merge with Debian, containing new upstream release. 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:
- Ensure Nvidia 5xx drivers always get Wayland as the default unless
there's a stronger reason why it won't work (like modeset has been
disabled on the kernel command line)
+ 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
* Reverted debian patch to udev rules for nvidia S0ix suspend support
* debian/patches: Revert a further upstream change to gdm udev rules
* debian/patches: Update git indexes
gdm3 (47.0-1) experimental; urgency=medium
[ Simon McVittie ]
* New upstream release candidate 47
* d/rules: Explicitly enable X11 support.
If upstream disables this in some future release, we'll want it to be
an intentional decision whether we follow that.
* d/control: Drop dependency on libcanberra-gtk, no longer checked
* d/control: Don't build gdm3 binary package on armel.
gdm3 requires GNOME Shell, which is unlikely to be practically useful
on the older ARM machines that can't run armhf or arm64. GNOME Shell
also requires gjs, which is likely to be removed from armel.
(Helps: #1080521)
* Standards-Version: 4.7.0 (no changes required)
* Update Lintian overrides
* d/control: Add ${gir:Provides} to libgdm-dev
[ Marco Trevisan (Treviño) ]
* New upstream release 47.0
* debian: Drop gdm-screenshot references, as it has been removed upstream
Date: Mon, 16 Sep 2024 19:05:58 +0200
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gdm3/47.0-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 16 Sep 2024 19:05:58 +0200
Source: gdm3
Built-For-Profiles: noudeb
Architecture: source
Version: 47.0-1ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Changes:
gdm3 (47.0-1ubuntu1) oracular; urgency=medium
.
* Merge with Debian, containing new upstream release. 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:
- Ensure Nvidia 5xx drivers always get Wayland as the default unless
there's a stronger reason why it won't work (like modeset has been
disabled on the kernel command line)
+ 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
* Reverted debian patch to udev rules for nvidia S0ix suspend support
* debian/patches: Revert a further upstream change to gdm udev rules
* debian/patches: Update git indexes
.
gdm3 (47.0-1) experimental; urgency=medium
.
[ Simon McVittie ]
* New upstream release candidate 47
* d/rules: Explicitly enable X11 support.
If upstream disables this in some future release, we'll want it to be
an intentional decision whether we follow that.
* d/control: Drop dependency on libcanberra-gtk, no longer checked
* d/control: Don't build gdm3 binary package on armel.
gdm3 requires GNOME Shell, which is unlikely to be practically useful
on the older ARM machines that can't run armhf or arm64. GNOME Shell
also requires gjs, which is likely to be removed from armel.
(Helps: #1080521)
* Standards-Version: 4.7.0 (no changes required)
* Update Lintian overrides
* d/control: Add ${gir:Provides} to libgdm-dev
.
[ Marco Trevisan (Treviño) ]
* New upstream release 47.0
* debian: Drop gdm-screenshot references, as it has been removed upstream
Checksums-Sha1:
aa8f90d72f8a4396dfc5524c7fcabaa565d10334 3337 gdm3_47.0-1ubuntu1.dsc
4cef4e7b67390568c182a0ca514644d66bbaf8fc 936172 gdm3_47.0.orig.tar.xz
9d0e771bda07efe5d2311fb91fe7c4d3d5ec71cf 97508 gdm3_47.0-1ubuntu1.debian.tar.xz
078ae21000b6448fa805e433b5a83556a020eeeb 21377 gdm3_47.0-1ubuntu1_source.buildinfo
Checksums-Sha256:
bca27d8ed4da9251a964e1383de14c2a16ca23c33765ec9d512afbe8e676f984 3337 gdm3_47.0-1ubuntu1.dsc
c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84 936172 gdm3_47.0.orig.tar.xz
03451cd36474d0e5570b63b40c8b54d9fc731ec96d78a5e970ccc9d5c4d78143 97508 gdm3_47.0-1ubuntu1.debian.tar.xz
9f5d847c39291259627e6063b91a1610d2722dfb605ba3f068bca35de4a00704 21377 gdm3_47.0-1ubuntu1_source.buildinfo
Files:
4679464bee6cb0dbdb280c8d26387f2b 3337 gnome optional gdm3_47.0-1ubuntu1.dsc
0312497290b26525e14fbc153f1a87f2 936172 gnome optional gdm3_47.0.orig.tar.xz
c48766e83bf2e42cab88984bbdc3cac1 97508 gnome optional gdm3_47.0-1ubuntu1.debian.tar.xz
c7e0645623a1521011cf5e516149d5f2 21377 gnome optional gdm3_47.0-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the oracular-changes
mailing list