diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-23 16:39:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-23 16:39:55 -0400 |
commit | 737267c0a0c21823ec65d786e59589900859320d (patch) | |
tree | 1abc4342559c565149b30e55537c620e3e220c16 /debian/rules | |
parent | 3fc2cf4ddcb54abdd30c31efef5e8588b4af358a (diff) |
add cabal flag for use with debian's older version of aws, which is now patched with the necessary stuff
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7c8f8a560..22be48195 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,10 @@ export RELEASE_BUILD=1 %: dh $@ +# Debian currently has a patched aws 0.9.2, rather than the newer 0.10.2. +override_dh_auto_configure: + debian/cabal-wrapper configure -fPatchedAWS + # Not intended for use by anyone except the author. announcedir: @echo ${HOME}/src/git-annex/doc/news |