I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.
diff -Nru avrp-1.0beta3/debian/changelog avrp-1.0beta3/debian/changelog
--- avrp-1.0beta3/debian/changelog 2024-02-18 14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/changelog 2024-02-18 14:33:44.000000000 +0000
@@ -1,3 +1,14 @@
+avrp (1.0beta3-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Convert to source format 3.0 (Closes: #1007566).
+ * Use Priority: optiional instead of extra.
+
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Use a cross compiler (Closes: #907129).
+
+ -- Bastian Germann <[email protected]> Sun, 18 Feb 2024 14:33:44 +0000
+
avrp (1.0beta3-7) unstable; urgency=low
* Adopt the package (Closes: #404468).
diff -Nru avrp-1.0beta3/debian/control avrp-1.0beta3/debian/control
--- avrp-1.0beta3/debian/control 2024-02-18 14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/control 2024-02-18 14:33:44.000000000 +0000
@@ -1,6 +1,6 @@
Source: avrp
Section: electronics
-Priority: extra
+Priority: optional
Maintainer: Uwe Hermann <[email protected]>
Standards-Version: 3.8.0
Build-Depends: cdbs, debhelper (>= 7)
diff -Nru avrp-1.0beta3/debian/patches/10_makefile.patch
avrp-1.0beta3/debian/patches/10_makefile.patch
--- avrp-1.0beta3/debian/patches/10_makefile.patch 2024-02-18
14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/patches/10_makefile.patch 2024-02-18
14:33:44.000000000 +0000
@@ -1,8 +1,8 @@
Don't hardcode CFLAGS (let cdbs handle it) and don't unconditionally strip
the binary (let cdbs do the correct 'nostrip' handling).
---- Makefile.linux.orig 2008-11-27 18:31:00.000000000 +0100
-+++ Makefile.linux 2008-11-27 18:31:30.000000000 +0100
+--- a/Makefile.linux 2008-11-27 18:31:00.000000000 +0100
++++ b/Makefile.linux 2008-11-27 18:31:30.000000000 +0100
@@ -4,8 +4,6 @@
CC = gcc
diff -Nru avrp-1.0beta3/debian/patches/30_configfile_kfreebsd.patch
avrp-1.0beta3/debian/patches/30_configfile_kfreebsd.patch
--- avrp-1.0beta3/debian/patches/30_configfile_kfreebsd.patch 2024-02-18
14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/patches/30_configfile_kfreebsd.patch 2024-02-18
14:33:44.000000000 +0000
@@ -1,7 +1,7 @@
Fix config file location. Also, add Debian GNU/kFreeBSD support.
---- avrp.h.orig 1998-09-28 19:39:16.000000000 +0200
-+++ avrp.h 2008-11-27 18:39:46.000000000 +0100
+--- a/avrp.h 1998-09-28 19:39:16.000000000 +0200
++++ b/avrp.h 2008-11-27 18:39:46.000000000 +0100
@@ -41,8 +41,8 @@
#define DEFFILENAME "env:avrp.def"
#endif
diff -Nru avrp-1.0beta3/debian/patches/40_manpage_hyphen.patch
avrp-1.0beta3/debian/patches/40_manpage_hyphen.patch
--- avrp-1.0beta3/debian/patches/40_manpage_hyphen.patch 2024-02-18
14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/patches/40_manpage_hyphen.patch 2024-02-18
14:33:44.000000000 +0000
@@ -1,7 +1,7 @@
Silence lintian warning 'I: avrp: hyphen-used-as-minus-sign'.
---- avrp.1.orig 2008-11-27 18:43:03.000000000 +0100
-+++ avrp.1 2008-11-27 18:45:10.000000000 +0100
+--- a/avrp.1 2008-11-27 18:43:03.000000000 +0100
++++ b/avrp.1 2008-11-27 18:45:10.000000000 +0100
@@ -1,6 +1,6 @@
.TH avrp 1 "28 September 1998" "Version 1.0 beta 3"
.SH NAME
diff -Nru avrp-1.0beta3/debian/patches/50_manpage_fix.patch
avrp-1.0beta3/debian/patches/50_manpage_fix.patch
--- avrp-1.0beta3/debian/patches/50_manpage_fix.patch 2024-02-18
14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/patches/50_manpage_fix.patch 2024-02-18
14:33:44.000000000 +0000
@@ -1,5 +1,5 @@
---- avrp.1.orig 2008-11-28 12:18:59.000000000 +0100
-+++ avrp.1 2008-11-28 12:19:08.000000000 +0100
+--- a/avrp.1 2008-11-28 12:18:59.000000000 +0100
++++ b/avrp.1 2008-11-28 12:19:08.000000000 +0100
@@ -81,7 +81,7 @@
.IP "\-\-help \-h"
Print out a short help text.
diff -Nru avrp-1.0beta3/debian/patches/series
avrp-1.0beta3/debian/patches/series
--- avrp-1.0beta3/debian/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ avrp-1.0beta3/debian/patches/series 2024-02-18 14:33:44.000000000 +0000
@@ -0,0 +1,5 @@
+10_makefile.patch
+20_misc.patch
+30_configfile_kfreebsd.patch
+40_manpage_hyphen.patch
+50_manpage_fix.patch
diff -Nru avrp-1.0beta3/debian/rules avrp-1.0beta3/debian/rules
--- avrp-1.0beta3/debian/rules 2024-02-18 14:42:09.000000000 +0000
+++ avrp-1.0beta3/debian/rules 2024-02-18 14:33:44.000000000 +0000
@@ -2,9 +2,9 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_MAKE_MAKEFILE := Makefile.linux
+DEB_MAKE_EXTRA_ARGS += 'CC=$(CC)' 'LD=$(CC)'
DEB_INSTALL_MANPAGES_avrp := avrp.1
diff -Nru avrp-1.0beta3/debian/source/format avrp-1.0beta3/debian/source/format
--- avrp-1.0beta3/debian/source/format 1970-01-01 00:00:00.000000000 +0000
+++ avrp-1.0beta3/debian/source/format 2024-02-18 14:33:34.000000000 +0000
@@ -0,0 +1 @@
+3.0 (quilt)