chiark / gitweb /
Apply upstream revision 1631 (Closes: #815921)
[pcre3.git] / debian / control
index d9f8c7d96a782bfcc8811e22efa5cb462b979c4d..8ce64d0c8f35c40b4bc771c4adbd5f101a54ea53 100644 (file)
@@ -1,7 +1,7 @@
 Source: pcre3
 Section: libs
 Priority: optional
-Maintainer:  Mark Baker <mark@mnb.org.uk>
+Maintainer:  Matthew Vernon <matthew@debian.org>
 Standards-Version: 3.9.3
 Build-Depends: debhelper (>= 5.0.22), dpkg-dev (>= 1.16.0), dh-autoreconf
 
@@ -40,13 +40,13 @@ Description: Perl 5 Compatible Regular Expression Library - runtime files (udeb)
  .
  This package contains the runtime libraries for the Debian Installer (udeb).
 
-Package: libpcrecpp0
+Package: libpcrecpp0v5
 Section: libs
 Architecture: any
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libpcre3 (<< 6.4-1.1)
-Replaces: libpcre3 (<< 6.4-1.1)
+Conflicts: libpcre3 (<< 6.4-1.1), libpcrecpp0
+Replaces: libpcre3 (<< 6.4-1.1), libpcrecpp0
 Multi-Arch: same
 Pre-Depends: multiarch-support
 Description: Perl 5 Compatible Regular Expression Library - C++ runtime files
@@ -59,8 +59,7 @@ Package: libpcre3-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libc6-dev, libpcre3 (= ${binary:Version}), libpcrecpp0 (= ${binary:Version}), ${misc:Depends}
-Conflicts: libpcre1-dev, libpcre2-dev
+Depends: libc6-dev, libpcre3 (= ${binary:Version}), libpcre16-3 (= ${binary:Version}), libpcre32-3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}), ${misc:Depends}
 Description: Perl 5 Compatible Regular Expression Library - development files
  This is a library of functions to support regular expressions whose syntax 
  and semantics are as close as possible to those of the Perl 5 language.
@@ -72,7 +71,7 @@ Package: libpcre3-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libpcre3 (= ${binary:Version}), libpcrecpp0 (= ${binary:Version}),  ${misc:Depends}
+Depends: libpcre3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}),  ${misc:Depends}
 Multi-Arch: same
 Description: Perl 5 Compatible Regular Expression Library - debug symbols
  This is a library of functions to support regular expressions whose syntax 
@@ -92,3 +91,27 @@ Description: grep utility that uses perl 5 compatible regexes.
  .
  The other reason for the existence of pcregrep is that its source code is an
  example of programming with libpcre.
+
+Package: libpcre16-3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Description: Perl 5 Compatible Regular Expression Library - 16 bit runtime files
+ This is a library of functions to support regular expressions whose syntax
+ and semantics are as close as possible to those of the Perl 5 language.
+ .
+ This package contains the 16 bit runtime library.
+
+Package: libpcre32-3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Description: Perl 5 Compatible Regular Expression Library - 32 bit runtime files
+ This is a library of functions to support regular expressions whose syntax
+ and semantics are as close as possible to those of the Perl 5 language.
+ .
+ This package contains the 32 bit runtime library.