pcre3 1:8.35-3ubuntu1 source package in Ubuntu RTM

Changelog

pcre3 (1:8.35-3ubuntu1) utopic; urgency=medium

  * Merge with Debian unstable, remaining changes:
    - Add symbols files to catch breakage.
      + Remove private symbols as these are no longer exported.
    - Honor dpkg-buildflags.
    - Enable parallel builds.
  * Run dpkg-gensymbols with -c4 to fail the build on symbols file problems.

pcre3 (1:8.35-3) unstable; urgency=medium

  Thanks to Simon McVittie for all of the work on this:

  * Run tests with VERBOSE=1 so we can see the logs for failing tests
    (Closes: #755052)
  * Apply part of upstream r1472 to fix undefined behaviour when parsing
    {n} or {m,n} quantifiers, which causes mis-parsing and test failures
    under gcc 4.9 (Closes: #751828)

pcre3 (1:8.35-2) unstable; urgency=medium

  * Build-depends on auto-reconf (Closes: 754540)

pcre3 (1:8.35-1) unstable; urgency=medium

  * New upstream release
  * Use dh-autoreconf
  * Disable JIT on ppc64el (Closes: 751390) (Thanks Erwan Prioul)
 -- Iain Lane <email address hidden>   Thu, 14 Aug 2014 12:03:18 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main libs
14.09 release main libs

Downloads

File Size SHA-256 Checksum
pcre3_8.35.orig.tar.gz 1.9 MiB 1c9ee292943ba2737f127b481a3f72f44c13fbd09a7b5b4eb8fa58650cfa56a0
pcre3_8.35-3ubuntu1.debian.tar.gz 21.8 KiB 504103f680b5cbfb7154eeede980cd8e98f595e563872f260f324e006aac5696
pcre3_8.35-3ubuntu1.dsc 2.0 KiB 844d246f1f57b478b2e3873ef2c4528801a9e69252fec78009b7196ebbc6e923

View changes file

Binary packages built by this source

libpcre3: Perl 5 Compatible Regular Expression Library - 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 runtime libraries.

libpcre3-dbg: Perl 5 Compatible Regular Expression Library - debug symbols

 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 debug symbols,

libpcre3-dev: 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.
 .
 This package contains the development files, including headers, static
 libraries, and documentation.

libpcre3-udeb: Perl 5 Compatible Regular Expression Library - runtime files (udeb)

 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 runtime libraries for the Debian Installer (udeb).

libpcrecpp0: Perl 5 Compatible Regular Expression Library - C++ runtime files

 This is a C++ 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 C++ runtime library.

pcregrep: grep utility that uses perl 5 compatible regexes.

 Perl-style regexps have many useful features that the standard POSIX ones
 don't; this is basically the same as grep but with the different
 regexp syntax.
 .
 The other reason for the existence of pcregrep is that its source code is an
 example of programming with libpcre.