Public bug reported:

This is what the control template in 
/usr/src/modules/fglrx-kernel/debian/control.template looks like for the amd64 
package:
-------------------------------
Source: fglrx-kernel
Section: restricted
Priority: optional
Maintainer: Daniel Stone <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 3.0.0), make, libc6-dev
Standards-Version: 3.6.0

Package: fglrx-kernel-#KVERS#
Architecture: i386
Provides: fglrx-kernel-7.1.0-8-3
Depends: fglrx-kernel-common (>= 7.1.0-8-3)
Recommends: linux-image-#KVERS#
Description: ATI binary kernel module for Linux #KVERS#
 These XFree86/X.Org 4.x binary drivers provide optimized hardware acceleration
 of OpenGL applications via a direct-rendering X Server and support the Radeon
 r2xx/r3xx/r4xx (RADEON 8500 and above) chipsets.
 .
 This package contains the ATI binary kernel module needed by
 fglrx-driver.
 .
 For more information on this source package visit ATI's homepage
 at http://www.ati.com/ .
-------------------------------
Note the architecture is incorrect. This should be amd64. Another problem is 
the Depends; there is no such file as fglrx-kernel-common.

Also, there are build errors because of this in the debian rules file:
-------------------------------
%.Makefile :
        # select which makefile to use.
        rm -f $(CURDIR)/$(dirname)/Makefile || true
        cd $(CURDIR)/$(dirname) ; \
        ln -s Makefile.kbuild Makefile ; \
        cd .. ; \
-------------------------------
When the file is unzipped, Makefile.kbuild does not exist.

** Affects: linux-restricted-modules-2.6.24 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 control fglrx

-- 
fglrx kernel source control and makefile bugs
https://bugs.launchpad.net/bugs/223302
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to