Package: nbd
Version: 1:2.7.4-1
Severity: wishlist
Tags: patch

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

dh_shlibdeps -a
if [ `uname -s` = 'Linux' ]; then dh_gencontrol -a; else dh_gencontrol 
-pnbd-server; fi
dpkg-gencontrol: error: current build architecture ppc64 does not appear in 
package's list (alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh3 
sh3eb sh4 sh4eb sparc amd64)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/nbd-2.7.4/debian/control ./debian/control
--- ../tmp-orig/nbd-2.7.4/debian/control        2005-07-17 08:17:36.000000000 
+0000
+++ ./debian/control    2005-07-17 08:17:22.000000000 +0000
@@ -23,7 +23,7 @@
  but something else, like Sun's Network File System (NFS), or CODA.
 
 Package: nbd-client
-Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh3 sh3eb 
sh4 sh4eb sparc amd64
+Architecture: alpha arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh3 
sh3eb sh4 sh4eb sparc amd64
 Depends: ${shlibs:Depends}, debconf
 Description: the Network Block Device client
  This package contains the client process for the Network Block


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

Reply via email to