[ubuntu/jammy-proposed] gdm3 41.3-1ubuntu1 (Accepted)
Jeremy Bicha
jeremy.bicha at canonical.com
Thu Feb 3 19:02:13 UTC 2022
gdm3 (41.3-1ubuntu1) jammy; 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
+ 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 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 (41.3-1) unstable; urgency=medium
* Team upload
* New upstream release
- Explicitly pass "-listen tcp" to Xorg if configured with
DisallowTCP=false (Closes: #785495). Please note that this
configuration continues to be insecure if you have any untrusted
devices on your LAN, including games consoles, smart lightbulbs
and other embedded devices.
- libgdm: Handle GDM_SUPPORTED_SESSION_TYPES being unset
- Keep wayland enabled for simple-framebuffer DRM drivers
- Restart greeter session if it crashes
- Translation updates
- Various other fixes that were already included as patches in Debian
* Drop patches that were taken from upstream
* Generically depend on any logind implementation on Linux
(Closes: #991880)
* Change uid to Debian-gdm for all accesses to /var/lib/gdm3, which is
safer than manipulating a non-root-owned directory as root
- d/generate-config: Create /var/lib/gdm3 if needed, but subsequently
don't change anything as root
- d/generate-config: Run `dconf compile` as Debian-gdm
- d/generate-config: Run pkill as Debian-gdm too, while we're there
- d/gdm3.postinst: Don't create /var/lib/gdm3, it will be created on
a just-in-time basis by d/generate-config
- d/gdm3.postinst: Don't change ownership of /var/lib/gdm3
- d/gdm3.dirs: Don't ship root-owned directories which will become
owned by Debian-gdm on running systems
* Update spelling of Lintian overrides
* Silence Lintian false positive for
package-supports-alternative-init-but-no-init.d-script.
/etc/init.d/gdm3 is the LSB equivalent of both gdm3.service and
gdm.service.
* d/gdm3.dirs: Drop unnecessary directories
Date: Thu, 03 Feb 2022 13:59:59 -0500
Changed-By: Jeremy Bicha <jeremy.bicha at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gdm3/41.3-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 03 Feb 2022 13:59:59 -0500
Source: gdm3
Built-For-Profiles: noudeb
Architecture: source
Version: 41.3-1ubuntu1
Distribution: jammy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jeremy.bicha at canonical.com>
Closes: 785495 991880
Changes:
gdm3 (41.3-1ubuntu1) jammy; 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
+ 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 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 (41.3-1) unstable; urgency=medium
.
* Team upload
* New upstream release
- Explicitly pass "-listen tcp" to Xorg if configured with
DisallowTCP=false (Closes: #785495). Please note that this
configuration continues to be insecure if you have any untrusted
devices on your LAN, including games consoles, smart lightbulbs
and other embedded devices.
- libgdm: Handle GDM_SUPPORTED_SESSION_TYPES being unset
- Keep wayland enabled for simple-framebuffer DRM drivers
- Restart greeter session if it crashes
- Translation updates
- Various other fixes that were already included as patches in Debian
* Drop patches that were taken from upstream
* Generically depend on any logind implementation on Linux
(Closes: #991880)
* Change uid to Debian-gdm for all accesses to /var/lib/gdm3, which is
safer than manipulating a non-root-owned directory as root
- d/generate-config: Create /var/lib/gdm3 if needed, but subsequently
don't change anything as root
- d/generate-config: Run `dconf compile` as Debian-gdm
- d/generate-config: Run pkill as Debian-gdm too, while we're there
- d/gdm3.postinst: Don't create /var/lib/gdm3, it will be created on
a just-in-time basis by d/generate-config
- d/gdm3.postinst: Don't change ownership of /var/lib/gdm3
- d/gdm3.dirs: Don't ship root-owned directories which will become
owned by Debian-gdm on running systems
* Update spelling of Lintian overrides
* Silence Lintian false positive for
package-supports-alternative-init-but-no-init.d-script.
/etc/init.d/gdm3 is the LSB equivalent of both gdm3.service and
gdm.service.
* d/gdm3.dirs: Drop unnecessary directories
Checksums-Sha1:
cafb98876b3bca04d336b4cafdf0711211003ff0 3039 gdm3_41.3-1ubuntu1.dsc
194437f9c9a01fb732ee8edb113037ab41746adb 807452 gdm3_41.3.orig.tar.xz
7367877bac80deb736c9b4e10180a9d17fc6b6b3 83944 gdm3_41.3-1ubuntu1.debian.tar.xz
632a5aac9f914160eb94696dcd05e41b938ef40b 9004 gdm3_41.3-1ubuntu1_source.buildinfo
Checksums-Sha256:
96f6b05aa8811dcf538d0ec146bfc4ffbceac4a189c22a19832b7d656cbeaded 3039 gdm3_41.3-1ubuntu1.dsc
bb0b650a7cea90f09a33284fbd02975315407efc18e814009852d1bcad3437d4 807452 gdm3_41.3.orig.tar.xz
ed95c80bcc898547a6f9a5fd2b10c6c53effa65a50fe2e4d002be1121ea022f4 83944 gdm3_41.3-1ubuntu1.debian.tar.xz
9714a262b4d9cd89ef7b7eecbe2193993aabc1785877e425e28eb680d8e0bdcf 9004 gdm3_41.3-1ubuntu1_source.buildinfo
Files:
89c22fb5cc9d93734bbc187ef3e8a1ee 3039 gnome optional gdm3_41.3-1ubuntu1.dsc
32e70f633b0709f0345b327d57349c82 807452 gnome optional gdm3_41.3.orig.tar.xz
009ff93762415df59e8f0d864eb696c4 83944 gnome optional gdm3_41.3-1ubuntu1.debian.tar.xz
6b89ebbbeebc90687ffa28120895731b 9004 gnome optional gdm3_41.3-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the jammy-changes
mailing list