summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-23 16:39:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-23 16:39:55 -0400
commit737267c0a0c21823ec65d786e59589900859320d (patch)
tree1abc4342559c565149b30e55537c620e3e220c16 /debian
parent3fc2cf4ddcb54abdd30c31efef5e8588b4af358a (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')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 659ec05fa..55fc17448 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
libghc-cryptohash-dev,
libghc-dataenc-dev,
libghc-utf8-string-dev,
- libghc-aws-dev (>= 0.10.2),
+ libghc-aws-dev (>= 0.9.2),
libghc-conduit-dev,
libghc-resourcet-dev,
libghc-dav-dev (>= 1.0) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
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