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 | |
parent | 7aa668f4b488cc29fe0722f8f01071540ed56434 (diff) |
Add missing build dep on dataenc.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 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. + |