[ubuntu/cosmic-proposed] gdm3 3.28.2-2ubuntu1 (Accepted)
Iain Lane
laney at debian.org
Tue Jun 5 09:56:12 UTC 2018
gdm3 (3.28.2-2ubuntu1) cosmic; urgency=medium
[ Iain Lane ]
* 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
- Update Vcs field
+ 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
+ gdm3.install:
- Stop installing default.desktop. It adds unnecessary clutter
("System Default") to the session chooser.
- Don't install debian/Xsession
+ Add ubuntu_run_xsession.d.patch
+ Add ubuntu_xresources_is_a_dir.patch
- Fix loading from /etc/X11/Xresources/*
+ Add ubuntu_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 ubuntu_dont_set_language_env.patch:
- Don't run the set_up_session_language() function, since it
overrides variable values set by ~/.pam_environment
+ Add 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
+ 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.
[ Marco Trevisan (Treviño) ]
* debian/patches/ubuntu_nvidia_prime.patch:
- Fix install file paths
gdm3 (3.28.2-2) unstable; urgency=medium
* debian/patches/libgdm-drop-support-for-serializing-multiple-opens.patch,
debian/patches/libgdm-fix-pointer-boolean-task-confusion.patch,
debian/patches/libgdm-don-t-keep-manager-proxy-around-longer-than-we-nee.patch,
debian/patches/libgdm-use-g_object_unref-instead-of-g_clear_object-for-w.patch,
debian/patches/libgdm-get-connection-explicitly.patch,
debian/patches/libgdm-Drop-weak-refs-on-the-GDBusConnection.patch,
debian/patches/libgdm-Unref-the-manager-propagated-from-task.patch,
debian/patches/libgdm-Don-t-double-ref-the-connection-got-from-task.patch,
debian/patches/libgdm-Don-t-leak-connection-on-sync-re-authentication.patch,
debian/patches/libgdm-Use-auto-pointers-and-cleanup-code.patch,
debian/patches/libgdb-Try-to-reuse-connections-from-the-available-proxie.patch,
debian/patches/libgdm-Don-t-save-manager-address.patch,
debian/patches/libgdm-Return-NULL-on-invalid-client-instances.patch:
- Cherry picks commits from upstream 3.28 branch to propely fix ref-counting
issues on GdmClient (LP: #1766137)
Date: Tue, 05 Jun 2018 10:11:10 +0100
Changed-By: Iain Lane <laney at debian.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gdm3/3.28.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 05 Jun 2018 10:11:10 +0100
Source: gdm3
Binary: gdm3 libgdm1 libgdm-dev gir1.2-gdm-1.0
Architecture: source
Version: 3.28.2-2ubuntu1
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <laney at debian.org>
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)
Launchpad-Bugs-Fixed: 1766137
Changes:
gdm3 (3.28.2-2ubuntu1) cosmic; urgency=medium
.
[ Iain Lane ]
* 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
- Update Vcs field
+ 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
+ gdm3.install:
- Stop installing default.desktop. It adds unnecessary clutter
("System Default") to the session chooser.
- Don't install debian/Xsession
+ Add ubuntu_run_xsession.d.patch
+ Add ubuntu_xresources_is_a_dir.patch
- Fix loading from /etc/X11/Xresources/*
+ Add ubuntu_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 ubuntu_dont_set_language_env.patch:
- Don't run the set_up_session_language() function, since it
overrides variable values set by ~/.pam_environment
+ Add 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
+ 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.
.
[ Marco Trevisan (Treviño) ]
* debian/patches/ubuntu_nvidia_prime.patch:
- Fix install file paths
.
gdm3 (3.28.2-2) unstable; urgency=medium
.
* debian/patches/libgdm-drop-support-for-serializing-multiple-opens.patch,
debian/patches/libgdm-fix-pointer-boolean-task-confusion.patch,
debian/patches/libgdm-don-t-keep-manager-proxy-around-longer-than-we-nee.patch,
debian/patches/libgdm-use-g_object_unref-instead-of-g_clear_object-for-w.patch,
debian/patches/libgdm-get-connection-explicitly.patch,
debian/patches/libgdm-Drop-weak-refs-on-the-GDBusConnection.patch,
debian/patches/libgdm-Unref-the-manager-propagated-from-task.patch,
debian/patches/libgdm-Don-t-double-ref-the-connection-got-from-task.patch,
debian/patches/libgdm-Don-t-leak-connection-on-sync-re-authentication.patch,
debian/patches/libgdm-Use-auto-pointers-and-cleanup-code.patch,
debian/patches/libgdb-Try-to-reuse-connections-from-the-available-proxie.patch,
debian/patches/libgdm-Don-t-save-manager-address.patch,
debian/patches/libgdm-Return-NULL-on-invalid-client-instances.patch:
- Cherry picks commits from upstream 3.28 branch to propely fix ref-counting
issues on GdmClient (LP: #1766137)
Checksums-Sha1:
7f524284eb02fe07ac12125f134d9227956c9cd2 3151 gdm3_3.28.2-2ubuntu1.dsc
9a9f296cf706d68804e0ac52a37b2b38110eafb6 97368 gdm3_3.28.2-2ubuntu1.debian.tar.xz
60a69f673d9eea4d2dcb6f8b980bf9080388955c 21009 gdm3_3.28.2-2ubuntu1_source.buildinfo
Checksums-Sha256:
ebf1984f16e3aebc096f5c7e188a377269b3df938503a537958f22422d2d6ae7 3151 gdm3_3.28.2-2ubuntu1.dsc
a6c7d5ebba6f420aca263de7fb08a905867217f1be7a9b5c70696a4bb5e09f83 97368 gdm3_3.28.2-2ubuntu1.debian.tar.xz
1d4c166b1a53c41072bcfef09d31af4f393d1dd1f1619da0f67372648faf171f 21009 gdm3_3.28.2-2ubuntu1_source.buildinfo
Files:
1fcd0a5408c7df2340c4784c2efcec63 3151 gnome optional gdm3_3.28.2-2ubuntu1.dsc
b1658729b84fea66e807df1762b67b0d 97368 gnome optional gdm3_3.28.2-2ubuntu1.debian.tar.xz
ff70786583c05184ddb67b4f973b0c7a 21009 gnome optional gdm3_3.28.2-2ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEPQ77lee1I38W6CJY41LVxRxQQdQFAlsWXVwACgkQ41LVxRxQ
QdR0QRAApCT49OTyY517qZe7Tfp0CZV0vQlLJ0WTsxREKko3ZHn5oEqrIOZiGsxU
miHaDe/PbuOuQzymlWV9UVYW4p0/Y7JrzCmXlCcJSXGZbotXuC3reOYy+uhJbzZL
y1wEl5oxgascsaMoHy/IbwkOYb/YZLzVMBVSrTL2TlUt3AHkbeYosIO/cCREfESX
txzo7UxcKsvxbCyP1nEbAkvrzF4paSqRUBCLxjqzoq//+CO1aTIiUXQWsF4qCkKJ
wve3g9W+MvZQDLvKWbktyOylgV7BDsi4ocAkQAs9WsElFA+wxwoevm3eSDKP8lIB
7hcVie+CW96lw8CW+R30+f++LOb8iG+fbUTNrSpJG/eeVWqa2jcccIxC3zt7Ozd/
j8JJZfu4NOSM3UQiEAehhPcQNKqYo+LWzfzDfAsyAfb9UXZ+Qx+74jQDngM5xoOg
QCMmWYb6IWiDfaMk/SDJCSafP3ozuM19pz/DBrhmXvLT4/VsL+em3Z5lNIGfb+ty
ytuCmZ+D5Bb758+GoIwTJm0XmiAIk2PS16ivpU1ESf5bg3MUOzdEcX9AXzlEvD4X
TXADUjelVWb4Xa/wZ/DJeavwcjrQZIwDpuz5RUsjH5gYyPqVyE39wPCnSda7bwUr
u49VIeeYPWR2cW8uHIvWnNA5VvYE0cn1iG97ahZ+e3DD1yTPGaM=
=T67K
-----END PGP SIGNATURE-----
More information about the Cosmic-changes
mailing list