chiark / gitweb /
Merge from existing archive branch
[pcre3.git] / debian / control
1 Source: pcre3
2 Section: libs
3 Priority: optional
4 Maintainer:  Matthew Vernon <matthew@debian.org>
5 Standards-Version: 3.9.3
6 Build-Depends: debhelper (>= 5.0.22), dpkg-dev (>= 1.16.0), dh-autoreconf
7
8 Package: libpcre3
9 Section: libs
10 Architecture: any
11 Priority: important
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Conflicts: libpcre3-dev (<= 4.3-3)
14 Breaks:
15  libpcre-ocaml (<< 6.0.1~),
16  approx (<< 4.4-1~),
17  cmigrep (<< 1.5-7~),
18  ocsigen (<< 1.3.3-1~),
19  cduce (<< 0.5.3-2~),
20  galax (<< 1.1-7~),
21  liquidsoap (<< 0.9.2-3~)
22 Multi-Arch: same
23 Pre-Depends: multiarch-support
24 Description: Perl 5 Compatible Regular Expression Library - runtime files
25  This is a library of functions to support regular expressions whose syntax 
26  and semantics are as close as possible to those of the Perl 5 language.
27  .
28  This package contains the runtime libraries.
29
30 Package: libpcre3-udeb
31 Section: debian-installer
32 Package-Type: udeb
33 Architecture: any
34 Priority: important
35 Depends: ${shlibs:Depends}, ${misc:Depends}
36 Conflicts: libpcre3-dev (<= 4.3-3)
37 Description: Perl 5 Compatible Regular Expression Library - runtime files (udeb)
38  This is a library of functions to support regular expressions whose syntax 
39  and semantics are as close as possible to those of the Perl 5 language.
40  .
41  This package contains the runtime libraries for the Debian Installer (udeb).
42
43 Package: libpcrecpp0v5
44 Section: libs
45 Architecture: any
46 Priority: optional
47 Depends: ${shlibs:Depends}, ${misc:Depends}
48 Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
49 Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
50 Multi-Arch: same
51 Pre-Depends: multiarch-support
52 Description: Perl 5 Compatible Regular Expression Library - C++ runtime files
53  This is a C++ library of functions to support regular expressions whose syntax 
54  and semantics are as close as possible to those of the Perl 5 language.
55  .
56  This package contains the C++ runtime library.
57
58 Package: libpcre3-dev
59 Section: libdevel
60 Architecture: any
61 Multi-Arch: same
62 Depends: libc6-dev, libpcre3 (= ${binary:Version}), libpcre16-3 (= ${binary:Version}), libpcre32-3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}), ${misc:Depends}
63 Description: Perl 5 Compatible Regular Expression Library - development files
64  This is a library of functions to support regular expressions whose syntax 
65  and semantics are as close as possible to those of the Perl 5 language.
66  .
67  This package contains the development files, including headers, static 
68  libraries, and documentation.
69
70 Package: libpcre3-dbg
71 Section: debug
72 Priority: extra
73 Architecture: any
74 Depends: libpcre3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}),  ${misc:Depends}
75 Multi-Arch: same
76 Description: Perl 5 Compatible Regular Expression Library - debug symbols
77  This is a library of functions to support regular expressions whose syntax 
78  and semantics are as close as possible to those of the Perl 5 language.
79  .
80  This package contains the debug symbols,
81
82 Package: pcregrep
83 Section: utils
84 Architecture: any
85 Depends: ${shlibs:Depends}, ${misc:Depends}
86 Replaces: pgrep (<<4.5)
87 Description: grep utility that uses perl 5 compatible regexes.
88  Perl-style regexps have many useful features that the standard POSIX ones
89  don't; this is basically the same as grep but with the different
90  regexp syntax.
91  .
92  The other reason for the existence of pcregrep is that its source code is an
93  example of programming with libpcre.
94
95 Package: libpcre16-3
96 Section: libs
97 Architecture: any
98 Depends: ${shlibs:Depends}, ${misc:Depends}
99 Multi-Arch: same
100 Pre-Depends: ${misc:Pre-Depends}
101 Description: Perl 5 Compatible Regular Expression Library - 16 bit runtime files
102  This is a library of functions to support regular expressions whose syntax
103  and semantics are as close as possible to those of the Perl 5 language.
104  .
105  This package contains the 16 bit runtime library.
106
107 Package: libpcre32-3
108 Section: libs
109 Architecture: any
110 Depends: ${shlibs:Depends}, ${misc:Depends}
111 Multi-Arch: same
112 Pre-Depends: ${misc:Pre-Depends}
113 Description: Perl 5 Compatible Regular Expression Library - 32 bit runtime files
114  This is a library of functions to support regular expressions whose syntax
115  and semantics are as close as possible to those of the Perl 5 language.
116  .
117  This package contains the 32 bit runtime library.