summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-08 15:29:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-08 15:29:01 -0400
commit556b5d9fb7f313b035aff2cff5ee54b9727c71b9 (patch)
treee7051836d32800f2c09ef084576935f7c8809cb2 /debian
parent626960cd383b620fc06a485e9b6d1f4b475fe0e8 (diff)
Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
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),