summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-21 16:37:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-21 16:37:14 -0400
commit892593c5efacbc084d19af4b5d7164ededaea7ff (patch)
tree20c1763ad5ca69b89c4a8977d6a45c98dc64b217 /debian
parent66d951c3fd1a2aa19543d4148be8de734f54fd5c (diff)
Use haskell Crypto library instead of haskell SHA library.a
Since hS3 needs Crypto anyway, this actually reduces dependencies.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 26e9e8172..5955f2958 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (0.20110421) UNRELEASED; urgency=low
+
+ * Use haskell Crypto library instead of haskell SHA library.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 16:35:27 -0400
+
git-annex (0.20110420) unstable; urgency=low
* Update Debian build dependencies for ghc 7.
diff --git a/debian/control b/debian/control
index 768638997..97b04ea5b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends:
libghc-missingh-dev,
libghc-pcre-light-dev,
libghc-testpack-dev,
- libghc-sha-dev,
libghc-dataenc-dev,
+ libghc-crypto-dev,
libghc-utf8-string-dev,
libghc-hs3-dev (>= 0.5.6),
ikiwiki,