[DHG_packages] 01/02: 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 cjwatson at moszumanska.debian.org
Thu Jan 28 19:48:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

cjwatson pushed a commit to branch master
in repository DHG_packages.

commit 7a1ef0f5e2d845806692d95869517da9ab03bf54
Author: Colin Watson <cjwatson at debian.org>
Date:   Thu Jan 28 19:44:56 2016 +0000

    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).
---
 p/haskell-hoogle/debian/changelog            | 7 +++++++
 p/haskell-hoogle/debian/tests/install-remove | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/p/haskell-hoogle/debian/changelog b/p/haskell-hoogle/debian/changelog
index 4bae139..49e1d75 100644
--- a/p/haskell-hoogle/debian/changelog
+++ b/p/haskell-hoogle/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hoogle (4.2.43-2) UNRELEASED; urgency=medium
+
+  * 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 <cjwatson at debian.org>  Thu, 28 Jan 2016 19:43:08 +0000
+
 haskell-hoogle (4.2.43-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hoogle/debian/tests/install-remove b/p/haskell-hoogle/debian/tests/install-remove
index ac48537..da604cb 100755
--- a/p/haskell-hoogle/debian/tests/install-remove
+++ b/p/haskell-hoogle/debian/tests/install-remove
@@ -2,7 +2,7 @@
 
 set -e
 
-apt-get -y --purge remove libghc-void-doc
+apt-get -y --purge remove libghc-void-doc || true
 ret="$(hoogle absurd)"
 test "$ret" = "No results found"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list