summaryrefslogtreecommitdiff
path: root/p/shelltestrunner/debian/control
blob: 4b69f606169b1f92ae5f1fcca4c2fe59aac81f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: shelltestrunner
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Iustin Pop <iustin@debian.org>
Build-Depends: debhelper (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.8.13)
  , ghc (>= 7.4)
  , ghc-ghci
  , libghc-utf8-string-dev (>= 0.3.5)
  , libghc-utf8-string-dev (<< 0.4)
  , libghc-diff-dev (>= 0.2)
  , libghc-diff-dev (<< 0.3)
  , libghc-filemanip-dev (>= 0.3)
  , libghc-filemanip-dev (<< 0.4)
  , libghc-cmdargs-dev (>= 0.7)
  , libghc-cmdargs-dev (<< 0.11)
  , libghc-regex-tdfa-dev (>= 1.1)
  , libghc-regex-tdfa-dev (<< 1.2)
  , libghc-test-framework-dev (>= 0.3.2)
  , libghc-test-framework-dev (<< 0.9)
  , libghc-test-framework-hunit-dev (>= 0.2)
  , libghc-test-framework-hunit-dev (<< 0.4)
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/shelltestrunner
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/shelltestrunner
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/shelltestrunner

Package: shelltestrunner
Architecture: amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: test command-line programs or arbitrary shell commands
 shelltestrunner is a cross-platform tool for testing command-line
 programs (or arbitrary shell commands). It reads simple declarative
 tests specifying a command, some input, and the expected output,
 error output and exit status. Tests can be run selectively, in
 parallel, with a timeout, in color, and/or with differences
 highlighted.