tag 1066115 + patch
thanks
Hi,
attached is the debdiff for the NMU, uploaded to delayed/10. Similar to the
previous NMU it adds -Wno-error=implicit-function-declaration to downgrade these
errors back into warnings again.
Best regards,
Joachim
diff -Nru mpg321-0.3.2/debian/changelog mpg321-0.3.2/debian/changelog
--- mpg321-0.3.2/debian/changelog 2020-07-23 17:22:42.000000000 +0200
+++ mpg321-0.3.2/debian/changelog 2024-03-21 21:39:07.000000000 +0100
@@ -1,3 +1,11 @@
+mpg321 (0.3.2-3.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add -Wno-error=implicit-function-declaration to CFLAGS to disable
+ new defaults from dpkg-buildflags (Closes: #1066115).
+
+ -- Joachim Reichel <reic...@debian.org> Thu, 21 Mar 2024 20:39:07 +0000
+
mpg321 (0.3.2-3.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru mpg321-0.3.2/debian/rules mpg321-0.3.2/debian/rules
--- mpg321-0.3.2/debian/rules 2020-07-23 17:22:42.000000000 +0200
+++ mpg321-0.3.2/debian/rules 2024-03-21 21:37:50.000000000 +0100
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
-export CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -Wall -Wunused
-Wno-error=format-security -Wno-error=implicit-function-declaration -fcommon
+export CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -Wall -Wunused
-Wno-error=format-security -Wno-error=implicit-function-declaration -fcommon
MPG321_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)