diff --git a/debian/changelog b/debian/changelog
index 4c135eb36cce87ea9ed43cb1927660acbfa2c186..ab2b322a31b531d382f2a8f42ce7708f39924bf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+glib2.0 (2.74.6-2+deb12u3+apertis1) apertis; urgency=medium
+
+  * Sync from debian/bookworm.
+  * Remaining Apertis specific changes:
+   - Inject -Wno-error=format-overflow -Wno-error=format-truncation in
+     debian/rules. In contrary to Debian, we use by default -Wformat-overflow=2
+     and -Wformat-truncation=2 in Apertis, but due to the use of -Werror this
+     package FTBFS with: "cc1: all warnings being treated as errors".
+     In order to avoid this error, we don't treat these warnings as errors.
+
+ -- Apertis CI <devel@lists.apertis.org>  Tue, 02 Jul 2024 13:27:00 +0000
+
 glib2.0 (2.74.6-2+deb12u3) bookworm; urgency=medium
 
   * d/p/gdbusmessage-Clean-the-cached-arg0-when-setting-the-messa.patch: