Package: libre2-dev Version: 0+hg80+dfsg-1 Severity: normal Tags: patch Dear Maintainer, I need to have a shared library and few private headers.
Thanks -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (988, 'testing'), (986, 'testing'), (982, 'stable'), (978, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf information
diff -ruN a/changelog b/changelog --- a/changelog 2013-12-05 15:56:49.275479103 +0100 +++ b/changelog 2013-12-05 17:33:15.388160780 +0100 @@ -1,3 +1,10 @@ +re2 (0+hg80+dfsg-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Also provide re2 as a shared library. + + -- Calixte Denizet <[email protected]> Thu, 05 Dec 2013 17:27:06 +0100 + re2 (0+hg80+dfsg-1) experimental; urgency=low * New upstream revision. diff -ruN a/control b/control --- a/control 2013-12-05 15:56:49.275479103 +0100 +++ b/control 2013-12-05 17:33:15.388160780 +0100 @@ -15,6 +15,25 @@ Vcs-Bzr: http://bzr.debian.org/bzr/collab-maint/re2/trunk/ Vcs-Browser: http://bzr.debian.org/loggerhead/collab-maint/re2/trunk/ +Package: libre2-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: efficient, principled regular expression library, development kit + RE2 is a fast, safe, thread-friendly alternative to backtracking regular + expression engines like those used in PCRE, Perl, and Python. It is a C++ + library. + . + RE2 uses automata theory to guarantee that regular expression searches run in + time linear in the size of the input. RE2 implements memory limits, so that + searches can be constrained to a fixed amount of memory. RE2 is engineered to + use a small fixed C++ stack footprint no matter what inputs or regular + expressions it must process; thus RE2 is useful in multithreaded environments + where thread stacks cannot grow arbitrarily large. + . + On large inputs, RE2 is often much faster than backtracking engines; its use + of automata theory lets it apply optimizations that the others cannot. + Package: libre2-dev Section: libdevel Architecture: any diff -ruN a/docs b/docs --- a/docs 2013-12-05 15:56:49.275479103 +0100 +++ b/docs 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -AUTHORS -CONTRIBUTORS -README -doc/syntax.* diff -ruN a/libre2-0.install b/libre2-0.install --- a/libre2-0.install 1970-01-01 01:00:00.000000000 +0100 +++ b/libre2-0.install 2013-12-05 17:33:15.388160780 +0100 @@ -0,0 +1 @@ +/usr/lib/libre2.so.* \ Pas de fin de ligne à la fin du fichier diff -ruN a/libre2-dev.docs b/libre2-dev.docs --- a/libre2-dev.docs 1970-01-01 01:00:00.000000000 +0100 +++ b/libre2-dev.docs 2013-12-05 17:33:15.388160780 +0100 @@ -0,0 +1,4 @@ +AUTHORS +CONTRIBUTORS +README +doc/syntax.* diff -ruN a/libre2-dev.install b/libre2-dev.install --- a/libre2-dev.install 2013-12-05 15:56:49.275479103 +0100 +++ b/libre2-dev.install 2013-12-05 17:33:15.388160780 +0100 @@ -1,2 +1,9 @@ /usr/include +re2/prefilter.h /usr/include/re2 +util/util.h /usr/include/re2/util/ +util/arena.h /usr/include/re2/util/ +util/logging.h /usr/include/re2/util/ +util/utf.h /usr/include/re2/util/ +util/mutex.h /usr/include/re2/util/ /usr/lib/libre2.a +/usr/lib/libre2.so \ Pas de fin de ligne à la fin du fichier

