r24061 - in /desktop/unstable/gdm3/debian: changelog patches/17_no_libxdmcp.patch patches/90_relibtoolize.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Apr 27 19:39:13 UTC 2010


Author: joss
Date: Tue Apr 27 19:39:13 2010
New Revision: 24061

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24061
Log:
* 90_relibtoolize.patch: updated accordingly.
* 17_no_libxdmcp.patch: fix build when there is no libxdmcp.

Added:
    desktop/unstable/gdm3/debian/patches/17_no_libxdmcp.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/90_relibtoolize.patch
    desktop/unstable/gdm3/debian/patches/series

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=24061&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Tue Apr 27 19:39:13 2010
@@ -3,7 +3,9 @@
   * Pass X_PATH et al. through DEB_CONFIGURE_SCRIPT_ENV.
   * 16_xserver_path.patch: use the environment variables when they 
     exist. Based on a patch by Julien Cristau.
+  * 90_relibtoolize.patch: updated accordingly.
   * Stop build-depending on xserver-xorg.
+  * 17_no_libxdmcp.patch: fix build when there is no libxdmcp.
 
  -- Josselin Mouette <joss at debian.org>  Tue, 27 Apr 2010 21:26:58 +0200
 

Added: desktop/unstable/gdm3/debian/patches/17_no_libxdmcp.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/17_no_libxdmcp.patch?rev=24061&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/17_no_libxdmcp.patch (added)
+++ desktop/unstable/gdm3/debian/patches/17_no_libxdmcp.patch [utf-8] Tue Apr 27 19:39:13 2010
@@ -1,0 +1,21 @@
+Index: gdm-2.30.2/daemon/gdm-manager.c
+===================================================================
+--- gdm-2.30.2.orig/daemon/gdm-manager.c	2010-04-27 21:37:11.797532344 +0200
++++ gdm-2.30.2/daemon/gdm-manager.c	2010-04-27 21:38:46.621528329 +0200
+@@ -294,7 +294,7 @@ gdm_manager_set_xdmcp_enabled (GdmManage
+ 
+         if (manager->priv->xdmcp_enabled != enabled) {
+                 manager->priv->xdmcp_enabled = enabled;
+-
++#ifdef HAVE_LIBXDMCP
+                 if (manager->priv->xdmcp_enabled) {
+                         manager->priv->xdmcp_factory = gdm_xdmcp_display_factory_new (manager->priv->display_store);
+                         if (manager->priv->started) {
+@@ -308,6 +308,7 @@ gdm_manager_set_xdmcp_enabled (GdmManage
+                         g_object_unref (manager->priv->xdmcp_factory);
+                         manager->priv->xdmcp_factory = NULL;
+                 }
++#endif
+         }
+ 
+ }

Modified: desktop/unstable/gdm3/debian/patches/90_relibtoolize.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/90_relibtoolize.patch?rev=24061&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/90_relibtoolize.patch [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/90_relibtoolize.patch [utf-8] Tue Apr 27 19:39:13 2010
@@ -7,8 +7,8 @@
 
 Index: gdm-2.30.2/aclocal.m4
 ===================================================================
---- gdm-2.30.2.orig/aclocal.m4	2010-04-27 18:59:29.365532685 +0200
-+++ gdm-2.30.2/aclocal.m4	2010-04-27 18:59:21.189525475 +0200
+--- gdm-2.30.2.orig/aclocal.m4	2010-04-27 21:27:22.981530241 +0200
++++ gdm-2.30.2/aclocal.m4	2010-04-27 21:29:19.857530197 +0200
 @@ -13,8 +13,8 @@
  
  m4_ifndef([AC_AUTOCONF_VERSION],
@@ -8034,8 +8034,8 @@
  m4_include([acinclude.m4])
 Index: gdm-2.30.2/common/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/common/Makefile.in	2010-04-27 18:59:31.105527573 +0200
-+++ gdm-2.30.2/common/Makefile.in	2010-04-27 18:59:23.301523792 +0200
+--- gdm-2.30.2.orig/common/Makefile.in	2010-04-27 21:27:22.941525927 +0200
++++ gdm-2.30.2/common/Makefile.in	2010-04-27 21:29:19.861527842 +0200
 @@ -43,8 +43,10 @@ noinst_PROGRAMS = test-settings-server$(
  subdir = common
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -8073,8 +8073,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/config.guess
 ===================================================================
---- gdm-2.30.2.orig/config.guess	2010-04-07 16:59:03.000000000 +0200
-+++ gdm-2.30.2/config.guess	2010-04-27 18:59:22.954024936 +0200
+--- gdm-2.30.2.orig/config.guess	2010-04-27 21:27:23.181528365 +0200
++++ gdm-2.30.2/config.guess	2010-04-27 21:29:19.861527842 +0200
 @@ -1,10 +1,10 @@
  #! /bin/sh
  # Attempt to guess a canonical system name.
@@ -8102,8 +8102,8 @@
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 Index: gdm-2.30.2/config.sub
 ===================================================================
---- gdm-2.30.2.orig/config.sub	2010-04-07 16:59:03.000000000 +0200
-+++ gdm-2.30.2/config.sub	2010-04-27 18:59:22.958025026 +0200
+--- gdm-2.30.2.orig/config.sub	2010-04-27 21:27:23.165526539 +0200
++++ gdm-2.30.2/config.sub	2010-04-27 21:29:19.861527842 +0200
 @@ -1,10 +1,10 @@
  #! /bin/sh
  # Configuration validation subroutine script.
@@ -8162,8 +8162,8 @@
  	*)
 Index: gdm-2.30.2/configure
 ===================================================================
---- gdm-2.30.2.orig/configure	2010-04-27 15:51:41.000000000 +0200
-+++ gdm-2.30.2/configure	2010-04-27 18:59:26.917522465 +0200
+--- gdm-2.30.2.orig/configure	2010-04-27 21:27:23.153528714 +0200
++++ gdm-2.30.2/configure	2010-04-27 21:29:24.773522747 +0200
 @@ -1,20 +1,24 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -37292,7 +37292,19 @@
  
                              PAM_LIBS="$PAM_LIBS -ldevinfo"
  fi
-@@ -31742,28 +23116,10 @@ else
+@@ -31684,7 +23058,10 @@ fi
+ # and /usr/X11 since they often symlink to each other, and configure
+ # should use the more stable location (the real directory) if possible.
+ #
+-if test -x /usr/X11/bin/Xserver; then
++if test -n "$X_PATH"; then
++   # assume the user set these variables and don't second-guess them.
++   true
++elif test -x /usr/X11/bin/Xserver; then
+    X_PATH="/usr/X11/bin"
+    X_SERVER_PATH="/usr/X11/bin"
+    X_SERVER="/usr/X11/bin/Xserver"
+@@ -31742,28 +23119,10 @@ else
  fi
  
  
@@ -37324,7 +37336,7 @@
  
  
  
-@@ -31966,7 +23322,7 @@ fi
+@@ -31966,7 +23325,7 @@ fi
  
  
  # Check whether --with-pid-file was given.
@@ -37333,7 +37345,7 @@
    withval=$with_pid_file;
  fi
  
-@@ -31987,7 +23343,7 @@ _ACEOF
+@@ -31987,7 +23346,7 @@ _ACEOF
  
  
  # Check whether --with-working-directory was given.
@@ -37342,7 +37354,7 @@
    withval=$with_working_directory;
  fi
  
-@@ -32003,7 +23359,7 @@ fi
+@@ -32003,7 +23362,7 @@ fi
  
  
  # Check whether --with-xauth-dir was given.
@@ -37351,7 +37363,7 @@
    withval=$with_xauth_dir;
  fi
  
-@@ -32019,7 +23375,7 @@ fi
+@@ -32019,7 +23378,7 @@ fi
  
  
  # Check whether --with-screenshot-dir was given.
@@ -37360,7 +37372,7 @@
    withval=$with_screenshot_dir;
  fi
  
-@@ -32038,7 +23394,7 @@ fi
+@@ -32038,7 +23397,7 @@ fi
  # Turn on the additional warnings last, so -Werror doesn't affect other tests.
  
  # Check whether --enable-more-warnings was given.
@@ -37369,7 +37381,7 @@
    enableval=$enable_more_warnings; set_more_warnings="$enableval"
  else
  
-@@ -32050,10 +23406,10 @@ else
+@@ -32050,10 +23409,10 @@ else
  fi
  
  
@@ -37382,7 +37394,7 @@
  $as_echo "yes" >&6; }
          CFLAGS="\
          -Wall \
-@@ -32065,13 +23421,9 @@ $as_echo "yes" >&6; }
+@@ -32065,13 +23424,9 @@ $as_echo "yes" >&6; }
          for option in -Wno-strict-aliasing -Wno-sign-compare; do
                  SAVE_CFLAGS="$CFLAGS"
                  CFLAGS="$CFLAGS $option"
@@ -37398,7 +37410,7 @@
  /* end confdefs.h.  */
  
  int
-@@ -32082,44 +23434,23 @@ main ()
+@@ -32082,44 +23437,23 @@ main ()
    return 0;
  }
  _ACEOF
@@ -37447,7 +37459,7 @@
  $as_echo "no" >&6; }
  fi
  
-@@ -32127,7 +23458,7 @@ fi
+@@ -32127,7 +23461,7 @@ fi
  # Enable Debug
  #
  # Check whether --enable-debug was given.
@@ -37456,7 +37468,7 @@
    enableval=$enable_debug;
  else
    enable_debug=yes
-@@ -32149,7 +23480,7 @@ fi
+@@ -32149,7 +23483,7 @@ fi
  # Enable Profiling
  #
  # Check whether --enable-profiling was given.
@@ -37465,7 +37477,7 @@
    enableval=$enable_profiling;
  else
    enable_profiling=yes
-@@ -32158,9 +23489,7 @@ fi
+@@ -32158,9 +23492,7 @@ fi
  
  if test "$enable_profiling" = "yes"; then
  
@@ -37476,7 +37488,7 @@
  
  fi
  
-@@ -32233,7 +23562,7 @@ _ACEOF
+@@ -32233,7 +23565,7 @@ _ACEOF
  #AC_SUBST(DEBIAN_DATESTAMP)
  #AC_SUBST(DEBIAN_DATE)
  
@@ -37485,7 +37497,7 @@
  
  
  cat >confcache <<\_ACEOF
-@@ -32263,13 +23592,13 @@ _ACEOF
+@@ -32263,13 +23595,13 @@ _ACEOF
      case $ac_val in #(
      *${as_nl}*)
        case $ac_var in #(
@@ -37501,7 +37513,7 @@
        esac ;;
      esac
    done
-@@ -32277,8 +23606,8 @@ $as_echo "$as_me: WARNING: cache variabl
+@@ -32277,8 +23609,8 @@ $as_echo "$as_me: WARNING: cache variabl
    (set) 2>&1 |
      case $as_nl`(ac_space=' '; set) 2>&1` in #(
      *${as_nl}ac_space=\ *)
@@ -37512,7 +37524,7 @@
        sed -n \
  	"s/'/'\\\\''/g;
  	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
-@@ -32301,11 +23630,11 @@ $as_echo "$as_me: WARNING: cache variabl
+@@ -32301,11 +23633,11 @@ $as_echo "$as_me: WARNING: cache variabl
  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
    if test -w "$cache_file"; then
      test "x$cache_file" != "x/dev/null" &&
@@ -37526,7 +37538,7 @@
  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    fi
  fi
-@@ -32325,8 +23654,8 @@ for ac_i in : $LIBOBJS; do test "x$ac_i"
+@@ -32325,8 +23657,8 @@ for ac_i in : $LIBOBJS; do test "x$ac_i"
    ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    #    will be set to the directory where LIBOBJS objects are built.
@@ -37537,7 +37549,7 @@
  done
  LIBOBJS=$ac_libobjs
  
-@@ -32342,136 +23671,86 @@ else
+@@ -32342,136 +23674,86 @@ else
  fi
  
  if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
@@ -37711,7 +37723,7 @@
  #! $SHELL
  # Generated by $as_me.
  # Run this file to recreate the current configuration.
-@@ -32481,17 +23760,18 @@ cat >$CONFIG_STATUS <<_ACEOF || ac_write
+@@ -32481,17 +23763,18 @@ cat >$CONFIG_STATUS <<_ACEOF || ac_write
  debug=false
  ac_cs_recheck=false
  ac_cs_silent=false
@@ -37737,7 +37749,7 @@
    emulate sh
    NULLCMD=:
    # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-@@ -32499,23 +23779,15 @@ if test -n "${ZSH_VERSION+set}" && (emul
+@@ -32499,23 +23782,15 @@ if test -n "${ZSH_VERSION+set}" && (emul
    alias -g '${1+"$@"}'='"$@"'
    setopt NO_GLOB_SUBST
  else
@@ -37766,7 +37778,7 @@
  as_nl='
  '
  export as_nl
-@@ -32523,7 +23795,13 @@ export as_nl
+@@ -32523,7 +23798,13 @@ export as_nl
  as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
  as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
@@ -37781,7 +37793,7 @@
    as_echo='printf %s\n'
    as_echo_n='printf %s'
  else
-@@ -32534,7 +23812,7 @@ else
+@@ -32534,7 +23815,7 @@ else
      as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
      as_echo_n_body='eval
        arg=$1;
@@ -37790,7 +37802,7 @@
        *"$as_nl"*)
  	expr "X$arg" : "X\\(.*\\)$as_nl";
  	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-@@ -32557,13 +23835,6 @@ if test "${PATH_SEPARATOR+set}" != set;
+@@ -32557,13 +23838,6 @@ if test "${PATH_SEPARATOR+set}" != set;
    }
  fi
  
@@ -37804,7 +37816,7 @@
  
  # IFS
  # We need space, tab and new line, in precisely that order.  Quoting is
-@@ -32573,15 +23844,15 @@ fi
+@@ -32573,15 +23847,15 @@ fi
  IFS=" ""	$as_nl"
  
  # Find who we are.  Look in the path if we contain no directory separator.
@@ -37823,7 +37835,7 @@
  IFS=$as_save_IFS
  
       ;;
-@@ -32593,12 +23864,16 @@ if test "x$as_myself" = x; then
+@@ -32593,12 +23867,16 @@ if test "x$as_myself" = x; then
  fi
  if test ! -f "$as_myself"; then
    $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
@@ -37844,7 +37856,7 @@
  done
  PS1='$ '
  PS2='> '
-@@ -32610,7 +23885,89 @@ export LC_ALL
+@@ -32610,7 +23888,89 @@ export LC_ALL
  LANGUAGE=C
  export LANGUAGE
  
@@ -37935,7 +37947,7 @@
  if expr a : '\(a\)' >/dev/null 2>&1 &&
     test "X`expr 00001 : '.*\(...\)'`" = X001; then
    as_expr=expr
-@@ -32624,8 +23981,12 @@ else
+@@ -32624,8 +23984,12 @@ else
    as_basename=false
  fi
  
@@ -37949,7 +37961,7 @@
  as_me=`$as_basename -- "$0" ||
  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  	 X"$0" : 'X\(//\)$' \| \
-@@ -32645,76 +24006,25 @@ $as_echo X/"$0" |
+@@ -32645,76 +24009,25 @@ $as_echo X/"$0" |
  	  }
  	  s/.*/./; q'`
  
@@ -38037,7 +38049,7 @@
  
  rm -f conf$$ conf$$.exe conf$$.file
  if test -d conf$$.dir; then
-@@ -32743,8 +24053,56 @@ fi
+@@ -32743,8 +24056,56 @@ fi
  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  rmdir conf$$.dir 2>/dev/null
  
@@ -38095,7 +38107,7 @@
  else
    test -d ./-p && rmdir ./-p
    as_mkdir_p=false
-@@ -32763,10 +24121,10 @@ else
+@@ -32763,10 +24124,10 @@ else
        if test -d "$1"; then
  	test -d "$1/.";
        else
@@ -38108,7 +38120,7 @@
  	???[sx]*):;;*)false;;esac;fi
      '\'' sh
    '
-@@ -32781,13 +24139,19 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
+@@ -32781,13 +24142,19 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr
  
  
  exec 6>&1
@@ -38130,7 +38142,7 @@
  
    CONFIG_FILES    = $CONFIG_FILES
    CONFIG_HEADERS  = $CONFIG_HEADERS
-@@ -32819,13 +24183,15 @@ _ACEOF
+@@ -32819,13 +24186,15 @@ _ACEOF
  
  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
  ac_cs_usage="\
@@ -38149,7 +38161,7 @@
    -q, --quiet, --silent
                     do not print progress messages
    -d, --debug      don't remove temporary files
-@@ -32844,16 +24210,17 @@ $config_headers
+@@ -32844,16 +24213,17 @@ $config_headers
  Configuration commands:
  $config_commands
  
@@ -38171,7 +38183,7 @@
  This config.status script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it."
  
-@@ -32889,6 +24256,8 @@ do
+@@ -32889,6 +24259,8 @@ do
      ac_cs_recheck=: ;;
    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
      $as_echo "$ac_cs_version"; exit ;;
@@ -38180,7 +38192,7 @@
    --debug | --debu | --deb | --de | --d | -d )
      debug=: ;;
    --file | --fil | --fi | --f )
-@@ -32896,20 +24265,19 @@ do
+@@ -32896,20 +24268,19 @@ do
      case $ac_optarg in
      *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
      esac
@@ -38205,7 +38217,7 @@
    --help | --hel | -h )
      $as_echo "$ac_cs_usage"; exit ;;
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-@@ -32917,11 +24285,10 @@ Try \`$0 --help' for more information."
+@@ -32917,11 +24288,10 @@ Try \`$0 --help' for more information."
      ac_cs_silent=: ;;
  
    # This is an error.
@@ -38220,7 +38232,7 @@
       ac_need_defaults=false ;;
  
    esac
-@@ -33332,12 +24699,14 @@ do
+@@ -33332,12 +24702,14 @@ do
      "daemon/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/Makefile" ;;
      "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
      "gui/Makefile") CONFIG_FILES="$CONFIG_FILES gui/Makefile" ;;
@@ -38235,7 +38247,7 @@
      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
      "data/faces/Makefile") CONFIG_FILES="$CONFIG_FILES data/faces/Makefile" ;;
      "data/greeter-autostart/Makefile") CONFIG_FILES="$CONFIG_FILES data/greeter-autostart/Makefile" ;;
-@@ -33351,9 +24720,7 @@ do
+@@ -33351,9 +24723,7 @@ do
      "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
      "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
  
@@ -38246,7 +38258,7 @@
    esac
  done
  
-@@ -33380,7 +24747,7 @@ $debug ||
+@@ -33380,7 +24750,7 @@ $debug ||
    trap 'exit_status=$?
    { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  ' 0
@@ -38255,7 +38267,7 @@
  }
  # Create a (secure) tmp directory for tmp files.
  
-@@ -33391,11 +24758,7 @@ $debug ||
+@@ -33391,11 +24761,7 @@ $debug ||
  {
    tmp=./conf$$-$RANDOM
    (umask 077 && mkdir "$tmp")
@@ -38268,7 +38280,7 @@
  
  # Set up the scripts for CONFIG_FILES section.
  # No need to generate them if there are no CONFIG_FILES.
-@@ -33403,10 +24766,16 @@ $debug ||
+@@ -33403,10 +24769,16 @@ $debug ||
  if test -n "$CONFIG_FILES"; then
  
  
@@ -38287,7 +38299,7 @@
  else
    ac_cs_awk_cr=$ac_cr
  fi
-@@ -33420,24 +24789,18 @@ _ACEOF
+@@ -33420,24 +24792,18 @@ _ACEOF
    echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    echo "_ACEOF"
  } >conf$$subs.sh ||
@@ -38315,7 +38327,7 @@
    else
      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    fi
-@@ -33459,7 +24822,7 @@ s/'"$ac_delim"'$//
+@@ -33459,7 +24825,7 @@ s/'"$ac_delim"'$//
  t delim
  :nl
  h
@@ -38324,7 +38336,7 @@
  t more1
  s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
  p
-@@ -33473,7 +24836,7 @@ s/.\{148\}//
+@@ -33473,7 +24839,7 @@ s/.\{148\}//
  t nl
  :delim
  h
@@ -38333,7 +38345,7 @@
  t more2
  s/["\\]/\\&/g; s/^/"/; s/$/"/
  p
-@@ -33526,9 +24889,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/n
+@@ -33526,9 +24892,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/n
  else
    cat
  fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
@@ -38344,7 +38356,7 @@
  _ACEOF
  
  # VPATH may cause trouble with some makes, so we remove $(srcdir),
-@@ -33569,9 +24930,7 @@ for ac_last_try in false false :; do
+@@ -33569,9 +24933,7 @@ for ac_last_try in false false :; do
    if test -z "$ac_t"; then
      break
    elif $ac_last_try; then
@@ -38355,7 +38367,7 @@
    else
      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    fi
-@@ -33656,9 +25015,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
+@@ -33656,9 +25018,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
  _ACAWK
  _ACEOF
  cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
@@ -38366,7 +38378,7 @@
  fi # test -n "$CONFIG_HEADERS"
  
  
-@@ -33671,9 +25028,7 @@ do
+@@ -33671,9 +25031,7 @@ do
    esac
    case $ac_mode$ac_tag in
    :[FHL]*:*);;
@@ -38377,7 +38389,7 @@
    :[FH]-) ac_tag=-:-;;
    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
    esac
-@@ -33701,12 +25056,10 @@ $as_echo "$as_me: error: invalid tag $ac
+@@ -33701,12 +25059,10 @@ $as_echo "$as_me: error: invalid tag $ac
  	   [\\/$]*) false;;
  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  	   esac ||
@@ -38392,7 +38404,7 @@
      done
  
      # Let's still pretend it is `configure' which instantiates (i.e., don't
-@@ -33717,7 +25070,7 @@ $as_echo "$as_me: error: cannot find inp
+@@ -33717,7 +25073,7 @@ $as_echo "$as_me: error: cannot find inp
  	`' by configure.'
      if test x"$ac_file" != x-; then
        configure_input="$ac_file.  $configure_input"
@@ -38401,7 +38413,7 @@
  $as_echo "$as_me: creating $ac_file" >&6;}
      fi
      # Neutralize special characters interpreted by sed in replacement strings.
-@@ -33730,9 +25083,7 @@ $as_echo "$as_me: creating $ac_file" >&6
+@@ -33730,9 +25086,7 @@ $as_echo "$as_me: creating $ac_file" >&6
  
      case $ac_tag in
      *:-:* | *:-) cat >"$tmp/stdin" \
@@ -38412,7 +38424,7 @@
      esac
      ;;
    esac
-@@ -33760,47 +25111,7 @@ $as_echo X"$ac_file" |
+@@ -33760,47 +25114,7 @@ $as_echo X"$ac_file" |
  	    q
  	  }
  	  s/.*/./; q'`
@@ -38461,7 +38473,7 @@
    ac_builddir=.
  
  case "$ac_dir" in
-@@ -33857,7 +25168,6 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
+@@ -33857,7 +25171,6 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
  # If the template does not know about datarootdir, expand it.
  # FIXME: This hack should be removed a few years after 2.60.
  ac_datarootdir_hack=; ac_datarootdir_seen=
@@ -38469,7 +38481,7 @@
  ac_sed_dataroot='
  /datarootdir/ {
    p
-@@ -33867,12 +25177,11 @@ ac_sed_dataroot='
+@@ -33867,12 +25180,11 @@ ac_sed_dataroot='
  /@docdir@/p
  /@infodir@/p
  /@localedir@/p
@@ -38484,7 +38496,7 @@
  $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  _ACEOF
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-@@ -33882,7 +25191,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
+@@ -33882,7 +25194,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
    s&@infodir@&$infodir&g
    s&@localedir@&$localedir&g
    s&@mandir@&$mandir&g
@@ -38493,7 +38505,7 @@
  esac
  _ACEOF
  
-@@ -33911,14 +25220,12 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
+@@ -33911,14 +25223,12 @@ s&@MKDIR_P@&$ac_MKDIR_P&;t t
  $ac_datarootdir_hack
  "
  eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
@@ -38510,7 +38522,7 @@
  which seems to be undefined.  Please make sure it is defined." >&5
  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  which seems to be undefined.  Please make sure it is defined." >&2;}
-@@ -33928,9 +25235,7 @@ which seems to be undefined.  Please mak
+@@ -33928,9 +25238,7 @@ which seems to be undefined.  Please mak
    -) cat "$tmp/out" && rm -f "$tmp/out";;
    *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    esac \
@@ -38521,7 +38533,7 @@
   ;;
    :H)
    #
-@@ -33941,25 +25246,19 @@ $as_echo "$as_me: error: could not creat
+@@ -33941,25 +25249,19 @@ $as_echo "$as_me: error: could not creat
        $as_echo "/* $configure_input  */" \
        && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
      } >"$tmp/config.h" \
@@ -38551,7 +38563,7 @@
    fi
  # Compute "$ac_file"'s index in $config_headers.
  _am_arg="$ac_file"
-@@ -33997,7 +25296,7 @@ $as_echo X"$_am_arg" |
+@@ -33997,7 +25299,7 @@ $as_echo X"$_am_arg" |
  	  s/.*/./; q'`/stamp-h$_am_stamp_count
   ;;
  
@@ -38560,7 +38572,7 @@
  $as_echo "$as_me: executing $ac_file commands" >&6;}
   ;;
    esac
-@@ -34092,47 +25391,7 @@ $as_echo X"$file" |
+@@ -34092,47 +25394,7 @@ $as_echo X"$file" |
  	    q
  	  }
  	  s/.*/./; q'`
@@ -38609,7 +38621,7 @@
        # echo "creating $dirpart/$file"
        echo '# dummy' > "$dirpart/$file"
      done
-@@ -34946,9 +26205,7 @@ _LT_EOF
+@@ -34946,9 +26208,7 @@ _LT_EOF
        esac ;;
      "po/stamp-it":C)
      if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
@@ -38620,7 +38632,7 @@
      fi
      rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
      >"po/stamp-it.tmp"
-@@ -34971,15 +26228,12 @@ $as_echo "$as_me: error: po/Makefile.in.
+@@ -34971,15 +26231,12 @@ $as_echo "$as_me: error: po/Makefile.in.
  done # for ac_tag
  
  
@@ -38638,7 +38650,7 @@
  
  
  # configure is writing to config.log, and then calls config.status.
-@@ -35000,10 +26254,10 @@ if test "$no_create" != yes; then
+@@ -35000,10 +26257,10 @@ if test "$no_create" != yes; then
    exec 5>>config.log
    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    # would make configure fail if this is the last instruction.
@@ -38653,8 +38665,8 @@
  
 Index: gdm-2.30.2/daemon/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/daemon/Makefile.in	2010-04-27 18:59:29.517524344 +0200
-+++ gdm-2.30.2/daemon/Makefile.in	2010-04-27 18:59:23.481526335 +0200
+--- gdm-2.30.2.orig/daemon/Makefile.in	2010-04-27 21:27:22.965527441 +0200
++++ gdm-2.30.2/daemon/Makefile.in	2010-04-27 21:29:19.934026158 +0200
 @@ -52,8 +52,10 @@ sbin_PROGRAMS = gdm-binary$(EXEEXT) $(am
  subdir = daemon
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -38692,8 +38704,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/data/faces/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/faces/Makefile.in	2010-04-27 18:59:32.481531922 +0200
-+++ gdm-2.30.2/data/faces/Makefile.in	2010-04-27 18:59:23.681524946 +0200
+--- gdm-2.30.2.orig/data/faces/Makefile.in	2010-04-27 21:27:22.805535118 +0200
++++ gdm-2.30.2/data/faces/Makefile.in	2010-04-27 21:29:19.934026158 +0200
 @@ -37,8 +37,10 @@ host_triplet = @host@
  subdir = data/faces
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -38731,8 +38743,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/data/greeter-autostart/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/greeter-autostart/Makefile.in	2010-04-27 18:59:32.297527335 +0200
-+++ gdm-2.30.2/data/greeter-autostart/Makefile.in	2010-04-27 18:59:23.773525052 +0200
+--- gdm-2.30.2.orig/data/greeter-autostart/Makefile.in	2010-04-27 21:27:22.837537300 +0200
++++ gdm-2.30.2/data/greeter-autostart/Makefile.in	2010-04-27 21:29:19.934026158 +0200
 @@ -38,8 +38,10 @@ subdir = data/greeter-autostart
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  	$(srcdir)/at-spi-registryd-wrapper.desktop.in.in
@@ -38770,8 +38782,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/data/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/Makefile.in	2010-04-27 18:59:31.765528156 +0200
-+++ gdm-2.30.2/data/Makefile.in	2010-04-27 18:59:23.597526975 +0200
+--- gdm-2.30.2.orig/data/Makefile.in	2010-04-27 21:27:22.925527527 +0200
++++ gdm-2.30.2/data/Makefile.in	2010-04-27 21:29:19.938030157 +0200
 @@ -36,15 +36,17 @@ build_triplet = @build@
  host_triplet = @host@
  subdir = data
@@ -38969,8 +38981,8 @@
  	rm -f \
 Index: gdm-2.30.2/data/pixmaps/16x16/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/pixmaps/16x16/Makefile.in	2010-04-27 18:59:31.957531457 +0200
-+++ gdm-2.30.2/data/pixmaps/16x16/Makefile.in	2010-04-27 18:59:23.861524083 +0200
+--- gdm-2.30.2.orig/data/pixmaps/16x16/Makefile.in	2010-04-27 21:27:22.901527971 +0200
++++ gdm-2.30.2/data/pixmaps/16x16/Makefile.in	2010-04-27 21:29:19.938030157 +0200
 @@ -39,8 +39,10 @@ host_triplet = @host@
  subdir = data/pixmaps/16x16
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39008,8 +39020,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/data/pixmaps/32x32/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/pixmaps/32x32/Makefile.in	2010-04-27 18:59:32.186026426 +0200
-+++ gdm-2.30.2/data/pixmaps/32x32/Makefile.in	2010-04-27 18:59:23.949524574 +0200
+--- gdm-2.30.2.orig/data/pixmaps/32x32/Makefile.in	2010-04-27 21:27:22.865529124 +0200
++++ gdm-2.30.2/data/pixmaps/32x32/Makefile.in	2010-04-27 21:29:19.938030157 +0200
 @@ -39,8 +39,10 @@ host_triplet = @host@
  subdir = data/pixmaps/32x32
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39047,8 +39059,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/data/pixmaps/48x48/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/pixmaps/48x48/Makefile.in	2010-04-27 18:59:32.062029516 +0200
-+++ gdm-2.30.2/data/pixmaps/48x48/Makefile.in	2010-04-27 18:59:24.037524584 +0200
+--- gdm-2.30.2.orig/data/pixmaps/48x48/Makefile.in	2010-04-27 21:27:22.885528592 +0200
++++ gdm-2.30.2/data/pixmaps/48x48/Makefile.in	2010-04-27 21:29:19.938030157 +0200
 @@ -39,8 +39,10 @@ host_triplet = @host@
  subdir = data/pixmaps/48x48
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39086,8 +39098,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/data/pixmaps/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/data/pixmaps/Makefile.in	2010-04-27 18:59:31.865531855 +0200
-+++ gdm-2.30.2/data/pixmaps/Makefile.in	2010-04-27 18:59:24.133525266 +0200
+--- gdm-2.30.2.orig/data/pixmaps/Makefile.in	2010-04-27 21:27:22.913523838 +0200
++++ gdm-2.30.2/data/pixmaps/Makefile.in	2010-04-27 21:29:19.938030157 +0200
 @@ -37,8 +37,10 @@ host_triplet = @host@
  subdir = data/pixmaps
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39125,8 +39137,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/docs/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/docs/Makefile.in	2010-04-27 18:59:32.817531623 +0200
-+++ gdm-2.30.2/docs/Makefile.in	2010-04-27 18:59:24.261524225 +0200
+--- gdm-2.30.2.orig/docs/Makefile.in	2010-04-27 21:27:22.745539642 +0200
++++ gdm-2.30.2/docs/Makefile.in	2010-04-27 21:29:19.938030157 +0200
 @@ -61,8 +61,10 @@ DIST_COMMON = $(srcdir)/Makefile.am $(sr
  	$(top_srcdir)/gnome-doc-utils.make
  subdir = docs
@@ -39164,8 +39176,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/gui/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/gui/Makefile.in	2010-04-27 18:59:30.149524787 +0200
-+++ gdm-2.30.2/gui/Makefile.in	2010-04-27 18:59:24.353524812 +0200
+--- gdm-2.30.2.orig/gui/Makefile.in	2010-04-27 21:27:23.065526256 +0200
++++ gdm-2.30.2/gui/Makefile.in	2010-04-27 21:29:19.942029269 +0200
 @@ -36,8 +36,10 @@ host_triplet = @host@
  subdir = gui
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39211,8 +39223,8 @@
  all: all-recursive
 Index: gdm-2.30.2/gui/simple-chooser/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/gui/simple-chooser/Makefile.in	2010-04-27 18:59:30.881530395 +0200
-+++ gdm-2.30.2/gui/simple-chooser/Makefile.in	2010-04-27 18:59:24.589523723 +0200
+--- gdm-2.30.2.orig/gui/simple-chooser/Makefile.in	2010-04-27 21:27:23.009526468 +0200
++++ gdm-2.30.2/gui/simple-chooser/Makefile.in	2010-04-27 21:29:19.942029269 +0200
 @@ -39,8 +39,10 @@ libexec_PROGRAMS = gdm-simple-chooser$(E
  subdir = gui/simple-chooser
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39250,8 +39262,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/gui/simple-greeter/libnotificationarea/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/gui/simple-greeter/libnotificationarea/Makefile.in	2010-04-27 18:59:30.374026998 +0200
-+++ gdm-2.30.2/gui/simple-greeter/libnotificationarea/Makefile.in	2010-04-27 18:59:24.918024833 +0200
+--- gdm-2.30.2.orig/gui/simple-greeter/libnotificationarea/Makefile.in	2010-04-27 21:27:23.037528073 +0200
++++ gdm-2.30.2/gui/simple-greeter/libnotificationarea/Makefile.in	2010-04-27 21:29:19.942029269 +0200
 @@ -39,8 +39,10 @@ noinst_PROGRAMS = testtray$(EXEEXT)
  subdir = gui/simple-greeter/libnotificationarea
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39289,8 +39301,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/gui/simple-greeter/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/gui/simple-greeter/Makefile.in	2010-04-27 18:59:30.237527250 +0200
-+++ gdm-2.30.2/gui/simple-greeter/Makefile.in	2010-04-27 18:59:24.793525359 +0200
+--- gdm-2.30.2.orig/gui/simple-greeter/Makefile.in	2010-04-27 21:27:23.049524431 +0200
++++ gdm-2.30.2/gui/simple-greeter/Makefile.in	2010-04-27 21:29:19.942029269 +0200
 @@ -46,8 +46,10 @@ libexec_PROGRAMS = gdm-simple-greeter$(E
  subdir = gui/simple-greeter
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39328,8 +39340,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/gui/user-switch-applet/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/gui/user-switch-applet/Makefile.in	2010-04-27 18:59:30.745526381 +0200
-+++ gdm-2.30.2/gui/user-switch-applet/Makefile.in	2010-04-27 18:59:25.053524314 +0200
+--- gdm-2.30.2.orig/gui/user-switch-applet/Makefile.in	2010-04-27 21:27:23.025525849 +0200
++++ gdm-2.30.2/gui/user-switch-applet/Makefile.in	2010-04-27 21:29:19.946029359 +0200
 @@ -39,8 +39,10 @@ libexec_PROGRAMS = gdm-user-switch-apple
  subdir = gui/user-switch-applet
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -39367,8 +39379,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/ltmain.sh
 ===================================================================
---- gdm-2.30.2.orig/ltmain.sh	2010-04-07 16:58:58.000000000 +0200
-+++ gdm-2.30.2/ltmain.sh	2010-04-27 18:59:11.489545295 +0200
+--- gdm-2.30.2.orig/ltmain.sh	2010-04-27 21:27:23.141525512 +0200
++++ gdm-2.30.2/ltmain.sh	2010-04-27 21:29:19.950033359 +0200
 @@ -1,6 +1,6 @@
  # Generated from ltmain.m4sh.
  
@@ -39461,7 +39473,7 @@
 Index: gdm-2.30.2/m4/libtool.m4
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdm-2.30.2/m4/libtool.m4	2010-04-27 18:58:59.749527860 +0200
++++ gdm-2.30.2/m4/libtool.m4	2010-04-27 21:29:19.962024827 +0200
 @@ -0,0 +1,7377 @@
 +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 +#
@@ -46843,7 +46855,7 @@
 Index: gdm-2.30.2/m4/lt~obsolete.m4
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdm-2.30.2/m4/lt~obsolete.m4	2010-04-27 18:58:59.753527461 +0200
++++ gdm-2.30.2/m4/lt~obsolete.m4	2010-04-27 21:29:19.962024827 +0200
 @@ -0,0 +1,92 @@
 +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 +#
@@ -46940,7 +46952,7 @@
 Index: gdm-2.30.2/m4/ltoptions.m4
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdm-2.30.2/m4/ltoptions.m4	2010-04-27 18:58:59.753527461 +0200
++++ gdm-2.30.2/m4/ltoptions.m4	2010-04-27 21:29:19.966026383 +0200
 @@ -0,0 +1,368 @@
 +# Helper functions for option handling.                    -*- Autoconf -*-
 +#
@@ -47313,7 +47325,7 @@
 Index: gdm-2.30.2/m4/ltsugar.m4
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdm-2.30.2/m4/ltsugar.m4	2010-04-27 18:58:59.753527461 +0200
++++ gdm-2.30.2/m4/ltsugar.m4	2010-04-27 21:29:19.966026383 +0200
 @@ -0,0 +1,123 @@
 +# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 +#
@@ -47441,7 +47453,7 @@
 Index: gdm-2.30.2/m4/ltversion.m4
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdm-2.30.2/m4/ltversion.m4	2010-04-27 18:58:59.753527461 +0200
++++ gdm-2.30.2/m4/ltversion.m4	2010-04-27 21:29:19.966026383 +0200
 @@ -0,0 +1,23 @@
 +# ltversion.m4 -- version numbers			-*- Autoconf -*-
 +#
@@ -47468,8 +47480,8 @@
 +])
 Index: gdm-2.30.2/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/Makefile.in	2010-04-27 18:59:29.137528555 +0200
-+++ gdm-2.30.2/Makefile.in	2010-04-27 18:59:25.433527918 +0200
+--- gdm-2.30.2.orig/Makefile.in	2010-04-27 21:27:22.993525132 +0200
++++ gdm-2.30.2/Makefile.in	2010-04-27 21:29:19.966026383 +0200
 @@ -40,8 +40,10 @@ DIST_COMMON = README $(am__configure_dep
  	TODO acconfig.h compile config.guess config.sub depcomp \
  	install-sh ltmain.sh missing mkinstalldirs
@@ -47507,8 +47519,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/tests/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/tests/Makefile.in	2010-04-27 18:59:32.697524537 +0200
-+++ gdm-2.30.2/tests/Makefile.in	2010-04-27 18:59:25.193524516 +0200
+--- gdm-2.30.2.orig/tests/Makefile.in	2010-04-27 21:27:22.777533514 +0200
++++ gdm-2.30.2/tests/Makefile.in	2010-04-27 21:29:19.966026383 +0200
 @@ -39,8 +39,10 @@ TESTS = m-common$(EXEEXT) $(am__EXEEXT_1
  subdir = tests
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -47546,8 +47558,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/utils/Makefile.in
 ===================================================================
---- gdm-2.30.2.orig/utils/Makefile.in	2010-04-27 18:59:30.021534145 +0200
-+++ gdm-2.30.2/utils/Makefile.in	2010-04-27 18:59:25.317524847 +0200
+--- gdm-2.30.2.orig/utils/Makefile.in	2010-04-27 21:27:22.953528151 +0200
++++ gdm-2.30.2/utils/Makefile.in	2010-04-27 21:29:19.970030384 +0200
 @@ -40,8 +40,10 @@ bin_PROGRAMS = gdmflexiserver$(EXEEXT) g
  subdir = utils
  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -47585,8 +47597,8 @@
  PAM_PREFIX = @PAM_PREFIX@
 Index: gdm-2.30.2/config.h.in
 ===================================================================
---- gdm-2.30.2.orig/config.h.in	2010-04-27 15:51:55.000000000 +0200
-+++ gdm-2.30.2/config.h.in	2010-04-27 18:59:25.889527361 +0200
+--- gdm-2.30.2.orig/config.h.in	2010-04-27 21:27:23.085527681 +0200
++++ gdm-2.30.2/config.h.in	2010-04-27 21:29:19.970030384 +0200
 @@ -71,6 +71,9 @@
  /* Group to use */
  #undef GDM_GROUPNAME
@@ -47610,7 +47622,7 @@
 Index: gdm-2.30.2/gui/gdmsetup/Makefile.in
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ gdm-2.30.2/gui/gdmsetup/Makefile.in	2010-04-27 18:59:24.469524461 +0200
++++ gdm-2.30.2/gui/gdmsetup/Makefile.in	2010-04-27 21:29:19.970030384 +0200
 @@ -0,0 +1,765 @@
 +# Makefile.in generated by automake 1.11.1 from Makefile.am.
 +# @configure_input@

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=24061&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series [utf-8] Tue Apr 27 19:39:13 2010
@@ -16,4 +16,5 @@
 14_bindv6only.patch
 15_kfreebsd.patch
 16_xserver_path.patch
+17_no_libxdmcp.patch
 90_relibtoolize.patch




More information about the pkg-gnome-commits mailing list