diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-17 14:41:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 14:41:24 -0400 |
commit | a91a51fc03a68f2a5ede6df5182471f6ebfcc037 (patch) | |
tree | 7422c042013dab7a1405d463ad3649428bcde22e /debian/control | |
parent | 7aa668f4b488cc29fe0722f8f01071540ed56434 (diff) |
Add missing build dep on dataenc.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
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. + |