chiark / gitweb /
pcre3 (2:8.35-7.1) unstable; urgency=medium
[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 Conflicts: libpcre1-dev, libpcre2-dev
64 Description: Perl 5 Compatible Regular Expression Library - development files
65  This is a library of functions to support regular expressions whose syntax 
66  and semantics are as close as possible to those of the Perl 5 language.
67  .
68  This package contains the development files, including headers, static 
69  libraries, and documentation.
70
71 Package: libpcre3-dbg
72 Section: debug
73 Priority: extra
74 Architecture: any
75 Depends: libpcre3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}),  ${misc:Depends}
76 Multi-Arch: same
77 Description: Perl 5 Compatible Regular Expression Library - debug symbols
78  This is a library of functions to support regular expressions whose syntax 
79  and semantics are as close as possible to those of the Perl 5 language.
80  .
81  This package contains the debug symbols,
82
83 Package: pcregrep
84 Section: utils
85 Architecture: any
86 Depends: ${shlibs:Depends}, ${misc:Depends}
87 Replaces: pgrep (<<4.5)
88 Description: grep utility that uses perl 5 compatible regexes.
89  Perl-style regexps have many useful features that the standard POSIX ones
90  don't; this is basically the same as grep but with the different
91  regexp syntax.
92  .
93  The other reason for the existence of pcregrep is that its source code is an
94  example of programming with libpcre.
95
96 Package: libpcre16-3
97 Section: libs
98 Architecture: any
99 Depends: ${shlibs:Depends}, ${misc:Depends}
100 Multi-Arch: same
101 Pre-Depends: ${misc:Pre-Depends}
102 Description: Perl 5 Compatible Regular Expression Library - 16 bit runtime files
103  This is a library of functions to support regular expressions whose syntax
104  and semantics are as close as possible to those of the Perl 5 language.
105  .
106  This package contains the 16 bit runtime library.
107
108 Package: libpcre32-3
109 Section: libs
110 Architecture: any
111 Depends: ${shlibs:Depends}, ${misc:Depends}
112 Multi-Arch: same
113 Pre-Depends: ${misc:Pre-Depends}
114 Description: Perl 5 Compatible Regular Expression Library - 32 bit runtime files
115  This is a library of functions to support regular expressions whose syntax
116  and semantics are as close as possible to those of the Perl 5 language.
117  .
118  This package contains the 32 bit runtime library.