I am uploading a NMU to DELAYED/10 to fix this. The debdiff is attached.
diff -Nru tinycdb-0.78/debian/changelog tinycdb-0.78/debian/changelog
--- tinycdb-0.78/debian/changelog       2012-05-11 16:41:27.000000000 +0200
+++ tinycdb-0.78/debian/changelog       2023-08-22 11:01:13.000000000 +0200
@@ -1,3 +1,14 @@
+tinycdb (0.78-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0. (Closes: #1007646)
+    + Drop the unnecessary upstream change introducing DEBIANLIST
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #901325)
+
+ -- Bastian Germann <[email protected]>  Tue, 22 Aug 2023 11:01:13 +0200
+
 tinycdb (0.78) unstable; urgency=low
 
   * new release (0.78), a few minor fixes:
diff -Nru tinycdb-0.78/debian/rules tinycdb-0.78/debian/rules
--- tinycdb-0.78/debian/rules   2012-05-11 16:51:50.000000000 +0200
+++ tinycdb-0.78/debian/rules   2023-08-22 10:57:36.000000000 +0200
@@ -16,7 +16,7 @@
 build-arch: libcdb.pc
 libcdb.pc:
        dh_testdir
-       $(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
+       dh_auto_build -- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
                staticlib sharedlib cdb-shared nss
        cp -pf nss_cdb-Makefile cdb-Makefile
        cp -pf cdb-shared cdb
diff -Nru tinycdb-0.78/debian/source/format tinycdb-0.78/debian/source/format
--- tinycdb-0.78/debian/source/format   1970-01-01 01:00:00.000000000 +0100
+++ tinycdb-0.78/debian/source/format   2023-08-22 10:59:28.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru tinycdb-0.78/Makefile tinycdb-0.78/Makefile
--- tinycdb-0.78/Makefile       2012-05-11 16:40:59.000000000 +0200
+++ tinycdb-0.78/Makefile       2012-05-11 16:17:47.000000000 +0200
@@ -59,8 +59,7 @@
  tinycdb.spec tests.sh tests.ok \
  $(LIBMAP) $(NSSMAP) \
  ChangeLog NEWS
-DEBIANLIST = changelog compat control control.nss copyright libcdb.pc rules
-DEBIANFILES = $(addprefix debian/, $(DEBIANLIST))
+DEBIANFILES = debian/control debian/rules debian/copyright debian/changelog
 
 all: static
 static: staticlib cdb

Reply via email to