I am uploading a NMU to DELAYED/10 in order to fix this and two other issues.
The debdiff is attached.
diff -Nru postal-0.76+nmu1/changes.txt postal-0.76+nmu2/changes.txt
--- postal-0.76+nmu1/changes.txt 2021-12-27 22:58:45.000000000 +0000
+++ postal-0.76+nmu2/changes.txt 2024-06-09 14:43:03.000000000 +0000
@@ -1,3 +1,16 @@
+postal (0.76+nmu2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Convert to source format 3.0. Closes: #1007521
+
+ [ Helmut Grohne ]
+ * Let dh_auto_configure pass --host to ./configure. Closes: #928114
+
+ [ Vagrant Cascadian ]
+ * Pass the default CFLAGS to make. Closes: #1020759
+
+ -- Bastian Germann <b...@debian.org> Sun, 09 Jun 2024 14:43:03 +0000
+
postal (0.76+nmu1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru postal-0.76+nmu1/debian/changelog postal-0.76+nmu2/debian/changelog
--- postal-0.76+nmu1/debian/changelog 2021-12-27 22:58:45.000000000 +0000
+++ postal-0.76+nmu2/debian/changelog 2024-06-09 14:43:03.000000000 +0000
@@ -1,3 +1,16 @@
+postal (0.76+nmu2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Convert to source format 3.0. Closes: #1007521
+
+ [ Helmut Grohne ]
+ * Let dh_auto_configure pass --host to ./configure. Closes: #928114
+
+ [ Vagrant Cascadian ]
+ * Pass the default CFLAGS to make. Closes: #1020759
+
+ -- Bastian Germann <b...@debian.org> Sun, 09 Jun 2024 14:43:03 +0000
+
postal (0.76+nmu1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru postal-0.76+nmu1/debian/rules postal-0.76+nmu2/debian/rules
--- postal-0.76+nmu1/debian/rules 2021-12-27 22:58:45.000000000 +0000
+++ postal-0.76+nmu2/debian/rules 2024-06-09 14:43:03.000000000 +0000
@@ -5,14 +5,16 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+
build: build-stamp
build-stamp:
dh_testdir
# Add here commands to compile the package.
- ./configure --prefix=`pwd`/debian/postal/usr --without-openssl
- $(MAKE)
+ dh_auto_configure -- --prefix=`pwd`/debian/postal/usr --without-openssl
+ $(MAKE) CFLAGS="$(CFLAGS)"
touch build-stamp
diff -Nru postal-0.76+nmu1/debian/source/format
postal-0.76+nmu2/debian/source/format
--- postal-0.76+nmu1/debian/source/format 1970-01-01 00:00:00.000000000
+0000
+++ postal-0.76+nmu2/debian/source/format 2024-06-09 14:42:57.000000000
+0000
@@ -0,0 +1 @@
+3.0 (native)