Add missing build dep on dataenc.

This commit is contained in:
Joey Hess 2011-04-17 14:41:24 -04:00
parent 7aa668f4b4
commit a91a51fc03
3 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View file

@ -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

2
debian/control vendored
View file

@ -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.

View file

@ -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)