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

« back to all changes in this revision

Viewing changes to debian/control.in

  • 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
 
Source: ${this:source}
2
 
Section: libdevel
3
 
Priority: optional
4
 
Maintainer: ${maintainer}
5
 
Standards-Version: 3.7.3
6
 
Build-Depends: &{canonicalise-comma-list:debhelper (>= 5), haddock (>= 0.8-2), hscolour, haskell-utils (>= 1.10), ${impl:ghc6:lib:build_deps}, ${cabal:deps:ghc6:dev}, ${cabal:deps:ghc6:prof}, ${cabal:deps:ghc6:doc}, ${c_dev_libs}, ${extra_build_deps}}
7
 
 
8
 
Package: ${this:ghc6:dev}
9
 
Section: libdevel
10
 
Architecture: any
11
 
Depends: &{canonicalise-comma-list:${impl:ghc6:lib:dev_deps}, \${shlibs:Depends}, \${misc:Depends}, ${cabal:deps:ghc6:dev}, ${c_dev_libs}}
12
 
Suggests: &{canonicalise-comma-list:${this:ghc6:prof}, ${this:ghc6:doc}}
13
 
Description: ${short_description}
14
 
${dev_library_description_header}
15
 
 .
16
 
${long_description}
17
 
 
18
 
Package: ${this:ghc6:prof}
19
 
Section: libdevel
20
 
Architecture: any
21
 
Depends: &{canonicalise-comma-list:\${shlibs:Depends}, \${misc:Depends}, ${this:ghc6:dev}, ${impl:ghc6:lib:prof_deps}, ${cabal:deps:ghc6:prof}, ${c_dev_libs}}
22
 
Suggests: &{canonicalise-comma-list:${this:ghc6:doc}}
23
 
Description: ${short_description}; profiling libraries
24
 
${prof_library_description_header}
25
 
 .
26
 
${long_description}
27
 
 
28
 
Package: ${this:ghc6:doc}
29
 
Section: doc
30
 
Architecture: all
31
 
Depends: &{canonicalise-comma-list:\${shlibs:Depends}, \${misc:Depends}, ${impl:ghc6:lib:doc_deps}, ${cabal:deps:ghc6:doc}}
32
 
Suggests: &{canonicalise-comma-list:${this:ghc6:dev}, ${this:ghc6:prof}}
33
 
Description: ${short_description}; documentation
34
 
${doc_library_description_header}
35
 
 .
36
 
${long_description}
37