Hi, attached another patch for xserver-xfree86.config.in - without it, the preinst fails and xserver-xfree86 does not install at all.
On Sun, May 09, 2004 at 07:18:24PM +0200, Andreas Jochens wrote: > I will send an updated patch without these Build-Depends to the BTS in a > separate mail. this is in my patch as well. > Please report if you can successfully build and install xfree86 on > amd64. I could succesfully build it, install and configure it and it works, I have now X11 on my pure64 system =) I am actually rebuilding a full source upload in order to upload it to alioth this night. Thanks Frederik Schueler -- ENOSIG
diff -ruN xfree86-4.3.0.dfsg.1/debian/control xfree86-4.3.0.dfsg.1.new/debian/control --- xfree86-4.3.0.dfsg.1/debian/control 2004-05-09 20:04:58.688048766 +0200 +++ xfree86-4.3.0.dfsg.1.new/debian/control 2004-05-09 17:52:14.000000000 +0200 @@ -4,7 +4,7 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Branden Robinson <[EMAIL PROTECTED]>, Fabio Massimo Di Nitto <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: dpkg (>= 1.7.0), flex, bison, bsdmainutils, groff, zlib1g-dev | libz-dev, libncurses5-dev | libncurses-dev, libpam0g-dev | libpam-dev, libfreetype6-dev, libpaperg, libstdc++5-dev | libstdc++-dev, tetex-bin, po-debconf, debhelper (>= 4.1.16), html2text, libglide2-dev (>> 2001.01.26) [amd64 i386], libglide3-dev (>= 2002.04.10-3) [alpha amd64 i386], linux-kernel-headers [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh], linux-kernel-headers (>= 2.5.999-test7-bk-15) [sparc], libpng12-dev | libpng-dev, libexpat1-dev, libfontconfig1-dev, fontconfig, bzip2, libxft-dev (>= 2.1.2), libxrender-dev (>= 0.8.3), libxcursor-dev, dbs, m4 +Build-Depends: dpkg (>= 1.7.0), flex, bison, bsdmainutils, groff, zlib1g-dev | libz-dev, libncurses5-dev | libncurses-dev, libpam0g-dev | libpam-dev, libfreetype6-dev, libpaperg, libstdc++5-dev | libstdc++-dev, tetex-bin, po-debconf, debhelper (>= 4.1.16), html2text, libglide2-dev (>> 2001.01.26) [i386], libglide3-dev (>= 2002.04.10-3) [alpha i386], linux-kernel-headers [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh], linux-kernel-headers (>= 2.5.999-test7-bk-15) [sparc], libpng12-dev | libpng-dev, libexpat1-dev, libfontconfig1-dev, fontconfig, bzip2, libxft-dev (>= 2.1.2), libxrender-dev (>= 0.8.3), libxcursor-dev, dbs, m4 Build-Conflicts: cpp-3.3 (<< 1:3.3.3-0pre1) Package: lbxproxy diff -ruN xfree86-4.3.0.dfsg.1/debian/xserver-xfree86.config.in xfree86-4.3.0.dfsg.1.new/debian/xserver-xfree86.config.in --- xfree86-4.3.0.dfsg.1/debian/xserver-xfree86.config.in 2004-05-09 20:00:17.361622249 +0200 +++ xfree86-4.3.0.dfsg.1.new/debian/xserver-xfree86.config.in 2004-05-09 20:06:58.131274986 +0200 @@ -591,6 +591,9 @@ alpha) DRIVER_LIST="ati, cirrus, glint, mga, nv, rendition, s3, s3virge, savage, siliconmotion, tdfx, tga, vga" ;; + amd64) + DRIVER_LIST="apm, ark, ati, chips, cirrus, cyrix, fbdev, glide, glint, i128, i740, i810, imstt, mga, neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion, sis, tga, trident, tseng, vesa, vga" + ;; arm|hppa) DRIVER_LIST="ati, chips, fbdev, glint, mga, nv, s3, s3virge, savage, sis, tdfx, trident, vga" ;;