Disable test suite on sparc, which is missing optparse-applicative.
This commit is contained in:
parent
692fbc6d7e
commit
3b35e3f88a
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -27,6 +27,7 @@ git-annex (5.20140222) UNRELEASED; urgency=medium
|
|||
messages about corrupt pack files.
|
||||
* Add build dep on regex-compat to fix build on mipsel, which lacks
|
||||
regex-tdfa.
|
||||
* Disable test suite on sparc, which is missing optparse-applicative.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -57,7 +57,7 @@ Build-Depends:
|
|||
libghc-tasty-hunit-dev [!mipsel !sparc],
|
||||
libghc-tasty-quickcheck-dev [!mipsel !sparc],
|
||||
libghc-tasty-rerun-dev [!mipsel !sparc],
|
||||
libghc-optparse-applicative-dev,
|
||||
libghc-optparse-applicative-dev [!sparc],
|
||||
lsof [!kfreebsd-i386 !kfreebsd-amd64],
|
||||
ikiwiki,
|
||||
perlmagick,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue