[Pkg-haskell-commits] [SCM] Optimized edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms branch, master, updated. debian/0.2.1-1-1-g7539a4f

Joey Hess joey at kitenet.net
Sat Apr 7 19:36:17 UTC 2012


The following commit has been merged in the master branch:
commit 7539a4fcb796383d71206a56383ee125deb180d6
Author: Joey Hess <joey at kitenet.net>
Date:   Sat Apr 7 15:36:00 2012 -0400

    Add missed build dependency on random.

diff --git a/debian/changelog b/debian/changelog
index 81243a4..3157bb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-edit-distance (0.2.1-2) unstable; urgency=low
+
+  * Add missed build dependency on random.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 07 Apr 2012 15:31:17 -0400
+
 haskell-edit-distance (0.2.1-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/control b/debian/control
index 8afdfa4..833af00 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,10 @@ Build-Depends: debhelper (>= 9)
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
+  , libghc-random-dev
+  , libghc-random-prof
 Build-Depends-Indep: ghc-doc
+  , libghc-random-doc
 Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/edit-distance
 Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-edit-distance.git/

-- 
Optimized edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms



More information about the Pkg-haskell-commits mailing list