From a91a51fc03a68f2a5ede6df5182471f6ebfcc037 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Apr 2011 14:41:24 -0400 Subject: Add missing build dep on dataenc. --- debian/changelog | 1 + debian/control | 2 ++ doc/install.mdwn | 1 + 3 files changed, 4 insertions(+) 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 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: * utf8-string: * SHA: +* dataenc: * TestPack * QuickCheck 2 * hS3 (optional, but recommended) -- cgit v1.2.3