diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6ca99c62e..3f2907af9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ git-annex (4.20130228) UNRELEASED; urgency=low should add files in the current directory, but not act on unlocked files elsewhere in the tree. * assistant: Sync with all git remotes on startup. + * Switch from using regex-compat to regex-tdfa, as the C regex library + is rather buggy. -- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400 diff --git a/debian/control b/debian/control index 3cc796c57..c8a15ed80 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: libghc-hslogger-dev, libghc-pcre-light-dev, libghc-sha-dev, + libghc-regex-tdfa-dev, libghc-dataenc-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), |