Your message dated Fri, 04 May 2007 13:47:01 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#419391: fixed in ftphs 1.0.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: libhugs-ftphs Version: 1.0.0 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi John, I am planning to upload the modular Hugs from experimental to unstable ASAP. As a precaution I am rebuilding all packages which build depend on Hugs. For the modular hugs packaging the (build) dependencies of ftphs need to change: diff -Nru /tmp/UAV62zyChq/ftphs-1.0.0/debian/control /tmp/CRhAtFx4TQ/ftphs-1.0.0/debian/control - --- /tmp/UAV62zyChq/ftphs-1.0.0/debian/control 2006-12-07 22:24:32.000000000 +0100 +++ /tmp/CRhAtFx4TQ/ftphs-1.0.0/debian/control 2007-04-15 05:25:35.000000000 +0200 @@ -2,7 +2,7 @@ Priority: optional Maintainer: John Goerzen <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-mtl-dev, libghc6-missingh-dev (>= 0.18.0), libghc6-hslogger-dev - -Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-hslogger, libhugs-missingh (>= 0.18.0) +Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 0.18.0) Standards-Version: 3.6.2 Section: devel @@ -26,7 +26,7 @@ Package: libhugs-ftphs Section: devel Architecture: all - -Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-missingh (>= 0.18.0) +Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 0.18.0) Suggests: ftphs-doc Description: FTP Client and Server Library for Haskell, Hugs package ftphs provides a Haskell library to implement a FTP client But after I did this the package did not build because it needs Text.Regex module: compilation IS NOT required make test-hugs make[1]: Entering directory `/tmp/buildd/ftphs-1.0.0' runhugs -98 +o "-Fcpphs --noline" -P/tmp/buildd/ftphs-1.0.0/src:/tmp/buildd/ftphs-1.0.0/testsrc: testsrc/runtests.hs runhugs: Error occurred ERROR "/tmp/buildd/ftphs-1.0.0/src/Network/FTP/Client/Parser.hs" - Can't find imported module "Text.Regex" Text.Regex is not included anymore in the latest Hugs version: - Updated libraries to match those of GHC 6.6. The following modules are gone: + Text.Regex: moved out of the base package and replaced with a new version that uses too much type class overlapping for Hugs. + Data.FiniteMap: obsolete. So you might want to rewrite those parts of ftphs which need Text.Regex or drop the libhugs-ftphs package. Greetings Arjan - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-2-nebula (PREEMPT) Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libhugs-ftphs depends on: ii hugs 98.200609.21-4 A Haskell 98 interpreter ii libhugs-hslogger 1.0.2 The Haskell Logging Framework, Hug ii libhugs-missingh 0.18.4 Library of utility functions for H libhugs-ftphs recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGIjPpUALvsZYuOJARAnZxAJ4j+puK3AJC0ORVx+sA/9ybJhecAACgieoy zP0vH3dy69mzwP01oLpS2T4= =3RXO -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: ftphs Source-Version: 1.0.1 We believe that the bug you reported is fixed in the latest version of ftphs, which is due to be installed in the Debian FTP archive: ftphs-doc_1.0.1_all.deb to pool/main/f/ftphs/ftphs-doc_1.0.1_all.deb ftphs_1.0.1.dsc to pool/main/f/ftphs/ftphs_1.0.1.dsc ftphs_1.0.1.tar.gz to pool/main/f/ftphs/ftphs_1.0.1.tar.gz libghc6-ftphs-dev_1.0.1_i386.deb to pool/main/f/ftphs/libghc6-ftphs-dev_1.0.1_i386.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. John Goerzen <[EMAIL PROTECTED]> (supplier of updated ftphs 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, 03 May 2007 19:39:56 -0500 Source: ftphs Binary: ftphs-doc libghc6-ftphs-dev Architecture: source i386 all Version: 1.0.1 Distribution: unstable Urgency: low Maintainer: John Goerzen <[EMAIL PROTECTED]> Changed-By: John Goerzen <[EMAIL PROTECTED]> Description: ftphs-doc - FTP Client and Server Library for Haskell, documentation libghc6-ftphs-dev - FTP Client and Server Library for Haskell, GHC package Closes: 419391 422055 Changes: ftphs (1.0.1) unstable; urgency=low . * Rebuilt against MissingH 0.18.4. Closes: #422055. * Dropped Hugs builds. Hugs has dropped regex support (see #422170). Closes: #419391. Files: b58c004e59a11fdea731425f5078598d 884 devel optional ftphs_1.0.1.dsc 255f4e2e7dd456c2ef1a0a5b28fb237d 49060 devel optional ftphs_1.0.1.tar.gz ce9fe9b965246f13eece95bf260b5d53 7978 doc optional ftphs-doc_1.0.1_all.deb a7a533eb028ffae349cca37c0c978ad2 188286 devel optional libghc6-ftphs-dev_1.0.1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGOzfQTvSuJuBy3ggRAkiQAJ4vj+LcBBV9MTQ6iFtwvhFx+DrytACeNyYB gJmm57maBHBg+FSv0c1epug= =stfN -----END PGP SIGNATURE-----
--- End Message ---

