[ubuntu/xenial-proposed] gdm3 3.18.0-2ubuntu1 (Accepted)
Tim Lunn
tim at feathertop.org
Fri Nov 13 10:02:42 UTC 2015
gdm3 (3.18.0-2ubuntu1) xenial; urgency=medium
* Rename Source and packaging to gdm3 to make merges with debian easier (LP: #1509946)
* Merge with Debian, Remaining changes:
+ README.Debian: update for correct paths in Ubuntu
+ Use upstream Xsession sript
+ control.in:
- rename gir package to gir1.2-gdm-1.0
- Drop recommends on desktop-base
- drop depends on gnome-icon-theme, adwaita-icon-theme is pulled in by gtk+
- drop build-deps only required for consolekit build
- depend on bash for ubuntu_config_error_dialog.patch
- Add a transitional gdm package
+ rules:
- Don't override default user/group
- --enable-gdm-xsession to install upstream Xsession script
- override of dh_installinit with --no-start to avoid session being killed
+ Move schema file to libgdm
- gnome-shell requires direct access to this now.
+ add debian/gdm.upstart
+ Migrate settings to gdm3 paths, this can be dropped in 16.10
- Migrate pam files as per debian structure
- gdm.preinst, gdm3.postinst: Move conffiles to new location (/etc/gdm3)
- gdm.postinst: purge the old gdm dconf profile
- generate_config: update gdm user homedir, done here since upstart blocks
usermod from working in maintscripts
- gdm3.config: force transition of dconf selection to gdm3
+ 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 (LP: #952185)
+ ubuntu_run_xsession.d.patch
+ ubuntu_upstart_event.patch:
- emit upstart events
+ ubuntu_xresources_is_a_dir.patch
when running systemd init
+ ubuntu_nvidia_prime.patch:
- Add hook to run prime-offload (as root) and prime-switch if
nvidia-prime is installed (LP: #1262068)
+ revert_override_LANG_with_accountservices.patch:
- On Ubuntu accountservices only stores the language and not the
full locale as needed by LANG.
+ 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 (LP: #678421).
+ 09_default_session.patch:
- Dropped, all the other Ubuntu flavors use LightDM and it only takes a
gsettings override to set a different default session
+ 16_xserver_path.patch: dropped
gdm3 (3.18.0-2) unstable; urgency=medium
* debian/control.in: plymouth-dev package has been renamed to
libplymouth-dev, swap the alternatives in the build-dependencies
gdm3 (3.18.0-1) unstable; urgency=medium
[ Andreas Henriksson ]
* New upstream release.
[ Laurent Bigonville ]
* Drop d/p/17_switch_on_finish.patch, d/p/18_all_displays_transient.patch,
d/p/19_switch_kill_greeter.patch: Not needed anymore.
gdm3 (3.17.92-1) experimental; urgency=medium
[ Laurent Bigonville ]
* debian/control.in: Move xserver-xorg-core (<< 2:1.17.2-2~) from Conflicts
to Breaks
[ Andreas Henriksson ]
* New upstream release candidate.
gdm3 (3.17.90-1) experimental; urgency=medium
* New upstream beta release.
* Update build-dependencies according to configure.ac changes:
- drop libxrandr-dev
* Update debian/rules according to configure.ac changes:
- drop --with/without-systemd and --with/without-consolekit,
these configure flags are no longer available.
* Drop debian/patches/07_fix_caribou_path.patch, obsoleted by
upstream removal of caribou autostart file removal.
* Temporarily disable patches which no longer apply:
- 17_switch_on_finish.patch
- 18_all_displays_transient.patch
- 19_switch_kill_greeter.patch
* Drop debian/patches/95_libsystemd.patch, fixed upstream.
* Drop debian/patches/08_frequent-users_greeter.patch, likely obsolete.
* Fix and refresh remaining patches to apply.
* debian/gdm3.install: drop debian/tmp/usr/share/gnome-session/,
gdm-shell.session no longer shipped upstream. See commit f66cdfcb2948.
"It's identical to gnome.session these days. All GDMification comes
from the overridden gnome-shell.desktop file."
* Update debian/libgdm1.symbols
* Add conflicts against xserver-xorg-core (<< 2:1.17.2-2~)
- gdm >= 3.16 needs an x server with logind support (which is
currently only available in the Debian Experimental package
version), or it will fail with "permission denied" on vt7.
- The gdm3 package has no strict dependency on an x server
which we can make versioned. Use conflicts instead to prevent
users from installing incompatible combinations.
Date: Sun, 08 Nov 2015 11:32:38 +1100
Changed-By: Tim Lunn <tim at feathertop.org>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/+source/gdm3/3.18.0-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sun, 08 Nov 2015 11:32:38 +1100
Source: gdm3
Binary: gdm3 libgdm1 libgdm-dev gir1.2-gdm-1.0 gdm
Architecture: source
Version: 3.18.0-2ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Tim Lunn <tim at feathertop.org>
Description:
gdm - GNOME Display Manager (transitional package)
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: 678421 952185 1262068 1509946
Changes:
gdm3 (3.18.0-2ubuntu1) xenial; urgency=medium
.
* Rename Source and packaging to gdm3 to make merges with debian easier (LP: #1509946)
* Merge with Debian, Remaining changes:
+ README.Debian: update for correct paths in Ubuntu
+ Use upstream Xsession sript
+ control.in:
- rename gir package to gir1.2-gdm-1.0
- Drop recommends on desktop-base
- drop depends on gnome-icon-theme, adwaita-icon-theme is pulled in by gtk+
- drop build-deps only required for consolekit build
- depend on bash for ubuntu_config_error_dialog.patch
- Add a transitional gdm package
+ rules:
- Don't override default user/group
- --enable-gdm-xsession to install upstream Xsession script
- override of dh_installinit with --no-start to avoid session being killed
+ Move schema file to libgdm
- gnome-shell requires direct access to this now.
+ add debian/gdm.upstart
+ Migrate settings to gdm3 paths, this can be dropped in 16.10
- Migrate pam files as per debian structure
- gdm.preinst, gdm3.postinst: Move conffiles to new location (/etc/gdm3)
- gdm.postinst: purge the old gdm dconf profile
- generate_config: update gdm user homedir, done here since upstart blocks
usermod from working in maintscripts
- gdm3.config: force transition of dconf selection to gdm3
+ 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 (LP: #952185)
+ ubuntu_run_xsession.d.patch
+ ubuntu_upstart_event.patch:
- emit upstart events
+ ubuntu_xresources_is_a_dir.patch
when running systemd init
+ ubuntu_nvidia_prime.patch:
- Add hook to run prime-offload (as root) and prime-switch if
nvidia-prime is installed (LP: #1262068)
+ revert_override_LANG_with_accountservices.patch:
- On Ubuntu accountservices only stores the language and not the
full locale as needed by LANG.
+ 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 (LP: #678421).
+ 09_default_session.patch:
- Dropped, all the other Ubuntu flavors use LightDM and it only takes a
gsettings override to set a different default session
+ 16_xserver_path.patch: dropped
.
gdm3 (3.18.0-2) unstable; urgency=medium
.
* debian/control.in: plymouth-dev package has been renamed to
libplymouth-dev, swap the alternatives in the build-dependencies
.
gdm3 (3.18.0-1) unstable; urgency=medium
.
[ Andreas Henriksson ]
* New upstream release.
.
[ Laurent Bigonville ]
* Drop d/p/17_switch_on_finish.patch, d/p/18_all_displays_transient.patch,
d/p/19_switch_kill_greeter.patch: Not needed anymore.
.
gdm3 (3.17.92-1) experimental; urgency=medium
.
[ Laurent Bigonville ]
* debian/control.in: Move xserver-xorg-core (<< 2:1.17.2-2~) from Conflicts
to Breaks
.
[ Andreas Henriksson ]
* New upstream release candidate.
.
gdm3 (3.17.90-1) experimental; urgency=medium
.
* New upstream beta release.
* Update build-dependencies according to configure.ac changes:
- drop libxrandr-dev
* Update debian/rules according to configure.ac changes:
- drop --with/without-systemd and --with/without-consolekit,
these configure flags are no longer available.
* Drop debian/patches/07_fix_caribou_path.patch, obsoleted by
upstream removal of caribou autostart file removal.
* Temporarily disable patches which no longer apply:
- 17_switch_on_finish.patch
- 18_all_displays_transient.patch
- 19_switch_kill_greeter.patch
* Drop debian/patches/95_libsystemd.patch, fixed upstream.
* Drop debian/patches/08_frequent-users_greeter.patch, likely obsolete.
* Fix and refresh remaining patches to apply.
* debian/gdm3.install: drop debian/tmp/usr/share/gnome-session/,
gdm-shell.session no longer shipped upstream. See commit f66cdfcb2948.
"It's identical to gnome.session these days. All GDMification comes
from the overridden gnome-shell.desktop file."
* Update debian/libgdm1.symbols
* Add conflicts against xserver-xorg-core (<< 2:1.17.2-2~)
- gdm >= 3.16 needs an x server with logind support (which is
currently only available in the Debian Experimental package
version), or it will fail with "permission denied" on vt7.
- The gdm3 package has no strict dependency on an x server
which we can make versioned. Use conflicts instead to prevent
users from installing incompatible combinations.
Checksums-Sha1:
ee67b3f5c97ab84f56266d5aef0d86e0a74eab92 3228 gdm3_3.18.0-2ubuntu1.dsc
24953845f5ede31b28d8cbe3388d3a1328e30fe9 1561544 gdm3_3.18.0.orig.tar.xz
49bed05a80c5b412b2dfd6f08136dc457f461131 89540 gdm3_3.18.0-2ubuntu1.debian.tar.xz
Checksums-Sha256:
bffd57627a26f024ae76788bdb380533d6cdbd8ce6b232c2a1ae51e1c6797376 3228 gdm3_3.18.0-2ubuntu1.dsc
c9fbe7a921a73e2cced219eab35c350f86dfcfd5b7ed7502f9aeb3c262b46a47 1561544 gdm3_3.18.0.orig.tar.xz
7b51b0ef1663550fafa31121ea5c34864ef57677be4b96375ec141c4ac5eecee 89540 gdm3_3.18.0-2ubuntu1.debian.tar.xz
Files:
e845b9282f58afdaf5dd2c003eea0474 3228 gnome optional gdm3_3.18.0-2ubuntu1.dsc
032c4db8a0d89f9ceaca7a6b6caaa405 1561544 gnome optional gdm3_3.18.0.orig.tar.xz
28b3ec9e802be84a88ae6209d460c7ae 89540 gnome optional gdm3_3.18.0-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the Xenial-changes
mailing list