I am uploading a NMU to DELAYED/10 in order to fix this.
Please find the debdiff attached.diff -Nru dv4l-1.0/debian/changelog dv4l-1.0/debian/changelog
--- dv4l-1.0/debian/changelog 2023-10-28 13:34:56.0 +0200
+++ dv4l-1.0/debian/changelog 2023-10-28 13:23:53.0 +0200
@@ -1,3 +1,13 @@
+dv4l (1.0-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Convert to source format 3.0. (Closes: #1007650)
+
+ [ Helmut Grohne ]
+ * Fix FTCBFS: Pass --host to configure. (Closes: #977632)
+
+ -- Bastian Germann Sat, 28 Oct 2023 13:23:53 +0200
+
dv4l (1.0-5) unstable; urgency=low
* Remove vloopback-source from Recommends.
diff -Nru dv4l-1.0/debian/control dv4l-1.0/debian/control
--- dv4l-1.0/debian/control 2023-10-28 13:34:56.0 +0200
+++ dv4l-1.0/debian/control 2023-10-28 13:23:53.0 +0200
@@ -2,7 +2,7 @@
Section: graphics
Priority: optional
Maintainer: Nobuhiro Iwamatsu
-Build-Depends: cdbs, debhelper (>= 7), autotools-dev, quilt,
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev,
libraw1394-dev, libiec61883-dev, libdv-dev, libv4l-dev
Standards-Version: 3.9.2
Homepage: http://dv4l.berlios.de/
diff -Nru dv4l-1.0/debian/README.source dv4l-1.0/debian/README.source
--- dv4l-1.0/debian/README.source 2023-10-28 13:34:56.0 +0200
+++ dv4l-1.0/debian/README.source 1970-01-01 01:00:00.0 +0100
@@ -1,58 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-To configure quilt to use debian/patches instead of patches, you want
-either to export QUILT_PATCHES=debian/patches in your environment
-or use this snippet in your ~/.quiltrc:
-
-for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
-if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
-export QUILT_PATCHES=debian/patches
-break
-fi
-done
-
-To get the fully patched source after unpacking the source package, cd to
-the root level of the source package and run:
-
-quilt push -a
-
-The last patch listed in debian/patches/series will become the current
-patch.
-
-To add a new set of changes, first run quilt push -a, and then run:
-
-quilt new
-
-where is a descriptive name for the patch, used as the filename in
-debian/patches. Then, for every file that will be modified by this patch,
-run:
-
-quilt add
-
-before editing those files. You must tell quilt with quilt add what files
-will be part of the patch before making changes or quilt will not work
-properly. After editing the files, run:
-
-quilt refresh
-
-to save the results as a patch.
-
-Alternately, if you already have an external patch and you just want to
-add it to the build system, run quilt push -a and then:
-
-quilt import -P /path/to/patch
-quilt push -a
-
-(add -p 0 to quilt import if needed). as above is the filename to
-use in debian/patches. The last quilt push -a will apply the patch to
-make sure it works properly.
-
-To remove an existing patch from the list of patches that will be applied,
-run:
-
-quilt delete
-
-You may need to run quilt pop -a to unapply patches first before running
-this command.
diff -Nru dv4l-1.0/debian/rules dv4l-1.0/debian/rules
--- dv4l-1.0/debian/rules 2023-10-28 13:34:56.0 +0200
+++ dv4l-1.0/debian/rules 2023-10-28 13:23:53.0 +0200
@@ -1,11 +1,14 @@
#!/usr/bin/make -f
+include /usr/share/dpkg/architecture.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_CONFIGURE_NORMAL_ARGS = --prefix=/usr --libdir=/lib/dv4l \
- --datarootdir=/share
+ --datarootdir=/share \
+ --datarootdir=/share \
+ --build=$(DEB_BUILD_GNU_TYPE) \
+ --host=$(DEB_HOST_GNU_TYPE)
install/dv4l::
install -m 0644 -D debian/lintian-override \
diff -Nru dv4l-1.0/debian/source/format dv4l-1.0/debian/source/format
--- dv4l-1.0/debian/source/format 1970-01-01 01:00:00.0 +0100
+++ dv4l-1.0/debian/source/format 2023-10-28 13:23:53.0 +0200
@@ -0,0 +1 @@
+3.0 (quilt)