diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c32872cb7..0d88fc7d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pandoc (0.44) unstable; urgency=low + + [ Recai Oktaş ] + + * Use ./Setup.hs instead of runhaskell, which, on some platforms (such as + s390, alpha, m68k), throws the following error: + + runhaskell Setup.hs configure --prefix=/usr + ghc-6.6.1: not built for interactive use + + This causes a serious FTBFS bug. Closes: #440668. + + -- Recai Oktaş <roktas@debian.org> Mon, 03 Sep 2007 18:24:02 +0300 + pandoc (0.43) unstable; urgency=low [ John MacFarlane ] |