I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.
diff -Nru cconv-0.6.2/debian/changelog cconv-0.6.2/debian/changelog
--- cconv-0.6.2/debian/changelog        2023-10-03 20:04:14.000000000 +0200
+++ cconv-0.6.2/debian/changelog        2023-10-03 19:52:25.000000000 +0200
@@ -1,3 +1,14 @@
+cconv (0.6.2-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007557)
+  * d/rules: Do not require configure for config.status (Closes: #1049645)
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Let dh_auto_configure pass --host to configure. (Closes: 
#991168)
+
+ -- Bastian Germann <b...@debian.org>  Tue, 03 Oct 2023 19:52:25 +0200
+
 cconv (0.6.2-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru cconv-0.6.2/debian/rules cconv-0.6.2/debian/rules
--- cconv-0.6.2/debian/rules    2023-10-03 20:04:14.000000000 +0200
+++ cconv-0.6.2/debian/rules    2023-10-03 19:52:25.000000000 +0200
@@ -1,16 +1,9 @@
 #!/usr/bin/make -f
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-config.status: configure
+config.status:
        dh_testdir
        dh_autoreconf
-       ./configure --prefix=/usr \
-               --mandir=\$${prefix}/share/man \
-               --infodir=\$${prefix}/share/info \
+       dh_auto_configure -- \
                CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
diff -Nru cconv-0.6.2/debian/source/format cconv-0.6.2/debian/source/format
--- cconv-0.6.2/debian/source/format    1970-01-01 01:00:00.000000000 +0100
+++ cconv-0.6.2/debian/source/format    2023-10-03 19:52:25.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to