~ubuntu-branches/ubuntu/natty/haskell-hunit/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2009-02-19 19:16:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090219191652-5dsilipvyrqg68gi
Tags: 1.2.0.3-1
* New upstream release
* New maintainer.
* Switch over to hlibrary.mk and haskell-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: haskell-hunit
2
2
Section: libdevel
3
3
Priority: optional
4
 
Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
5
 
Standards-Version: 3.7.3
6
 
Build-Depends: debhelper (>= 5), haddock (>= 0.8-2), hscolour, haskell-utils (>= 1.10), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+), ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+), ghc6-doc (>= 6.8.2), ghc6-doc (<< 6.8.2+)
 
4
Maintainer: Kari Pahula <kaol@debian.org>
 
5
Standards-Version: 3.8.0
 
6
Build-Depends: debhelper (>= 5), haddock (>= 2.4.1), hscolour, haskell-devscripts, ghc6 (>= 6.10.1), ghc6-prof, ghc6-doc, cdbs
 
7
Homepage: http://hunit.sourceforge.net/
7
8
 
8
9
Package: libghc6-hunit-dev
9
10
Section: libdevel
10
11
Architecture: any
11
 
Depends: ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+), ${shlibs:Depends}, ${misc:Depends}
 
12
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
12
13
Suggests: libghc6-hunit-prof, libghc6-hunit-doc
13
14
Description: Haskell unit testing framework for GHC
14
15
 This package provides a library for the Haskell programming language.
20
21
Package: libghc6-hunit-prof
21
22
Section: libdevel
22
23
Architecture: any
23
 
Depends: ${shlibs:Depends}, ${misc:Depends}, libghc6-hunit-dev, ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+)
 
24
Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-hunit-dev (= ${binary:Version})
24
25
Suggests: libghc6-hunit-doc
25
26
Description: Haskell unit testing framework for GHC; profiling libraries
26
27
 This package provides a library for the Haskell programming language,
33
34
Package: libghc6-hunit-doc
34
35
Section: doc
35
36
Architecture: all
36
 
Depends: ${shlibs:Depends}, ${misc:Depends}, ghc6-doc (>= 6.8.2), ghc6-doc (<< 6.8.2+)
 
37
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
38
Recommends: ghc6-doc
37
39
Suggests: libghc6-hunit-dev, libghc6-hunit-prof
38
40
Description: Haskell unit testing framework for GHC; documentation
39
41
 This package provides the documentation for a library for the Haskell