diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-27 08:07:22 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-27 08:07:22 +1100 |
commit | 77c6e3a9639fe9c3279f19b5a720aee362f82907 (patch) | |
tree | b730e699d52d29c05a796a229f646cf41f26ff41 /debian/control | |
parent | 0bb2794deb2acff297d644b2755860f2f643a978 (diff) |
Adjust debian package to only build-depend on DAV on architectures where it is available.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b88f62f8c..6bfe63da9 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: libghc-http-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), - libghc-dav-dev (>= 0.3), + libghc-dav-dev (>= 0.3) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 sparc], libghc-testpack-dev, libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), |