Your message dated Sun, 20 Jul 2008 00:51:41 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#491506: fixed in haskell-devscripts 0.6.13 has caused the Debian Bug report #491506, regarding Tries to call ghc-pkg in cabal_version_ge 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 491506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491506 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: haskell-devscripts Version: 0.6.12 Severity: important Tags: patch The "cabal_version_ge" subroutine in Dh_Haskell.pm attempts to call "ghc-pkg" which is causing dh_haskell-based packages to FTBFS. Tested patch attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20diff -urNad haskell-devscripts-0.6.12.orig/Dh_Haskell.pm haskell-devscripts-0.6.12/Dh_Haskell.pm --- haskell-devscripts-0.6.12.orig/Dh_Haskell.pm 2008-07-20 00:14:43.000000000 +0100 +++ haskell-devscripts-0.6.12/Dh_Haskell.pm 2008-07-20 00:15:27.000000000 +0100 @@ -52,7 +52,7 @@ sub cabal_version_ge { my $requested_version = shift; - my $version = `ghc-pkg field Cabal version`; + my $version = `ghc-pkg6 field Cabal version`; chomp $version; $version =~ s/version: // ; system("dpkg --compare-versions $version ge $requested_version");
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: haskell-devscripts Source-Version: 0.6.13 We believe that the bug you reported is fixed in the latest version of haskell-devscripts, which is due to be installed in the Debian FTP archive: haskell-devscripts_0.6.13.dsc to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.13.dsc haskell-devscripts_0.6.13.tar.gz to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.13.tar.gz haskell-devscripts_0.6.13_all.deb to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.13_all.deb 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. Arjan Oosting <[EMAIL PROTECTED]> (supplier of updated haskell-devscripts 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.8 Date: Sat, 19 Jul 2008 20:52:13 +0200 Source: haskell-devscripts Binary: haskell-devscripts Architecture: source all Version: 0.6.13 Distribution: unstable Urgency: medium Maintainer: Arjan Oosting <[EMAIL PROTECTED]> Changed-By: Arjan Oosting <[EMAIL PROTECTED]> Description: haskell-devscripts - Tools to help Debian developers build Haskell packages Closes: 491506 Changes: haskell-devscripts (0.6.13) unstable; urgency=medium . * Apply patch from Chris Lamb to prevent other packages from FTBFS (Closes: #491506) * debian/control: - Bump Standards-Version to 3.8.0. No changes needed. * Raise urgency to get this small fix in Lenny Checksums-Sha1: 703b0452d9f1900933256ceca97d8f6cf8fa5eb4 994 haskell-devscripts_0.6.13.dsc ab05f917f8a6acec06c6aff49d2e90ceca283159 20702 haskell-devscripts_0.6.13.tar.gz 3f1647d371115099d4aa5ecf26445296490ca64b 18930 haskell-devscripts_0.6.13_all.deb Checksums-Sha256: cf9327443564f3bdf0a322c9228f6cf8d6bb61acbcd7a13badf3695b096313ba 994 haskell-devscripts_0.6.13.dsc 24ff91d6ef3ab1405768735c6977d725b3f84dd454c4a978a87c1f6cf738cd98 20702 haskell-devscripts_0.6.13.tar.gz 16c176ea8c09377c66f94318cb830dc08d85c404ac0b2a7e632d99b2ac4181a2 18930 haskell-devscripts_0.6.13_all.deb Files: 3afa43fe6078c94c5935b59830910d1b 994 devel optional haskell-devscripts_0.6.13.dsc 10c5534e6215c0ea42ada7c08aa363bd 20702 devel optional haskell-devscripts_0.6.13.tar.gz 1ed7c77de4ee04ee51f7d79221cd116c 18930 devel optional haskell-devscripts_0.6.13_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiCficACgkQUALvsZYuOJDmxgCfaqfdrAHBIN2x1tDQW5eM44Lm JLUAn0qlej5P6emUzZ3NKLxhWO3TbsMF =qpoS -----END PGP SIGNATURE-----
--- End Message ---

