Your message dated Tue, 08 Apr 2008 05:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#474921: fixed in haskell-devscripts 0.6.11 has caused the Debian Bug report #474921, regarding dh_haskell_depends: can't find the installed package description file for -prof 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.) -- 474921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474921 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: haskell-devscripts Version: 0.6.10 Severity: normal Tags: patch I encountered another issue with the dh_haskell_depends script. That last dollar sign gets added literally to the pkg variable, leading to breakage. --- /usr/bin/dh_haskell_depends 2008-03-31 13:02:59.000000000 +0300 +++ dh_haskell_depends 2008-04-08 00:55:07.000000000 +0300 @@ -177,7 +177,7 @@ pkg=$1 case "$pkg" in libghc6-*-prof) - pkg=`echo $pkg | sed -e 's/-prof$/-dev$/'` + pkg=`echo $pkg | sed -e 's/-prof$/-dev/'` ;; *) ;;
--- End Message ---
--- Begin Message ---Source: haskell-devscripts Source-Version: 0.6.11 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.11.dsc to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.11.dsc haskell-devscripts_0.6.11.tar.gz to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.11.tar.gz haskell-devscripts_0.6.11_all.deb to pool/main/h/haskell-devscripts/haskell-devscripts_0.6.11_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.7 Date: Tue, 08 Apr 2008 06:49:14 +0200 Source: haskell-devscripts Binary: haskell-devscripts Architecture: source all Version: 0.6.11 Distribution: unstable Urgency: low Maintainer: Arjan Oosting <[EMAIL PROTECTED]> Changed-By: Arjan Oosting <[EMAIL PROTECTED]> Description: haskell-devscripts - Tools to help Debian developers build Haskell packages Closes: 473549 474921 Changes: haskell-devscripts (0.6.11) unstable; urgency=low . * dh_haskell_depends: - Change the way the next upstream version of a native debian package is determined. (Closes: #473549) - Fix the generation of the ${haskell:Depends} substvar for profiling packages. (Closes: #474921) Files: 55b1a6560b82b3e641a952257b9f06bd 764 devel optional haskell-devscripts_0.6.11.dsc 78a811700d43fe061ea670db896b798b 20431 devel optional haskell-devscripts_0.6.11.tar.gz 46ac303b98f33058fab02398e287081c 18580 devel optional haskell-devscripts_0.6.11_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+wIZUALvsZYuOJARAmeTAJ4yCNBs3aL0AnA1vZQbdFKRNB6rHACdGuFp /3d5H7bLxShKUar17OrgS1w= =WqhY -----END PGP SIGNATURE-----
--- End Message ---

