diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-16 11:29:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-16 11:29:43 -0400 |
commit | 6cbf529b9b9dfa797e0c21c8226e6ea072a721c6 (patch) | |
tree | d4c8130acc82f18728c2ca985474276b96f8857f /debian | |
parent | 33b726f9a13e97d07e3a7309b8fa43f1ea75948a (diff) |
Revert "avoid pulling in unneeded dependencies when the assistant is disabled"
Cabal does not seem to have a way to check if flag A is set and then, if
flag B is set, add a dep. Instead, it makes flag B get unset if the
dep is not available.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 68737eda1..9cbe2d692 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,6 @@ git-annex (4.20130710) UNRELEASED; urgency=low * Rsync.net have committed to support git-annex and offer a special discounted rate for git-annex users. Updated the webapp to reflect this. http://www.rsync.net/products/git-annex-pricing.html - * Improve cabal file to avoid unncessary dependencies when building with - the assistant disabled. -- Joey Hess <joeyh@debian.org> Tue, 09 Jul 2013 19:17:13 -0400 |