Version in base suite: 2.13.6-2 Base version: icinga2_2.13.6-2 Target version: icinga2_2.13.6-2+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/i/icinga2/icinga2_2.13.6-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/i/icinga2/icinga2_2.13.6-2+deb12u1.dsc changelog | 9 +++++++++ control | 2 +- gbp.conf | 2 +- rules | 5 +++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff -Nru icinga2-2.13.6/debian/changelog icinga2-2.13.6/debian/changelog --- icinga2-2.13.6/debian/changelog 2023-01-22 16:36:37.000000000 +0000 +++ icinga2-2.13.6/debian/changelog 2024-04-06 12:02:31.000000000 +0000 @@ -1,3 +1,12 @@ +icinga2 (2.13.6-2+deb12u1) bookworm; urgency=medium + + * Team upload. + * Update branch in gbp.conf & Vcs-Git URL. + * Fix segfault on startup on ppc64el. + (closes: #1068473) + + -- Bas Couwenberg Sat, 06 Apr 2024 14:02:31 +0200 + icinga2 (2.13.6-2) unstable; urgency=medium * Team upload. diff -Nru icinga2-2.13.6/debian/control icinga2-2.13.6/debian/control --- icinga2-2.13.6/debian/control 2023-01-22 16:36:37.000000000 +0000 +++ icinga2-2.13.6/debian/control 2024-04-06 12:02:31.000000000 +0000 @@ -31,7 +31,7 @@ tzdata Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/nagios-team/icinga2 -Vcs-Git: https://salsa.debian.org/nagios-team/icinga2.git +Vcs-Git: https://salsa.debian.org/nagios-team/icinga2.git -b bookworm Homepage: https://icinga.com Rules-Requires-Root: no diff -Nru icinga2-2.13.6/debian/gbp.conf icinga2-2.13.6/debian/gbp.conf --- icinga2-2.13.6/debian/gbp.conf 2021-08-19 13:47:17.000000000 +0000 +++ icinga2-2.13.6/debian/gbp.conf 2024-04-06 12:02:31.000000000 +0000 @@ -6,7 +6,7 @@ # The default name for the Debian branch is "master". # Change it if the name is different (for instance, "debian/unstable"). -debian-branch = master +debian-branch = bookworm # git-import-orig uses the following names for the upstream tags. # Change the value if you are not using git-import-orig diff -Nru icinga2-2.13.6/debian/rules icinga2-2.13.6/debian/rules --- icinga2-2.13.6/debian/rules 2022-07-12 16:49:25.000000000 +0000 +++ icinga2-2.13.6/debian/rules 2024-04-06 12:02:31.000000000 +0000 @@ -9,6 +9,11 @@ export CTEST_OUTPUT_ON_FAILURE=1 +# Fix segfault on startup: #1068473 +ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el)) + export DEB_CXXFLAGS_MAINT_APPEND = -O1 +endif + ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel powerpc)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif