diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 15:09:18 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 15:09:18 -0400 |
commit | c868500c7647f37c133ec0457e0cf0dac76ee151 (patch) | |
tree | bea359e2b78e47d1f8b0b3fc2596b6aeb1252edc /debian | |
parent | d53d14a278959b2a66790c52f97e817aec8b2ab8 (diff) |
remove PatchedAWS flag
Now that deps are sorted out in hackage, cabal is unlikely to try to
install a too old AWS, so I don't think this flag is worth the bother of
being completely correct with the dependency versioning.
This avoids me needing to enable to flag on the autobuilders..
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 22be48195..7c8f8a560 100755 --- a/debian/rules +++ b/debian/rules @@ -8,10 +8,6 @@ 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 |