summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2019-12-06 16:06:33 +0000
committerMatthew Vernon <matthew@debian.org>2019-12-06 16:06:33 +0000
commitb552486cb716d57f9c4551e54e99e612bcf3d964 (patch)
treef22ba5b8afcad5c985de91b0fea5e64f1e840c20
parent875bc89238b89c75038bd071f89547e1df8a9f45 (diff)
Replace and Conflict libpcre2-posix0 (closes: #946279)
This is a bit sad, but because libpcre2-posix0 didn't reflect the soname change to 2, the new package libpcre2-posix2 that _does_ reflect the soname change needs to replace and conflict with the new version
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 4c6b9b3..73a146e 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,8 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
+Replaces: libpcre2-posix0
+Conflicts: libpcre2-posix0
Description: New Perl Compatible Regular Expression Library - posix-compatible runtime files
This is PCRE2, the new implementation of PCRE, a library of functions
to support regular expressions whose syntax and semantics are as