diff -Nru gdm-3.0.4/debian/changelog gdm-3.0.4/debian/changelog --- gdm-3.0.4/debian/changelog 2012-01-06 12:31:24.000000000 +0000 +++ gdm-3.0.4/debian/changelog 2012-01-13 17:37:49.000000000 +0000 @@ -1,3 +1,10 @@ +gdm (3.0.4-0ubuntu14) precise; urgency=low + + * debian/control.in: Add Breaks: to the obsolete gdm-guest-session to get it + cleaned up during upgrades. (LP: #915722) + + -- Martin Pitt Fri, 13 Jan 2012 18:37:43 +0100 + gdm (3.0.4-0ubuntu13) precise; urgency=low * debian/gdm.config: Do not show debconf prompt during dist-upgrades. diff -Nru gdm-3.0.4/debian/control gdm-3.0.4/debian/control --- gdm-3.0.4/debian/control 2012-01-06 12:31:26.000000000 +0000 +++ gdm-3.0.4/debian/control 2012-01-13 17:37:51.000000000 +0000 @@ -57,6 +57,7 @@ gnome-session-bin, kbd | console-tools, udev (>= 166-0ubuntu4) +Pre-Depends: dpkg (>= 1.15.7.2) Recommends: xserver-xorg, metacity | x-window-manager, gnome-settings-daemon | xfconf @@ -68,7 +69,7 @@ gnome-orca, gok Provides: x-display-manager -Breaks: usplash +Breaks: usplash, gdm-guest-session Description: GNOME Display Manager GDM provides the equivalent of a "login:" prompt for X displays: it asks for a login and starts X sessions. diff -Nru gdm-3.0.4/debian/control.in gdm-3.0.4/debian/control.in --- gdm-3.0.4/debian/control.in 2012-01-06 12:31:24.000000000 +0000 +++ gdm-3.0.4/debian/control.in 2012-01-13 17:37:49.000000000 +0000 @@ -52,6 +52,7 @@ gnome-session-bin, kbd | console-tools, udev (>= 166-0ubuntu4) +Pre-Depends: dpkg (>= 1.15.7.2) Recommends: xserver-xorg, metacity | x-window-manager, gnome-settings-daemon | xfconf @@ -63,7 +64,7 @@ gnome-orca, gok Provides: x-display-manager -Breaks: usplash +Breaks: usplash, gdm-guest-session Description: GNOME Display Manager GDM provides the equivalent of a "login:" prompt for X displays: it asks for a login and starts X sessions.