Control: tags 957553 + patch
Control: tags 957553 + pending
--

Dear maintainer,

I've prepared an NMU for mmh (versioned as 0.4-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

--
Regards
Sudip

diff -Nru mmh-0.4/debian/changelog mmh-0.4/debian/changelog
--- mmh-0.4/debian/changelog    2019-02-09 20:42:03.000000000 +0000
+++ mmh-0.4/debian/changelog    2020-09-04 10:19:10.000000000 +0100
@@ -1,3 +1,11 @@
+mmh (0.4-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-10. (Closes: #957553)
+    - Use fcommon.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Fri, 04 Sep 2020 10:19:10 
+0100
+
 mmh (0.4-2) unstable; urgency=medium
 
   * Revert introduction of alternatives, refused by nmh maintainer
diff -Nru mmh-0.4/debian/rules mmh-0.4/debian/rules
--- mmh-0.4/debian/rules        2019-02-09 19:42:31.000000000 +0000
+++ mmh-0.4/debian/rules        2020-09-04 10:12:28.000000000 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/default.mk
-export CFLAGS  += $(shell getconf LFS_CFLAGS)
+export CFLAGS  += $(shell getconf LFS_CFLAGS) -fcommon
 export LDFLAGS += $(shell getconf LFS_LDFLAGS)
 
 %:

Reply via email to