I am uploading a NMU to fix this.
diff -Nru sslh-1.20/debian/changelog sslh-1.20/debian/changelog
--- sslh-1.20/debian/changelog  2019-09-05 19:04:54.000000000 +0200
+++ sslh-1.20/debian/changelog  2023-08-15 21:02:01.000000000 +0200
@@ -1,3 +1,10 @@
+sslh (1.20-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Drop pcre3 (Closes: #999953)
+
+ -- Bastian Germann <b...@debian.org>  Tue, 15 Aug 2023 21:02:01 +0200
+
 sslh (1.20-1) unstable; urgency=medium
 
   [ Guillaume Delacour ]
diff -Nru sslh-1.20/debian/control sslh-1.20/debian/control
--- sslh-1.20/debian/control    2019-09-05 19:04:54.000000000 +0200
+++ sslh-1.20/debian/control    2023-08-15 20:49:18.000000000 +0200
@@ -4,7 +4,7 @@
 Maintainer: Don Armstrong <d...@debian.org>
 Build-Depends: debhelper-compat (= 12), libwrap0-dev, binutils, po-debconf,
                libio-socket-inet6-perl, libconfig-dev, libcap-dev [linux-any],
-               psmisc, lcov, libpcre3-dev,
+               psmisc, lcov,
                init-system-helpers (>= 1.51)
 Standards-Version: 4.4.0
 Homepage: http://www.rutschle.net/tech/sslh/README.html
diff -Nru sslh-1.20/debian/rules sslh-1.20/debian/rules
--- sslh-1.20/debian/rules      2019-09-05 19:04:54.000000000 +0200
+++ sslh-1.20/debian/rules      2023-08-15 20:58:16.000000000 +0200
@@ -12,7 +12,7 @@
 endif
 
 override_dh_auto_build:
-       dh_auto_build -- USELIBWRAP=1 $(EXTRA_OPTIONS)
+       dh_auto_build -- USELIBWRAP=1 USELIBPCRE= $(EXTRA_OPTIONS)
 
 override_dh_auto_install:
        # auto install fork version, see debian/install for select version

Reply via email to