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