On Friday, October 21 2022, I wrote:

> I will soon attach a patch to fix the problem.

Here it is.

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
https://sergiodj.net/

diff --git a/debian/changelog b/debian/changelog
index f8dd0ad79..8654f42cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nim (1.6.8-2) UNRELEASED; urgency=medium
+
+  * d/control: Add libpcre3 to B-D and to nim's Dependency list.
+    (Closes: #1022204)
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Fri, 21 Oct 2022 16:58:30 
-0400
+
 nim (1.6.8-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index cf9ea3932..16d606696 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Federico Ceratto <feder...@debian.org>
 Build-Depends: debhelper-compat (= 13),
  help2man (>= 1.46.4),
  libssl-dev,
- libssl1.1
+ libssl1.1,
+ libpcre3,
 Standards-Version: 4.6.1
 Homepage: https://nim-lang.org/
 Vcs-Git: https://salsa.debian.org/debian/nim.git
@@ -16,7 +17,8 @@ Package: nim
 Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 m68k mips 
mips64el mipsel powerpc powerpcspe ppc64 ppc64el riscv64 sh4 sparc64 x32
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- libssl1.1
+ libssl1.1,
+ libpcre3,
 Suggests: nim-doc
 Recommends: build-essential,
  gcc,

Attachment: signature.asc
Description: PGP signature

Reply via email to