On Mon, 27 May 2024 10:54:56 +0200 Bastian Germann wrote:
I am uploading a NMU to fix this. Please find the debdiff attached.
Fixing the FTBFS on several architectures with another NMU.
diff -Nru scanssh-2.1.3.1/debian/changelog scanssh-2.1.3.1/debian/changelog
--- scanssh-2.1.3.1/debian/changelog    2024-05-27 06:15:25.000000000 +0000
+++ scanssh-2.1.3.1/debian/changelog    2024-05-27 15:58:11.000000000 +0000
@@ -1,3 +1,10 @@
+scanssh (2.1.3.1-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Regenerate configure script.
+
+ -- Bastian Germann <b...@debian.org>  Mon, 27 May 2024 17:59:28 +0200
+
 scanssh (2.1.3.1-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru scanssh-2.1.3.1/debian/compat scanssh-2.1.3.1/debian/compat
--- scanssh-2.1.3.1/debian/compat       2023-04-21 22:20:19.000000000 +0000
+++ scanssh-2.1.3.1/debian/compat       1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-9
diff -Nru scanssh-2.1.3.1/debian/control scanssh-2.1.3.1/debian/control
--- scanssh-2.1.3.1/debian/control      2024-05-27 06:15:25.000000000 +0000
+++ scanssh-2.1.3.1/debian/control      2024-05-27 15:45:28.000000000 +0000
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Rene Weber <rene_debma...@public.e-mail.elvenlord.com>
-Build-Depends: debhelper (>= 9), libpcap0.8-dev, libdumbnet-dev, libevent-dev
+Build-Depends: debhelper-compat (= 12), libpcap0.8-dev, libdumbnet-dev, 
libevent-dev
 Standards-Version: 3.9.6
 
 Package: scanssh
diff -Nru scanssh-2.1.3.1/debian/rules scanssh-2.1.3.1/debian/rules
--- scanssh-2.1.3.1/debian/rules        2024-05-27 06:15:25.000000000 +0000
+++ scanssh-2.1.3.1/debian/rules        2024-05-27 15:45:28.000000000 +0000
@@ -17,6 +17,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
+       dh_autoreconf
        dh_auto_configure
 
        touch configure-stamp
@@ -40,12 +41,14 @@
        -$(MAKE) distclean
        rm -f config.log
 
+       dh_autoreconf_clean
        dh_clean
 
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_clean
+       dh_prep
        dh_installdirs
 
        # Add here commands to install the package into debian/scanssh.

Reply via email to