~ubuntu-branches/ubuntu/raring/gdm/raring

« back to all changes in this revision

Viewing changes to debian/patches/01_xconfigoptions.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-17 11:41:35 UTC
  • mfrom: (1.4.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20090717114135-1ql0hht1lumoiscv
Tags: 2.26.1git20090717-0ubuntu1
* Update to latest upstream git head:
  - Make greeter login window be a dock. Fixes metacity complaining about
    session management. (LP: #395324)
* Drop patches which are fixed upstream:
  - 00git-greeter-session-management.patch
  - 00git-invalid-dmrc-layout.patch
  - 00git-use-after-free.patch
  - 00git-xklavier4.patch
  - 02_dont_force_us_keyboard.patch
  - 04_polkit1.patch
* 80_workaround_incorrect_directories.patch: Update to new upstream version.
* Drop 01_xconfigoptions.patch; these configure variables are not used any
  more in the upstream code, and upstream supplies the X.org -br option by
  default now. Also drop the corresponding configure changes from
  17_update_default_xserver.patch.
* Apply 15_usplash.patch to debian/gdm.init and drop the patch.
* 17_update_default_xserver.patch: Update to new upstream version, add
  corresponding configure change, add patch tag header, forward upstream,
  and rename to 02_x_server_location.patch.
* Drop 99_autoreconf.patch. The only remaining build system change is the
  previous item.
* Drop 20_xdm-stuff.patch, it's just cruft.
* Drop debian/Xsession, and change debian/rules to install the upstream one.
* 01_xrdb_nocpp.patch: Add patch tag header, forward upstream.
* Rename 80_workaround_incorrect_directories.patch to
  04_fix_external_program_directories.patch and add patch tag header.
* Rename 81_initial_server_on_vt7.patch to 05_initial_server_on_vt7.patch.
* debian/rules: Remove /var/gdm (empty and nonstandard) and /var/run (will
  be created at runtime), thanks lintian.
* debian/copyright: Point to versioned GPL, thanks lintian.
* debian/gdm.postrm: Use "set -e" to conform to policy.
* Add debian/xterm.desktop: Reintroduce "failsafe xterm" session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Les fichiers binaires gdm-2.22.0/.bzr/checkout/dirstate et gdm-2.22.0.new/.bzr/checkout/dirstate sont différents.
2
 
diff -Nur -x '*.orig' -x '*~' gdm-2.26.1/configure.ac gdm-2.26.1.new/configure.ac
3
 
--- gdm-2.26.1/configure.ac     2009-03-16 20:50:10.000000000 +0100
4
 
+++ gdm-2.26.1.new/configure.ac 2009-06-04 16:08:10.000000000 +0200
5
 
@@ -1089,32 +1089,32 @@
6
 
    X_PATH="/usr/X11/bin"
7
 
    X_SERVER_PATH="/usr/X11/bin"
8
 
    X_SERVER="/usr/X11/bin/Xserver"
9
 
-   X_CONFIG_OPTIONS="-audit 0"
10
 
+   X_CONFIG_OPTIONS="-br -audit 0"
11
 
 elif test ! -h /usr/X11R6 -a -x /usr/X11R6/bin/X; then
12
 
    X_PATH="/usr/X11R6/bin"
13
 
    X_SERVER_PATH="/usr/X11R6/bin"
14
 
    X_SERVER="/usr/X11R6/bin/X"
15
 
-   X_CONFIG_OPTIONS="-audit 0"
16
 
+   X_CONFIG_OPTIONS="-br -audit 0"
17
 
 elif test ! -h /usr/X11 -a -x /usr/X11/bin/X; then
18
 
    X_PATH="/usr/X11/bin"
19
 
    X_SERVER_PATH="/usr/X11/bin"
20
 
    X_SERVER="/usr/X11/bin/X"
21
 
-   X_CONFIG_OPTIONS="-audit 0"
22
 
+   X_CONFIG_OPTIONS="-br -audit 0"
23
 
 elif test -x /usr/X11R6/bin/X; then
24
 
    X_PATH="/usr/X11R6/bin"
25
 
    X_SERVER_PATH="/usr/X11R6/bin"
26
 
    X_SERVER="/usr/X11R6/bin/X"
27
 
-   X_CONFIG_OPTIONS="-audit 0"
28
 
+   X_CONFIG_OPTIONS="-br -audit 0"
29
 
 elif test -x /usr/bin/Xorg; then
30
 
    X_PATH="/usr/bin"
31
 
    X_SERVER_PATH="/usr/bin"
32
 
    X_SERVER="/usr/bin/Xorg"
33
 
-   X_CONFIG_OPTIONS="-audit 0"
34
 
+   X_CONFIG_OPTIONS="-br -audit 0"
35
 
 elif test -x /usr/X11/bin/X; then
36
 
    X_PATH="/usr/X11/bin"
37
 
    X_SERVER_PATH="/usr/X11/bin"
38
 
    X_SERVER="/usr/X11/bin/X"
39
 
-   X_CONFIG_OPTIONS="-audit 0"
40
 
+   X_CONFIG_OPTIONS="-br -audit 0"
41
 
 elif test -x /usr/openwin/bin/Xsun; then
42
 
    # Do not add /usr/openwin/bin here because on Solaris you need
43
 
    # /usr/openwin/bin in your PATH even if you are using the Xorg
44
 
@@ -1122,24 +1122,24 @@
45
 
    X_PATH="/usr/openwin/bin"
46
 
    X_SERVER_PATH="/usr/openwin/bin"
47
 
    X_SERVER="/usr/openwin/bin/Xsun"
48
 
-   X_CONFIG_OPTIONS="-audit 0 -nobanner"
49
 
+   X_CONFIG_OPTIONS="-br -audit 0 -nobanner"
50
 
 elif test -x /opt/X11R6/bin/X; then
51
 
    X_PATH="/opt/X11R6/bin"
52
 
    X_SERVER_PATH="/opt/X11R6/bin"
53
 
    X_SERVER="/opt/X11R6/bin/X"
54
 
-   X_CONFIG_OPTIONS="-audit 0"
55
 
+   X_CONFIG_OPTIONS="-br -audit 0"
56
 
 elif test -x /usr/bin/X; then
57
 
    X_PATH="/usr/bin"
58
 
    X_SERVER_PATH="/usr/bin"
59
 
    X_SERVER="/usr/bin/X"
60
 
-   X_CONFIG_OPTIONS="-audit 0"
61
 
+   X_CONFIG_OPTIONS="-br -audit 0"
62
 
 else
63
 
    # what to do, what to do, this is wrong, but this just sets the
64
 
    # defaults, perhaps this user is cross compiling or some such
65
 
    X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
66
 
    X_SERVER_PATH="/usr/X11R6/bin"
67
 
    X_SERVER="/usr/X11R6/bin/X"
68
 
-   X_CONFIG_OPTIONS="-audit 0"
69
 
+   X_CONFIG_OPTIONS="-br -audit 0"
70
 
 fi
71
 
 
72
 
 dnl ---------------------------------------------------------------------------
73
 
@@ -1152,7 +1152,7 @@
74
 
 X_XNEST_UNSCALED_FONTPATH="true"
75
 
 if test -x $X_SERVER_PATH/Xephyr; then
76
 
     X_XNEST_CMD="$X_SERVER_PATH/Xephyr"
77
 
-    X_XNEST_CONFIG_OPTIONS="-audit 0"
78
 
+    X_XNEST_CONFIG_OPTIONS="-br -audit 0"
79
 
 else
80
 
     if test -x /usr/openwin/bin/Xnest; then
81
 
         # If on Solaris, Xnest is only shipped with the Xsun Xserver, so
82
 
@@ -1164,7 +1164,7 @@
83
 
     else
84
 
         if test -x $X_SERVER_PATH/Xnest; then
85
 
             X_XNEST_CMD="$X_SERVER_PATH/Xnest"
86
 
-            X_XNEST_CONFIG_OPTIONS="-audit 0 -name Xnest"
87
 
+            X_XNEST_CONFIG_OPTIONS="-br -audit 0 -name Xnest"
88
 
         fi
89
 
     fi
90
 
 fi