Your message dated Sun, 15 Oct 2006 15:02:58 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375623: fixed in ghc6 6.6-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Source: ghc6
Source-Version: 6.6-1

We believe that the bug you reported is fixed in the latest version of
ghc6, which is due to be installed in the Debian FTP archive:

ghc6-doc_6.6-1_all.deb
  to pool/main/g/ghc6/ghc6-doc_6.6-1_all.deb
ghc6-libsrc_6.6-1_all.deb
  to pool/main/g/ghc6/ghc6-libsrc_6.6-1_all.deb
ghc6-prof_6.6-1_alpha.deb
  to pool/main/g/ghc6/ghc6-prof_6.6-1_alpha.deb
ghc6_6.6-1.diff.gz
  to pool/main/g/ghc6/ghc6_6.6-1.diff.gz
ghc6_6.6-1.dsc
  to pool/main/g/ghc6/ghc6_6.6-1.dsc
ghc6_6.6-1_alpha.deb
  to pool/main/g/ghc6/ghc6_6.6-1_alpha.deb
ghc6_6.6.orig.tar.gz
  to pool/main/g/ghc6/ghc6_6.6.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ian Lynagh (wibble) <[EMAIL PROTECTED]> (supplier of updated ghc6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 12 Oct 2006 01:22:24 +0000
Source: ghc6
Binary: ghc6-prof ghc6 ghc6-libsrc ghc6-doc
Architecture: source all alpha
Version: 6.6-1
Distribution: unstable
Urgency: low
Maintainer: Ian Lynagh (wibble) <[EMAIL PROTECTED]>
Changed-By: Ian Lynagh (wibble) <[EMAIL PROTECTED]>
Description: 
 ghc6       - GHC - the Glasgow Haskell Compilation system
 ghc6-doc   - Documentation for the Glasgow Haskell Compilation system
 ghc6-libsrc - Library Sources of GHC, the Glasgow Haskell Compilation system
 ghc6-prof  - Profiling libraries for the Glasgow Haskell Compilation system
Closes: 375623
Changes: 
 ghc6 (6.6-1) unstable; urgency=low
 .
   * New upstream version.
   * Drop ghc6-hopengl package as HOpenGL is now split off from the
     GHC core.
   * Removed:
     * ghc6-hopengl.README.debian
     * ghc6-hopengl.examples
     * ghc6-hopengl.postinst.in
     * ghc6-hopengl.prerm.in
   * Removed opengl examples.
   * debian/scripts.mk no longer makes:
     * debian/ghc6-hopengl.postinst
     * debian/ghc6-hopengl.prerm
   * Removed all opengl-related commands from debian/rules.
   * Drop build-deps on
       xlibmesa-gl-dev, libglu1-xorg-dev | libglu-dev, libglut3-dev
     now we don't build the OpenGL libs.
   * Added note to manpage that ghci is not yet available on all arches.
   * Add ppc64 to the list of arches that have ghc6. Closes: #375623.
   * Update locations of README and ANNOUNCE in ghc6.docs.
   * Don't include ghc/mk/version.mk in debian/scripts.mk as it no longer
     exists. Instead, get ProjectVersion with some shell magic.
   * Don't include ghc/mk/version.mk in debian/scripts.mk as it no longer
     exists. Instead, pass $(ProjectVersion) in from debian/rules.
   * Remove mk/build.mk before we start filling it so the commands can be
     more symmetric.
   * Don't build the threaded RTS except on x86/amd64.
   * Don't try to link ghc6 with the threaded RTS except on x86/amd64.
   * Remove debian/test-build before creating it, so we can restart
     builds part-way through without them falling over.
   * Various paths in debian/rules lose their ghc/ prefix.
   * Clean up debian/test-build/ after doing the test.
   * hslibs no longer exists, so remove everything relating to it in
     debian/rules.
   * Remove register declarations from rts/StgCRun.c that break the
     unregisterised build on alpha.
   * Add to compiler/cmm/PprC.hs an option for loads and stores to be
     printed in a way that works if they are not aligned as the arch
     wishes. Enable this option for alpha.
   * Remove the --source-module argument to haddock in mk/package.mk
     as haddock 0.7 doesn't support it.
   * Re-add the -optP-P when generating .raw-hs files as haddock 0.7
     doesn't cope with line numbers in the files.
Files: 
 46438197ec22f4e1630d5818f6dc2d0d 806 devel optional ghc6_6.6-1.dsc
 dd1369c5049803a614f609a679ba4c11 5181975 devel optional ghc6_6.6.orig.tar.gz
 d36d0b1d2006f8d9577402467136583c 21852 devel optional ghc6_6.6-1.diff.gz
 519eec04e6a989588f773b42aa577dc0 1013350 doc optional ghc6-doc_6.6-1_all.deb
 55561e124c67196943e81dccd84b9777 865324 doc optional ghc6-libsrc_6.6-1_all.deb
 2f5642a0003eaf5684bf4df477d2200e 30309636 devel optional ghc6_6.6-1_alpha.deb
 36c8b8cacdbdf56554830f052a7865dc 10990692 devel optional 
ghc6-prof_6.6-1_alpha.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFFMn1163y6poDIPo4RAhPmAJ0YuZ9tZpYQsWVOxA4TR5jf24+JuQCeOTev
V2Fd8ObBqMsYH1Yie6FG5kM=
=3lor
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to