Control: tags 884242 + patch
Control: tags 884242 + pending
Dear maintainer,
I've prepared an NMU for gdb-mingw-w64 (versioned as 10.4+nmu1) and
uploaded it to DELAYED/5. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru gdb-mingw-w64-10.4/debian/changelog gdb-mingw-w64-10.4+nmu1/debian/changelog
--- gdb-mingw-w64-10.4/debian/changelog 2016-09-19 21:36:37.000000000 +0300
+++ gdb-mingw-w64-10.4+nmu1/debian/changelog 2018-01-07 00:00:08.000000000 +0200
@@ -1,3 +1,11 @@
+gdb-mingw-w64 (10.4+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * hardening=-format, to avoid FTBFS caused by the combination
+ of -Werror=format-security and -Wno-format. (Closes: #884242)
+
+ -- Adrian Bunk <[email protected]> Sun, 07 Jan 2018 00:00:08 +0200
+
gdb-mingw-w64 (10.4) unstable; urgency=medium
* Disable package mangling in Launchpad.
diff -Nru gdb-mingw-w64-10.4/debian/rules gdb-mingw-w64-10.4+nmu1/debian/rules
--- gdb-mingw-w64-10.4/debian/rules 2016-09-19 21:36:12.000000000 +0300
+++ gdb-mingw-w64-10.4+nmu1/debian/rules 2018-01-06 23:48:23.000000000 +0200
@@ -41,7 +41,7 @@
# Windows targets don't support stackprotector, relro, bindnow or pie
# We disable PE timestamps to build reproducibly
-dpkg_buildflags_indep = DEB_BUILD_MAINT_OPTIONS="hardening=-stackprotector,-relro,-bindnow,-pie" DEB_LDFLAGS_MAINT_APPEND="-Xlinker --no-insert-timestamp" dpkg-buildflags
+dpkg_buildflags_indep = DEB_BUILD_MAINT_OPTIONS="hardening=-stackprotector,-relro,-bindnow,-pie,-format" DEB_LDFLAGS_MAINT_APPEND="-Xlinker --no-insert-timestamp" dpkg-buildflags
DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)