summaryrefslogtreecommitdiff
path: root/p/hoauth/debian/control
blob: 635e8c245e1d97b06c6eb37cb433bac9e9b640ec (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: hoauth
Priority: optional
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 9),
 cdbs,
 haskell-devscripts (>= 0.9),
 haddock,
 hscolour,
 ghc,
 ghc-prof,
 cpphs
 , libghc-crypto-pubkey-types-dev (>> 0.1.1)
 , libghc-crypto-pubkey-types-prof
 , libghc-curl-dev (>> 1.3.5)
 , libghc-curl-prof
 , libghc-dataenc-dev (>> 0.13.0.2)
 , libghc-dataenc-prof
 , libghc-entropy-dev (>> 0.2.1)
 , libghc-entropy-prof
 , libghc-mtl-dev (>> 1.1.0.2)
 , libghc-mtl-prof
 , libghc-random-dev (>> 1.0.0.2)
 , libghc-random-prof
 , libghc-rsa-dev (>> 1.2.0.1)
 , libghc-rsa-prof
 , libghc-sha-dev (>> 1.4.1.1)
 , libghc-sha-prof
 , libghc-utf8-string-dev (>> 0.3.4)
 , libghc-utf8-string-prof
Build-Depends-Indep: ghc-doc
 , libghc-crypto-pubkey-types-doc
 , libghc-curl-doc
 , libghc-dataenc-doc
 , libghc-entropy-doc
 , libghc-mtl-doc
 , libghc-random-doc
 , libghc-rsa-doc
 , libghc-sha-doc
 , libghc-utf8-string-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/hoauth
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hoauth
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hoauth

Package: libghc-hoauth-dev
Section: haskell
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Recommends: ${haskell:Recommends}
Description: Haskell implementation of OAuth 1.0a
 This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
 signatures as defined in the specification 1.0.

Package: libghc-hoauth-prof
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Recommends: ${haskell:Recommends}
Description: Haskell implementation of OAuth 1.0a; profiling data
 This library implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
 signatures as defined in the specification 1.0.

Package: libghc-hoauth-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Description: Documentation for Haskell OAuth library
 hoauth implements all PLAINTEXT, HMAC-SHA1 and RSA-SHA1
 signatures as defined in the specification 1.0.
 .
 This package provides the API documentation for hoauth.