chiark / gitweb /
Import debian/ directory from 2:8.38-3.1
[pcre3.git] / debian / README.Debian
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..ac6bde6
--- /dev/null
@@ -0,0 +1,11 @@
+libpcre for debian
+------------------
+
+Upstream's library version is much lower than Debian's - PCRE_LIB_VERSION=0:1:0
+instead of 13:0:10 (soname libpcre.so.0 instead of libpcre.so.3)
+
+The other change I made is to prefix the names of the functions in libpcreposix
+with "pcreposix_". This is required so they don't clash with the ones in
+libc. Suitable #defines have been added to pcreposix.h so that the
+unprefixed names can be used.
+