summaryrefslogtreecommitdiff
path: root/p/haskell-regex-pcre/debian/control
blob: c13832264f50f7c2448e48820a61ed60f71f0edd (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
Source: haskell-regex-pcre
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: cdbs
  , debhelper (>= 9)
  , haskell-devscripts (>= 0.9)
  , ghc
  , ghc-prof
  , libghc-regex-base-dev (>> 0.93)
  , libghc-regex-base-prof
  , libpcre3-dev
Build-Depends-Indep: ghc-doc
  , libghc-regex-base-doc
Standards-Version: 3.9.4
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-pcre/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-regex-pcre
Homepage: http://sourceforge.net/projects/lazy-regex

Package: libghc-regex-pcre-dev
Architecture: any
Depends: ${haskell:Depends}
	 , ${misc:Depends}
	 , ${shlibs:Depends}
	 , libpcre3-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Perl-compatible regular expressions
 A library containing the PCRE backend to accompany regex-base.
 .
 This package contains the libraries for use with GHC.

Package: libghc-regex-pcre-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Perl-compatible regular expressions; profiling libraries
 A library containing the PCRE backend to accompany regex-base.
 .
 This package contains additional profiling libraries which can be
 used with ghc-prof.

Package: libghc-regex-pcre-doc
Replaces: haskell-regex-pcre-doc (<< 0.93.1-7)
Conflicts: haskell-regex-pcre-doc (<< 0.93.1-7)
Architecture: all
Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Perl-compatible regular expressions; documentation
 A library containing the PCRE backend to accompany regex-base.
 .
 This package contains the API documentation of the library.