summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-17 14:41:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-17 14:41:24 -0400
commita91a51fc03a68f2a5ede6df5182471f6ebfcc037 (patch)
tree7422c042013dab7a1405d463ad3649428bcde22e
parent7aa668f4b488cc29fe0722f8f01071540ed56434 (diff)
Add missing build dep on dataenc.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--doc/install.mdwn1
3 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c837da876..aa00d3fca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ git-annex (0.20110418) UNRELEASED; urgency=low
* Don't run gpg in batch mode, so it can prompt for passphrase when
there is no agent.
+ * Add missing build dep on dataenc.
-- Joey Hess <joeyh@debian.org> Sun, 17 Apr 2011 14:29:49 -0400
diff --git a/debian/control b/debian/control
index ebc2487c5..00740b740 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
libghc6-pcre-light-dev,
libghc6-testpack-dev,
libghc6-sha-dev,
+ libghc6-dataenc-dev,
ikiwiki,
perlmagick,
git | git-core,
@@ -40,3 +41,4 @@ Description: manage files with git, without checking their contents into git
versioned files, which is convenient for maintaining documents, Makefiles,
etc that are associated with annexed files but that benefit from full
revision control.
+
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 7a0c6020b..3d15eac60 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -14,6 +14,7 @@ To build and use git-annex, you will need:
* pcre-light: <http://hackage.haskell.org/package/pcre-light>
* utf8-string: <http://hackage.haskell.org/package/utf8-string>
* SHA: <http://hackage.haskell.org/package/SHA>
+* dataenc: <http://hackage.haskell.org/package/dataenc>
* TestPack <http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack>
* QuickCheck 2 <http://hackage.haskell.org/package/QuickCheck>
* hS3 <http://hackage.haskell.org/package/hS3> (optional, but recommended)