Hi,
dose3 has pandoc in Build-Depends despite pandoc being invoked during the arch:all
build only. Since pandoc requires the full Haskell stack to be built, packages should
avoid pandoc as a build dependency whenever possible.
In fact, pandoc is currently blocking the build of dose3 on many targets [1] when it
actually shouldn't as pandoc is never invoked when building the arch:any packages.
Thus, please move pandoc from Build-Depends to Build-Depends-Indep. I was able to
verify this theory locally and the arch:any package of dose3 built fine without
any problems.
Thanks,
Adrian