~ubuntu-branches/ubuntu/trusty/haskell-colour/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Joachim Breitner
  • Date: 2013-05-25 23:52:05 UTC
  • mfrom: (2.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130525235205-tfh3stinv66g1rpi
Tags: 2.3.3-4
Move Haskell blurb to the end of the description, reduces the impact
of #708703

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
5
5
Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org>
6
 
Build-Depends: debhelper (>= 7)
 
6
Build-Depends: debhelper (>= 9)
7
7
  , cdbs
8
 
  , haskell-devscripts (>= 0.8.13)
 
8
  , haskell-devscripts (>= 0.8.15)
9
9
  , ghc
10
10
  , ghc-prof
11
11
Build-Depends-Indep: ghc-doc
22
22
Recommends: ${haskell:Recommends}
23
23
Suggests: ${haskell:Suggests}
24
24
Provides: ${haskell:Provides}
25
 
Description: A model for human colour/color perception
26
 
 This package provides a library for the Haskell programming language.
27
 
 See http://www.haskell.org/ for more information on Haskell.
28
 
 .
 
25
Description: A model for human colour/color perception${haskell:ShortBlurb}
29
26
 This package provides a data type for colours and transparency. Colours can be
30
27
 blended and composed. Various colour spaces are supported. A module of colour
31
28
 names (Data.Colour.Names) is provided.
 
29
 .
 
30
 ${haskell:Blurb}
32
31
 
33
32
Package: libghc-colour-prof
34
33
Architecture: any
37
36
Recommends: ${haskell:Recommends}
38
37
Suggests: ${haskell:Suggests}
39
38
Provides: ${haskell:Provides}
40
 
Description: A model for human colour/color perception; profiling libraries
41
 
 This package provides a library for the Haskell programming language,
42
 
 compiled for profiling.
43
 
 See http://www.haskell.org/ for more information on Haskell.
44
 
 .
 
39
Description: A model for human colour/color perception${haskell:ShortBlurb}
45
40
 This package provides a data type for colours and transparency. Colours can be
46
41
 blended and composed. Various colour spaces are supported. A module of colour
47
42
 names (Data.Colour.Names) is provided.
 
43
 .
 
44
 ${haskell:Blurb}
48
45
 
49
46
Package: libghc-colour-doc
50
47
Section: doc
52
49
Depends: ${misc:Depends}, ${haskell:Depends}
53
50
Recommends: ${haskell:Recommends}
54
51
Suggests: ${haskell:Suggests}
55
 
Description: A model for human colour/color perception; documentation
56
 
 This package provides the documentation for a library for the Haskell
57
 
 programming language.
58
 
 See http://www.haskell.org/ for more information on Haskell.
59
 
 .
 
52
Description: A model for human colour/color perception${haskell:ShortBlurb}
60
53
 This package provides a data type for colours and transparency. Colours can be
61
54
 blended and composed. Various colour spaces are supported. A module of colour
62
55
 names (Data.Colour.Names) is provided.
 
56
 .
 
57
 ${haskell:Blurb}