Your message dated Sat, 8 Oct 2011 14:42:50 +0000 with message-id <[email protected]> and subject line fixed has caused the Debian Bug report #640963, regarding wrong relations 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.) -- 640963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640963 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pandoc Version: 1.8.2-1 Sorry, Jonas.. it seems like I gave you a bad patch and so libghc-pandoc-prof doesn't depend on libghc-pandoc-types-prof. This is probably better: diff --git a/debian/control b/debian/control index a1c1273..7a17876 100644 --- a/debian/control +++ b/debian/control @@ -185,8 +185,11 @@ Package: libghc-pandoc-prof Section: haskell Priority: extra Architecture: any -Depends: ${misc:Depends} -Suggests: ${cdbs:Suggests} +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read
--- End Message ---
--- Begin Message ---Version: 1.8.2.1-2 + Add ${haskell:Depends} ${haskell:Recommends} ${haskell:Suggests} and ${haskell:Provides}, and stop explicitly suggesting *-doc packages.
--- End Message ---

