Package: haskell-http
Version: 0.4.20050430-2
Severity: wishlist
Tags: patch
When building 'haskell-http' on ppc64/unstable,
I get the following error:
dh_shlibdeps -a
dh_gencontrol -a
dpkg-gencontrol: error: current build architecture ppc64 does not appear in
package's list (alpha amd64 hppa i386 ia64 kfreebsd-i386 m68k powerpc s390
sparc)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
Please add 'ppc64' to the Architecture line in debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/haskell-http-0.4.20050430/debian/control ./debian/control
--- ../tmp-orig/haskell-http-0.4.20050430/debian/control 2006-06-26
17:44:45.000000000 +0000
+++ ./debian/control 2006-06-26 17:44:35.000000000 +0000
@@ -8,7 +8,7 @@
Package: libghc6-http-dev
Section: devel
-Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 m68k powerpc s390 sparc
+Architecture: alpha amd64 hppa i386 ia64 kfreebsd-i386 m68k powerpc ppc64 s390
sparc
Depends: ${haskell:Depends}
Suggests: haskell-http-doc
Description: GHC 6 libraries for the Haskell HTTP client library
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]