Replace and Conflict libpcre2-posix0 (closes: #946279)
authorMatthew Vernon <matthew@debian.org>
Fri, 6 Dec 2019 16:06:33 +0000 (16:06 +0000)
committerMatthew Vernon <matthew@debian.org>
Fri, 6 Dec 2019 16:06:33 +0000 (16:06 +0000)
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

debian/control

index 4c6b9b31ac036faea18f4470e989665a3fe712ec..73a146e051849a70e646710253d7f07c408b10c4 100644 (file)
@@ -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