chiark / gitweb /
Relax Depends: of libpcre3-dev to just libc-dev (Closes: #1008714)
authorMatthew Vernon <matthew@debian.org>
Sat, 2 Apr 2022 13:13:30 +0000 (14:13 +0100)
committerMatthew Vernon <matthew@debian.org>
Sat, 2 Apr 2022 13:13:30 +0000 (14:13 +0100)
Reporter (Helmut Grohne) did suggest could use libc6-dev|libc-dev but
I think the simpler version is fine.

debian/control

index c599ff6d257f1f3450177b558b33d3ea41cfdfd2..a2ab3a8ccc625957beff4c65573a8a2038ee8583 100644 (file)
@@ -60,7 +60,7 @@ Package: libpcre3-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libc6-dev, libpcre3 (= ${binary:Version}), libpcre16-3 (= ${binary:Version}), libpcre32-3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}), ${misc:Depends}
+Depends: libc-dev, libpcre3 (= ${binary:Version}), libpcre16-3 (= ${binary:Version}), libpcre32-3 (= ${binary:Version}), libpcrecpp0v5 (= ${binary:Version}), ${misc:Depends}
 Description: Old 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.