Comment 0 for bug 278700

Revision history for this message
Colin Watson (cjwatson) wrote :

Package: linux-image
Version: 2.6.25.2.2
Architecture: hppa
Depends: linux-image- (= 2.6.25.2.2)

Package: linux-image
Version: 2.6.25.2.2
Architecture: powerpc
Depends: linux-image- (= 2.6.25.2.2)

The linux and linux-image metapackages should not be built on hppa or powerpc, since (as noted in debian/rules) those architectures can be either 32-bit or 64-bit and there is no one generic kernel for them. Conversely, those two metapackages should be built on ia64.

That is:

--- linux-ports-meta.orig/debian/control.common
+++ linux-ports-meta/debian/control.common
@@ -24,7 +24,7 @@
  available.

 Package: linux
-Architecture: powerpc hppa sparc
+Architecture: ia64 sparc
 Section: restricted/metapackages
 Priority: optional
 Depends: linux-image (= ${binary:Version})
@@ -33,7 +33,7 @@
  available.

 Package: linux-image
-Architecture: powerpc hppa sparc
-Architecture: ia64 sparc
 Section: metapackages
 Priority: optional
 Depends: linux-image-${generic-depends} (= ${binary:Version})

... and regenerate debian/control to match.