[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'debian-unstable'



 debian/changelog               |    2 ++
 debian/scripts/vars.powerpcspe |   24 ++++++++++++++++++++++++
 debian/scripts/vars.x32        |    1 +
 3 files changed, 27 insertions(+)

New commits:
commit 2c69d69d8212328b54fa58f872c3022f4338667d
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Mar 31 23:29:59 2014 +0200

    Add x32 support by symlinking the amd64 driver lists (closes: #700010)

diff --git a/debian/changelog b/debian/changelog
index 025d3a1..27db901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xorg (1:7.7+7) UNRELEASED; urgency=medium
   * Drop hal dependency from xserver-xorg on kfreebsd now that we use devd
     (closes: #710197)
   * Add powerpcspe support by copying powerpc driver lists (closes: #583288)
+  * Add x32 support by symlinking the amd64 driver lists (closes: #700010)
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 31 Mar 2014 22:53:43 +0200
 
diff --git a/debian/scripts/vars.x32 b/debian/scripts/vars.x32
new file mode 120000
index 0000000..5cad171
--- /dev/null
+++ b/debian/scripts/vars.x32
@@ -0,0 +1 @@
+vars.amd64
\ No newline at end of file

commit ccbec2b08268113ee8985c1876bacb7dc8e2cd68
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Mar 31 23:28:28 2014 +0200

    Add powerpcspe support by copying powerpc driver lists (closes: #583288)

diff --git a/debian/changelog b/debian/changelog
index 80e64b2..025d3a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xorg (1:7.7+7) UNRELEASED; urgency=medium
     scripts.
   * Drop hal dependency from xserver-xorg on kfreebsd now that we use devd
     (closes: #710197)
+  * Add powerpcspe support by copying powerpc driver lists (closes: #583288)
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 31 Mar 2014 22:53:43 +0200
 
diff --git a/debian/scripts/vars.powerpcspe b/debian/scripts/vars.powerpcspe
new file mode 100644
index 0000000..fb34f2b
--- /dev/null
+++ b/debian/scripts/vars.powerpcspe
@@ -0,0 +1,24 @@
+
+# This file is NOT a shell script.
+#
+# This file gets included by both debian/rules (make) AND the scripts in
+# debian/scripts (Bourne shell).
+XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-ati, \
+	xserver-xorg-video-fbdev, \
+	xserver-xorg-video-mga, \
+	xserver-xorg-video-nouveau, \
+	xserver-xorg-video-savage, \
+	xserver-xorg-video-sisusb, \
+	xserver-xorg-video-tdfx, \
+	xserver-xorg-video-trident, \
+"
+
+
+XSERVER_XORG_VIDEO_RECOMMENDS=""
+
+
+XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, \
+	xserver-xorg-input-synaptics"
+
+
+XSERVER_XORG_INPUT_RECOMMENDS="xserver-xorg-input-wacom"


Reply to: