chiark / gitweb /
pcre3 (2:8.39-2.1) unstable; urgency=high
[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: Old 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  New packages should use the newer pcre2 packages, and existing
29  packages should migrate to pcre2.
30  .
31  This package contains the runtime libraries.
32
33 Package: libpcre3-udeb
34 Section: debian-installer
35 Package-Type: udeb
36 Architecture: any
37 Priority: important
38 Depends: ${shlibs:Depends}, ${misc:Depends}
39 Conflicts: libpcre3-dev (<= 4.3-3)
40 Description: Old Perl 5 Compatible Regular Expression Library - runtime files (udeb)
41  This is a library of functions to support regular expressions whose syntax 
42  and semantics are as close as possible to those of the Perl 5 language.
43  .
44  This package contains the runtime libraries for the Debian Installer (udeb).
45
46 Package: libpcrecpp0v5
47 Section: libs
48 Architecture: any
49 Priority: optional
50 Depends: ${shlibs:Depends}, ${misc:Depends}
51 Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
52 Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
53 Multi-Arch: same
54 Pre-Depends: multiarch-support
55 Description: Old Perl 5 Compatible Regular Expression Library - C++ runtime files
56  This is a C++ library of functions to support regular expressions whose syntax 
57  and semantics are as close as possible to those of the Perl 5 language.
58  .
59  This package contains the C++ runtime library.
60
61 Package: libpcre3-dev
62 Section: libdevel
63 Architecture: any
64 Multi-Arch: same
65 Depends: libc6-dev, libpcre3 (= ${binary:Version}), libpcre16-3 (= ${binary:Version}), libpcre32-3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}), ${misc:Depends}
66 Description: Old Perl 5 Compatible Regular Expression Library - development files
67  This is a library of functions to support regular expressions whose syntax 
68  and semantics are as close as possible to those of the Perl 5 language.
69  .
70  New packages should use the newer pcre2 packages, and existing
71  packages should migrate to pcre2.
72  .
73  This package contains the development files, including headers, static 
74  libraries, and documentation.
75
76 Package: libpcre3-dbg
77 Section: debug
78 Priority: extra
79 Architecture: any
80 Depends: libpcre3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}),  ${misc:Depends}
81 Multi-Arch: same
82 Description: Old Perl 5 Compatible Regular Expression Library - debug symbols
83  This is a library of functions to support regular expressions whose syntax 
84  and semantics are as close as possible to those of the Perl 5 language.
85  .
86  This package contains the debug symbols,
87
88 Package: pcregrep
89 Section: utils
90 Architecture: any
91 Depends: ${shlibs:Depends}, ${misc:Depends}
92 Replaces: pgrep (<<4.5)
93 Description: grep utility that uses perl 5 compatible regexes.
94  Perl-style regexps have many useful features that the standard POSIX ones
95  don't; this is basically the same as grep but with the different
96  regexp syntax.
97  .
98  The other reason for the existence of pcregrep is that its source code is an
99  example of programming with libpcre.
100
101 Package: libpcre16-3
102 Section: libs
103 Architecture: any
104 Depends: ${shlibs:Depends}, ${misc:Depends}
105 Multi-Arch: same
106 Pre-Depends: ${misc:Pre-Depends}
107 Description: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files
108  This is a library of functions to support regular expressions whose syntax
109  and semantics are as close as possible to those of the Perl 5 language.
110  .
111  This package contains the 16 bit runtime library.
112
113 Package: libpcre32-3
114 Section: libs
115 Architecture: any
116 Depends: ${shlibs:Depends}, ${misc:Depends}
117 Multi-Arch: same
118 Pre-Depends: ${misc:Pre-Depends}
119 Description: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files
120  This is a library of functions to support regular expressions whose syntax
121  and semantics are as close as possible to those of the Perl 5 language.
122  .
123  This package contains the 32 bit runtime library.