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 <bunk@debian.org>  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 $@
