add cabal flag for use with debian's older version of aws, which is now patched with the necessary stuff
This commit is contained in:
parent
171e677a3c
commit
c986bc67e5
3 changed files with 14 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue