diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-11 11:47:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-11 11:47:53 -0400 |
commit | 69cb6af4b7f6b16a69734d75ef5583bd2797c173 (patch) | |
tree | 2342a1c3b8ced54e0cde32afce963d643294a718 /debian/changelog | |
parent | 3ce402a4c63e4ac04ab788cfd3ad8ea964b402ef (diff) |
Now uses the Haskell Glob library, rather than pcre-light, avoiding the need to install libpcre. Currently done only for Cabal or when the Makefile is made to use -DWITH_GLOB
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 03236a69a..e2c0dcb4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ git-annex (3.20130208) UNRELEASED; urgency=low * Now uses the Haskell uuid library, rather than needing a uuid program. + * Now uses the Haskell Glob library, rather than pcre-light, avoiding + the need to install libpcre. Currently done only for Cabal or when + the Makefile is made to use -DWITH_GLOB -- Joey Hess <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400 |