summaryrefslogtreecommitdiff
path: root/p/haskell-hostname/debian/control
blob: 8e56659beda758ec30ef03ef45f236fa97060128 (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
Source: haskell-hostname
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: debhelper (>= 9),
               haskell-devscripts (>= 0.9),
               cdbs,
               ghc,
               ghc-prof
Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/hostname
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hostname
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hostname
DM-Upload-Allowed: yes

Package: libghc-hostname-dev
Architecture: any
Depends: ${shlibs:Depends},
         ${haskell:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: providing a cross-platform means of determining the hostname
 A very simple package providing a cross-platform means of determining
 the hostname
 .
 This package contains the normal library files.

Package: libghc-hostname-prof
Architecture: any
Depends: ${haskell:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: providing a cross-platform means of determining the hostname; profiling lib
 A very simple package providing a cross-platform means of determining
 the hostname
 .
 This package contains the libraries compiled with profiling enabled.

Package: libghc-hostname-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
         ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: providing a cross-platform means of determining the hostname; documentation
 A very simple package providing a cross-platform means of determining
 the hostname
 .
 This package contains the documentation files.