Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-18 Thread Andreas Jochens
Hello,

the attached patch is an updated version of the ppc64 support patch
which applies to the latest xorg version 7.0.14 in unstable.

The patch just creates the debian/scripts/vars.ppc64 file.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xorg-7.0.14/debian/scripts/vars.ppc64 
./debian/scripts/vars.ppc64
--- ../tmp-orig/xorg-7.0.14/debian/scripts/vars.ppc64   1970-01-01 
00:00:00.0 +
+++ ./debian/scripts/vars.ppc64 2006-04-18 08:28:26.0 +
@@ -0,0 +1,12 @@
+
+# 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-chips, 
xserver-xorg-video-fbdev, xserver-xorg-video-glint, xserver-xorg-video-imstt, 
xserver-xorg-video-mga, xserver-xorg-video-nv, xserver-xorg-video-s3, 
xserver-xorg-video-s3virge, xserver-xorg-video-savage, xserver-xorg-video-sis, 
xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, xserver-xorg-video-trident, 
xserver-xorg-video-vga
+
+# xserver-xorg-video-v4l, 
+
+XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, xserver-xorg-input-kbd, 
xserver-xorg-input-mouse, xserver-xorg-input-synaptics
+
+# , xserver-xorg-input-wacom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-12 Thread Andreas Jochens
Package: xorg
Version: 1:7.0.10
Severity: wishlist
Tags: patch

When building 'xorg' on ppc64/unstable, I get the following error:

dpkg-buildpackage: host architecture ppc64
 debian/rules clean
debian/rules:39: debian/scripts/vars.ppc64: No such file or directory
make: *** No rule to make target `debian/scripts/vars.ppc64'.  Stop.

With the attached patch 'xorg' can be compiled on ppc64.

The patch adds the file debian/scripts/vars.ppc64 which has been
copied from debian/scripts/vars.powerpc.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xorg-7.0.10/debian/scripts/vars.ppc64 
./debian/scripts/vars.ppc64
--- ../tmp-orig/xorg-7.0.10/debian/scripts/vars.ppc64   1970-01-01 
00:00:00.0 +
+++ ./debian/scripts/vars.ppc64 2006-04-12 05:46:43.0 +
@@ -0,0 +1,8 @@
+
+# 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-chips, 
xserver-xorg-video-fbdev, xserver-xorg-video-glint, xserver-xorg-video-imstt, 
xserver-xorg-video-mga, xserver-xorg-video-nv, xserver-xorg-video-s3, 
xserver-xorg-video-s3virge, xserver-xorg-video-savage, xserver-xorg-video-sis, 
xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, xserver-xorg-video-trident, 
xserver-xorg-video-vga
+
+# xserver-xorg-video-v4l, 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-12 Thread Michel Dänzer
On Wed, 2006-04-12 at 08:09 +0200, Andreas Jochens wrote:
 
 +XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-ati, 
 xserver-xorg-video-chips, xserver-xorg-video-fbdev, xserver-xorg-video-glint, 
 xserver-xorg-video-imstt, xserver-xorg-video-mga, xserver-xorg-video-nv, 
 xserver-xorg-video-s3, xserver-xorg-video-s3virge, xserver-xorg-video-savage, 
 xserver-xorg-video-sis, xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, 
 xserver-xorg-video-trident, xserver-xorg-video-vga

Why vga but not vesa?

Looks good otherwise.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#362085: xorg: FTBFS (ppc64): Please add debian/scripts/vars.ppc64

2006-04-12 Thread Andreas Jochens
Hello,

thanks for your reply!

On 06-Apr-12 08:47, Michel Dänzer wrote:
 On Wed, 2006-04-12 at 08:09 +0200, Andreas Jochens wrote:
  +XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-ati, 
  xserver-xorg-video-chips, xserver-xorg-video-fbdev, 
  xserver-xorg-video-glint, xserver-xorg-video-imstt, xserver-xorg-video-mga, 
  xserver-xorg-video-nv, xserver-xorg-video-s3, xserver-xorg-video-s3virge, 
  xserver-xorg-video-savage, xserver-xorg-video-sis, 
  xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, 
  xserver-xorg-video-trident, xserver-xorg-video-vga
 
 Why vga but not vesa?
 
 Looks good otherwise.

I just copied the list from vars.powerpc to vars.ppc64. 

The list in vars.powerpc does not contain vesa. But it would probably 
make sense to add vesa to the powerpc and to the ppc64 lists.

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]