~ubuntu-branches/ubuntu/maverick/gdm/maverick

« back to all changes in this revision

Viewing changes to gui/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Sebastien Bacher, Kees Cook, Robert Ancell, Martin Pitt
  • Date: 2010-08-06 13:02:51 UTC
  • mfrom: (1.4.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100806130251-dqy5pufiii6fb20m
Tags: 2.30.4-0ubuntu1
[ Sebastien Bacher ]
* New upstream versions:
  - Translation fixes
  - Many performance improvements for the greeter
  - Various robustness fixes
  - Fix XDMCP
  - Fix switch user menu item detection
  - Remove obsolete restart and stop scripts
  - Fixed #618834, GdmProductSlave does not handle OpenSession 
  - Fixed #342397, gdm doesn't respond to XDMCP querys if local X server fails
    to start 
  - Fixed #544730, XDMCP broadcast discovery not working on BSD w/ ipv6 
    enabled (lp: #393835)
  - Fixed #589536, gdm-simple-slave crashed with signal 5 in 
    g_return_if_fail_warning (lp: #403441)
  - Fixed #592183, GDM entry field loses focus after dialogs are presented 
  - Fixed #594857, Warning when type 'gdm --version' in terminal in new GDM 
  - Fixed #599683, xdmcp Queries from Older software 
  - Fixed #610179, GDM patch for accounts dialogue 
  - Fixed #616722, Xdmcp linking problem 
  - Fixed #616730, user-switch-applet build failure: missing -I for dbus-glib 
  - Fixed #617665, Panel doesn't shrink after disabling "high contrast" 
  - Fixed #619588, User's Real names should be escaped against XML markup 
    (lp: #499690, #585128)
  - Fixed #620430, memory leaks in gdm 
  - Fixed #620893, bottom panel is overlapping at smaller sizes 
  - Fixed #620908, gdm user switch applet goes nuts while 
    changing password file 
  - Fixed #621045, Improve startup performance of the greeter 
  - Fixed #621131, User switch applet performance issues 
  - Fixed #621661, Make slaves more robust against crashes 
  - Fixed #622069, greeter doesn't work when there's no local user 
  - Fixed #622337, shows shutdown buttons when connecting over xdmcp 
  - Fixed #622430, keyboard layout handling wonky 
  - Fixed #622431, cancel button not shown during timed login 
  - Fixed #601458, Add presence items to status menu and port to JS 
* Refresh distribution changes
* debian/patches/07_correct_distribution_version.patch:
  - use upstream version
* debian/patches/13_cache_ck_history.patch:
  - dropped since the new upstream version solves this issue differently
* debian/patches/23_login_window_hint.patch:
  - dropped, the change is in the new version

[ Kees Cook ]
* debian/patches/24_system_uid.patch: - updated for upstream code changes

[ Robert Ancell ]
* debian/xsession.desktop:
* debian/xterm.desktop:
  - Use clearer session names (LP: #599336)
* debian/patches/09_gdmsetup.patch:
  - Remove session comment from combo box to make it fit better

[ Martin Pitt ]
* 09_gdmsetup.patch: Only show "Play Login Sound" checkbox if we have
  /usr/share/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop.
* Add 01_upower.patch: Port to UPower.
* debian/control: libdevkit-power-gobject-dev → libupower-glib-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
POST_UNINSTALL = :
34
34
build_triplet = @build@
35
35
host_triplet = @host@
 
36
@XDMCP_SUPPORT_TRUE@am__append_1 = simple-chooser
36
37
subdir = gui
37
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
 
        $(top_srcdir)/configure.ac
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
41
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
42
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
43
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
41
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
46
        $(ACLOCAL_M4)
43
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66
70
        distdir
67
71
ETAGS = etags
68
72
CTAGS = ctags
69
 
DIST_SUBDIRS = $(SUBDIRS)
70
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
74
am__relativize = \
72
75
  dir0=`pwd`; \
335
338
top_builddir = @top_builddir@
336
339
top_srcdir = @top_srcdir@
337
340
NULL = 
338
 
SUBDIRS = \
 
341
SUBDIRS = simple-greeter user-switch-applet $(NULL) $(am__append_1)
 
342
DIST_SUBDIRS = \
339
343
        simple-chooser          \
340
344
        simple-greeter          \
341
345
        user-switch-applet      \