From 41435e538af6f6ef56eaa3e7c5dc30534f9a0f67 Mon Sep 17 00:00:00 2001
From: Apertis CI robot <devel@lists.apertis.org>
Date: Tue, 2 Jul 2024 13:27:00 +0000
Subject: [PATCH] Release glib2.0 version 2.74.6-2+deb12u3+apertis1
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/changelog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4c135eb..ab2b322 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:
-- 
GitLab