summaryrefslogtreecommitdiff
path: root/debian/control
blob: 2f111d0ab55a804953c2d6474fcd49f3550e82cf (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: haskell-devscripts
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marco Silva <marcot@debian.org>, Joachim Breitner <nomeata@debian.org>
         , Louis Bettens <louis@bettens.info>
         , Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/haskell-devscripts.git
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/haskell-devscripts.git


Package: haskell-devscripts-minimal
Architecture: all
Depends: dctrl-tools
  , debhelper (>= 9.20151219)
  , dh-buildinfo
  , ghc (>= 8.0.1)
  , cdbs
  , ${misc:Depends}
  , html-xml-utils
  , ghc-haddock
Breaks: haskell-devscripts (<= 0.10.2.3)
Replaces: haskell-devscripts (<= 0.10.2.3)
Suggests: haskell-devscripts
Description: Tools to help Debian developers build Haskell packages
 This package provides a collection of scripts to help build Haskell
 packages for Debian.  Unlike haskell-utils, this package is not
 expected to be installed on the machines of end users.
 .
 This package is designed to support Cabalized Haskell libraries.  It
 is designed to build a library for each supported Debian compiler or
 interpreter, generate appropriate postinst/prerm files for each one,
 generate appropriate substvars entries for each one, and install the
 package in the Debian temporary area as part of the build process.
 .
 This package doesn't provide functionality for generating coloured
 documentation and is mostly intended for bootstrapping a new
 architecture. If you want coloured documentation, use
 haskell-devscripts.

Package: haskell-devscripts
Architecture: all
Depends: ${misc:Depends}
  , haskell-devscripts-minimal
  , hscolour
Description: Tools to help Debian developers build Haskell packages
 This package provides a collection of scripts to help build Haskell
 packages for Debian.  Unlike haskell-utils, this package is not
 expected to be installed on the machines of end users.
 .
 This package is designed to support Cabalized Haskell libraries.  It
 is designed to build a library for each supported Debian compiler or
 interpreter, generate appropriate postinst/prerm files for each one,
 generate appropriate substvars entries for each one, and install the
 package in the Debian temporary area as part of the build process.
 .
 This package is actually an empty package and is only useful for its
 dependency on hscolour.