diffstat for sketch-0.3.7 sketch-0.3.7

 changelog |    8 ++++++++
 rules     |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -Nru sketch-0.3.7/debian/changelog sketch-0.3.7/debian/changelog
--- sketch-0.3.7/debian/changelog	2020-11-07 04:36:18.000000000 +0200
+++ sketch-0.3.7/debian/changelog	2025-10-25 12:38:42.000000000 +0300
@@ -1,3 +1,11 @@
+sketch (1:0.3.7-12.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with -std=gnu17 to workaround FTBFS with GCC 15.
+    (Closes: #1097891)
+
+ -- Adrian Bunk <bunk@debian.org>  Sat, 25 Oct 2025 12:38:42 +0300
+
 sketch (1:0.3.7-12) unstable; urgency=medium
 
   * Bug fix: "FTBFS: Error: /undefined in .setopacityalpha", thanks to
diff -Nru sketch-0.3.7/debian/rules sketch-0.3.7/debian/rules
--- sketch-0.3.7/debian/rules	2020-11-07 04:36:18.000000000 +0200
+++ sketch-0.3.7/debian/rules	2025-10-25 12:38:42.000000000 +0300
@@ -9,7 +9,7 @@
 DB2MAN=/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
 XP=xsltproc --nonet
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -std=gnu17
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
