Package: linux-wlan-ng
Version: 0.2.2-2
Severity: wishlist
Tags: patch
When building 'linux-wlan-ng' on ppc64/unstable,
I get the following error:
chmod -x debian/linux-wlan-ng/etc/wlan/wlancfg-DEFAULT
dh_installman -plinux-wlan-ng man/*.1
dh_gencontrol -plinux-wlan-ng
dpkg-gencontrol: error: current build architecture ppc64 does not appear in
package's list (i386 powerpc amd64 arm alpha hppa)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
With the attached patch 'linux-wlan-ng' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/linux-wlan-ng-0.2.2/debian/control ./debian/control
--- ../tmp-orig/linux-wlan-ng-0.2.2/debian/control 2005-09-11
10:19:44.000000000 +0200
+++ ./debian/control 2005-09-11 10:19:34.000000000 +0200
@@ -1,7 +1,7 @@
Source: linux-wlan-ng
Section: admin
Priority: extra
-Architecture: i386 amd64 powerpc arm alpha hppa
+Architecture: i386 amd64 powerpc ppc64 arm alpha hppa
Maintainer: Bradley Bell <[EMAIL PROTECTED]>
Uploaders: Enrico Tassi <[EMAIL PROTECTED]>, Victor Seva <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.1.10), dpkg-dev (>= 1.9.0), dpatch,
linux-headers-2.6.12-1 [i386], linux-headers-2.6.12-1-386 [i386],
linux-headers-2.6.12-1-686 [i386], linux-headers-2.6.12-1-686-smp [i386],
linux-headers-2.6.12-1-k7 [i386], linux-headers-2.6.12-1-k7-smp [i386],
linux-headers-2.6.12-1 [amd64], linux-headers-2.6.12-1-amd64-generic [amd64],
linux-headers-2.6.12-1-amd64-k8 [amd64], linux-headers-2.6.12-1-amd64-k8-smp
[amd64], linux-headers-2.6.12-1-em64t-p4 [amd64],
linux-headers-2.6.12-1-em64t-p4-smp [amd64], linux-headers-2.6.12-1-powerpc
[powerpc]
@@ -24,7 +24,7 @@
the modules.
Package: linux-wlan-ng
-Architecture: i386 powerpc amd64 arm alpha hppa
+Architecture: i386 powerpc ppc64 amd64 arm alpha hppa
Depends: ${shlibs:Depends}, wireless-tools
Recommends: linux-wlan-ng-doc, linux-wlan-ng-0.2.2-modules | apt-src
Conflicts: linux-wlan-ng-modules, linux-wlan-ng-0.1.15-modules
@@ -119,3 +119,9 @@
Provides: linux-wlan-ng-0.2.2-modules
Depends: linux-wlan-ng, linux-image-2.6.12-1-powerpc
Description: linux-wlan-ng binary kernel module
+
+Package: linux-wlan-ng-modules-2.6.12-1-ppc64
+Architecture: ppc64
+Provides: linux-wlan-ng-0.2.2-modules
+Depends: linux-wlan-ng, linux-image-2.6.12-1-ppc64
+Description: linux-wlan-ng binary kernel module
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]