diff -pruN 1:1.99.1-9/debian/changelog 1:1.99.1-9.1/debian/changelog
--- 1:1.99.1-9/debian/changelog	2024-10-30 06:50:33.000000000 +0000
+++ 1:1.99.1-9.1/debian/changelog	2025-09-22 20:40:53.000000000 +0000
@@ -1,3 +1,10 @@
+fortune-mod (1:1.99.1-9.1) unstable; urgency=high
+
+  [ Bastian Germann ]
+  * Prevent bool enum from being defined (Closes: #1096647)
+
+ -- Salvo 'LtWorf' Tomaselli <ltworf@debian.org>  Mon, 22 Sep 2025 22:40:53 +0200
+
 fortune-mod (1:1.99.1-9) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1:1.99.1-9/debian/rules 1:1.99.1-9.1/debian/rules
--- 1:1.99.1-9/debian/rules	2024-10-30 06:50:33.000000000 +0000
+++ 1:1.99.1-9.1/debian/rules	2025-09-22 20:40:53.000000000 +0000
@@ -1,5 +1,8 @@
 #! /usr/bin/make -f
 
+# HAVE_STDBOOL_H is not written but evaluated
+export DEB_CPPFLAGS_MAINT_APPEND=-DHAVE_STDBOOL_H=1
+
 binary binary-arch binary-indep build build-arch build-indep clean:
 	dh $@
 
