Control: tags 1096468 + patch Control: tags 1096468 + pending Dear maintainer,
I've prepared an NMU for cpp-hocon (versioned as 0.3.0-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for cpp-hocon-0.3.0 cpp-hocon-0.3.0 changelog | 8 ++++++++ rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff -Nru cpp-hocon-0.3.0/debian/changelog cpp-hocon-0.3.0/debian/changelog --- cpp-hocon-0.3.0/debian/changelog 2024-02-28 19:36:41.000000000 +0200 +++ cpp-hocon-0.3.0/debian/changelog 2025-09-21 13:40:42.000000000 +0300 @@ -1,3 +1,11 @@ +cpp-hocon (0.3.0-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Disable -Werror. (Closes: #1096468) + * Drop obsolete setting of -Wl,--as-needed (now default). + + -- Adrian Bunk <[email protected]> Sun, 21 Sep 2025 13:40:42 +0300 + cpp-hocon (0.3.0-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru cpp-hocon-0.3.0/debian/rules cpp-hocon-0.3.0/debian/rules --- cpp-hocon-0.3.0/debian/rules 2020-08-25 13:46:41.000000000 +0300 +++ cpp-hocon-0.3.0/debian/rules 2025-09-21 13:40:42.000000000 +0300 @@ -7,7 +7,7 @@ # see FEATURE AREAS in dpkg-buildflags(1) export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed +export DEB_CXXFLAGS_MAINT_PREPEND = -Wno-error %: dh $@

