I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.
diff -Nru fake-1.1.11/debian/changelog fake-1.1.11/debian/changelog
--- fake-1.1.11/debian/changelog 2023-08-22 16:14:26.000000000 +0000
+++ fake-1.1.11/debian/changelog 2023-08-22 16:02:14.000000000 +0000
@@ -1,3 +1,14 @@
+fake (1.1.11-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Convert to source format 3.0. (Closes: #1007688)
+ * Add Homepage. (Closes: #594030)
+
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #915554)
+
+ -- Bastian Germann <b...@debian.org> Tue, 22 Aug 2023 16:02:14 +0000
+
fake (1.1.11-3) unstable; urgency=medium
* Restrict architecture to linux-any as send-arp uses a linux-specific
diff -Nru fake-1.1.11/debian/control fake-1.1.11/debian/control
--- fake-1.1.11/debian/control 2023-08-22 16:14:26.000000000 +0000
+++ fake-1.1.11/debian/control 2023-08-22 16:02:14.000000000 +0000
@@ -4,6 +4,7 @@
Priority: optional
Maintainer: Simon Horman <ho...@debian.org>
Standards-Version: 3.9.8
+Homepage: https://projects.horms.net/projects/fake/
Package: fake
Architecture: linux-any
diff -Nru fake-1.1.11/debian/patches/send_arp.patch
fake-1.1.11/debian/patches/send_arp.patch
--- fake-1.1.11/debian/patches/send_arp.patch 1970-01-01 00:00:00.000000000
+0000
+++ fake-1.1.11/debian/patches/send_arp.patch 2023-08-22 16:02:14.000000000
+0000
@@ -0,0 +1,21 @@
+--- fake-1.1.11.orig/send_arp.patch
++++ fake-1.1.11/send_arp.patch
+@@ -1,7 +1,7 @@
+ diff -uN send_arp.orig/Makefile send_arp/Makefile
+ --- send_arp.orig/Makefile Wed Dec 31 19:00:00 1969
+ +++ send_arp/Makefile Thu Oct 29 15:40:47 1998
+-@@ -0,0 +1,35 @@
++@@ -0,0 +1,32 @@
+ +######################################################################
+ +# Makefile for send_arp October 1998
+ +# horms ho...@vergenet.net
+@@ -28,9 +28,6 @@ diff -uN send_arp.orig/Makefile send_arp
+ +
+ +all: $(BIN)
+ +
+-+$(BIN): $(SRC)
+-+ $(CC) $(SRC) -o $(BIN)
+-+
+ +clean:
+ + rm -f $(BIN) core $(SRC).*
+ +
diff -Nru fake-1.1.11/debian/patches/series fake-1.1.11/debian/patches/series
--- fake-1.1.11/debian/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ fake-1.1.11/debian/patches/series 2023-08-22 16:02:14.000000000 +0000
@@ -0,0 +1 @@
+send_arp.patch
diff -Nru fake-1.1.11/debian/rules fake-1.1.11/debian/rules
--- fake-1.1.11/debian/rules 2023-08-22 16:14:26.000000000 +0000
+++ fake-1.1.11/debian/rules 2023-08-22 16:02:14.000000000 +0000
@@ -10,7 +10,7 @@
build-indep: build-stamp
build-stamp:
dh_testdir
- $(MAKE) patch all
+ dh_auto_build -- patch all
touch build-stamp
clean:
diff -Nru fake-1.1.11/debian/source/format fake-1.1.11/debian/source/format
--- fake-1.1.11/debian/source/format 1970-01-01 00:00:00.000000000 +0000
+++ fake-1.1.11/debian/source/format 2023-08-22 16:02:14.000000000 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru fake-1.1.11/send_arp.patch fake-1.1.11/send_arp.patch
--- fake-1.1.11/send_arp.patch 2023-08-22 16:14:26.000000000 +0000
+++ fake-1.1.11/send_arp.patch 2009-07-08 08:41:46.000000000 +0000
@@ -1,7 +1,7 @@
diff -uN send_arp.orig/Makefile send_arp/Makefile
--- send_arp.orig/Makefile Wed Dec 31 19:00:00 1969
+++ send_arp/Makefile Thu Oct 29 15:40:47 1998
-@@ -0,0 +1,32 @@
+@@ -0,0 +1,35 @@
+######################################################################
+# Makefile for send_arp October 1998
+# horms ho...@vergenet.net
@@ -28,6 +28,9 @@
+
+all: $(BIN)
+
++$(BIN): $(SRC)
++ $(CC) $(SRC) -o $(BIN)
++
+clean:
+ rm -f $(BIN) core $(SRC).*
+