Codebase list haskell-strict / 7a1ef0f
Don't fail the install-remove autopkgtest if libghc-void-doc isn't installed to start with (possible since hoogle doesn't depend on it). Colin Watson 8 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 haskell-hoogle (4.2.43-2) UNRELEASED; urgency=medium
1
2 * Don't fail the install-remove autopkgtest if libghc-void-doc isn't
3 installed to start with (possible since hoogle doesn't depend on it).
4
5 -- Colin Watson <cjwatson@debian.org> Thu, 28 Jan 2016 19:43:08 +0000
6
07 haskell-hoogle (4.2.43-1) unstable; urgency=medium
18
29 * New upstream release
11
22 set -e
33
4 apt-get -y --purge remove libghc-void-doc
4 apt-get -y --purge remove libghc-void-doc || true
55 ret="$(hoogle absurd)"
66 test "$ret" = "No results found"
77