From: Peter Michael Green Date: Fri, 5 Sep 2025 02:54:56 +0000 (+0000) Subject: Manual merge of version 1.2.5-4+rpi1 and 1.2.5-5 to produce 1.2.5-5+rpi1 X-Git-Tag: archive/raspbian/1.2.5-5+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d8b2679f915f4b7b09498796162a20ffef1ae617;p=gogglesmm.git Manual merge of version 1.2.5-4+rpi1 and 1.2.5-5 to produce 1.2.5-5+rpi1 --- d8b2679f915f4b7b09498796162a20ffef1ae617 diff --cc debian/changelog index 5533a59,fc1e8ed..7afa1de --- a/debian/changelog +++ b/debian/changelog @@@ -1,8 -1,9 +1,16 @@@ - gogglesmm (1.2.5-4+rpi1) trixie-staging; urgency=medium ++gogglesmm (1.2.5-5+rpi1) trixie-staging; urgency=medium + ++ [changes brought forward from 1.2.5-4+rpi1 by Peter Michael Green at Thu, 23 Jan 2025 22:57:45 +0000] + * Apply armel fix on armhf too for raspbian. + - -- Peter Michael Green Thu, 23 Jan 2025 22:57:45 +0000 ++ -- Peter Michael Green Fri, 05 Sep 2025 02:55:28 +0000 ++ + gogglesmm (1.2.5-5) unstable; urgency=medium + + * update Build-Dependency libtag1-dev --> libtag-dev (closes: #1096086) + * Bump policy (no change) + + -- Cord Beermann Sat, 22 Mar 2025 16:07:35 +0100 gogglesmm (1.2.5-4) unstable; urgency=medium diff --cc debian/rules index 2e053e2,91921ca..f57c1b0 --- a/debian/rules +++ b/debian/rules @@@ -18,13 -18,34 +18,39 @@@ ifeq ($(DEB_TARGET_ARCH), armel LDFLAGS+=-Wl,--copy-dt-needed-entries endif +# ftbfs-fix for armel +ifeq ($(DEB_TARGET_ARCH), armhf) + LDFLAGS+=-Wl,--copy-dt-needed-entries +endif + + # ftbfs-fix for armel + ifeq ($(DEB_TARGET_ARCH), armel) + LDFLAGS+=-Wl,--copy-dt-needed-entries + endif + + # ftbfs-fix for m68k + ifeq ($(DEB_TARGET_ARCH), m68k) + LDFLAGS+=-Wl,--copy-dt-needed-entries + LDLIBS+=-latomic + endif + + # ftbfs-fix for powerpc + ifeq ($(DEB_TARGET_ARCH), powerpc) + LDFLAGS+=-Wl,--copy-dt-needed-entries + LDLIBS+=-latomic + endif + + # ftbfs-fix for sh4 + ifeq ($(DEB_TARGET_ARCH), sh4) + LDFLAGS+=-Wl,--copy-dt-needed-entries + LDLIBS+=-latomic + endif + CC_FOR_BUILD ?= cc + override_dh_auto_configure: + dh_auto_configure $@ --buildsystem=cmake -- -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" + # uncommect for more insights. #override_dh_auto_configure: # env