Package: haskell-haskeline Version: 0.6.1.3-1 Severity: serious Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu karmic ubuntu-patch
Hi, It seems that some of the build-deps have changed (due to 6.10.3?) - I found these problems when doing some rebuilds for Ubuntu. utf8-string needs a minimum version of 0.3.1.1 and a build-dep on libncurses5-dev has to be added. Iain -- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28-12-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u haskell-haskeline-0.6.1.3/debian/control haskell-haskeline-0.6.1.3/debian/control --- haskell-haskeline-0.6.1.3/debian/control +++ haskell-haskeline-0.6.1.3/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Marco TĂșlio Gontijo e Silva <mar...@holoscopio.com> Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 5), cdbs, dpatch, haskell-devscripts (>= 0.6.15+nmu1), ghc6, ghc6-prof, libghc6-mtl-dev, libghc6-mtl-prof, libghc6-utf8-string-dev, libghc6-utf8-string-prof, libghc6-terminfo-dev, libghc6-terminfo-prof +Build-Depends: debhelper (>= 5), cdbs, dpatch, haskell-devscripts (>= 0.6.15+nmu1), ghc6, ghc6-prof, libghc6-mtl-dev, libghc6-mtl-prof, libghc6-utf8-string-dev (>= 0.3.1.1), libghc6-utf8-string-prof (>= 0.3.1.1), libghc6-terminfo-dev, libghc6-terminfo-prof, libncurses5-dev Build-Depends-Indep: ghc6-doc, haddock, hscolour, libghc6-mtl-doc, libghc6-utf8-string-doc, libghc6-terminfo-doc Homepage: http://hackage.haskell.org/cgi-bin/haskeline/package/haskeline Vcs-Darcs: http://code.haskell.org/debian/haskell-haskeline/ diff -u haskell-haskeline-0.6.1.3/debian/changelog haskell-haskeline-0.6.1.3/debian/changelog