diff -Nru gpac-1.0.1+dfsg1/debian/changelog gpac-1.0.1+dfsg1/debian/changelog --- gpac-1.0.1+dfsg1/debian/changelog 2021-09-01 19:50:08.000000000 +0000 +++ gpac-1.0.1+dfsg1/debian/changelog 2021-09-07 07:47:19.000000000 +0000 @@ -1,3 +1,13 @@ +gpac (1.0.1+dfsg1-5+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.0.1+dfsg1-3+rpi1 by Peter Michael Green at Sat, 08 May 2021 12:28:54 +0000] + * Link with libatomic on armhf too. + + [changes introduced in 1.0.1+dfsg1-4+rpi1+deb11u1 by Peter Michael Green] + * Remove .gitattributes, it causes problems for dgit. + + -- Raspbian forward porter Tue, 07 Sep 2021 07:47:19 +0000 + gpac (1.0.1+dfsg1-5) unstable; urgency=medium * Team upload diff -Nru gpac-1.0.1+dfsg1/debian/patches/remove-.gitattributes-it-causes-problems.patch gpac-1.0.1+dfsg1/debian/patches/remove-.gitattributes-it-causes-problems.patch --- gpac-1.0.1+dfsg1/debian/patches/remove-.gitattributes-it-causes-problems.patch 1970-01-01 00:00:00.000000000 +0000 +++ gpac-1.0.1+dfsg1/debian/patches/remove-.gitattributes-it-causes-problems.patch 2021-09-07 07:47:19.000000000 +0000 @@ -0,0 +1,36 @@ +From: root +Date: Thu, 2 Sep 2021 15:12:47 +0000 +X-Dgit-Generated: 1.0.1+dfsg1-4+rpi1+deb11u1 00f518aa8732927961df237d70488ba8f254ecf5 +Subject: Remove .gitattributes, it causes problems for dgit. + + +--- + +--- gpac-1.0.1+dfsg1.orig/.gitattributes ++++ /dev/null +@@ -1,25 +0,0 @@ +-* text=auto +- +-*.c text +-*.cpp text +-*.h text +-*.ttx text +-Makefile text +- +-#unix +-*.sh text eol=lf +-configure text eol=lf +- +-#windows +-*.bat text eol=crlf +-*.sln text eol=crlf +-*.vcproj text eol=crlf +-*.vcxproj text eol=crlf +-*.dsp text eol=crlf +-*.dsw text eol=crlf +- +-#tests +-tests/media/xmlin4/input.txt text eol=crlf +-tests/media/xmlin4/input.xml text eol=lf +-tests/media/laser/*.xml text eol=lf +-tests/media/ttml/ebu-ttd_sample.ttml text eol=lf diff -Nru gpac-1.0.1+dfsg1/debian/patches/series gpac-1.0.1+dfsg1/debian/patches/series --- gpac-1.0.1+dfsg1/debian/patches/series 2021-09-01 19:46:18.000000000 +0000 +++ gpac-1.0.1+dfsg1/debian/patches/series 2021-09-07 07:47:19.000000000 +0000 @@ -19,3 +19,4 @@ talos-2021-1297.patch talos-2021-1298.patch talos-2021-1299.patch +remove-.gitattributes-it-causes-problems.patch diff -Nru gpac-1.0.1+dfsg1/debian/rules gpac-1.0.1+dfsg1/debian/rules --- gpac-1.0.1+dfsg1/debian/rules 2021-09-01 19:34:52.000000000 +0000 +++ gpac-1.0.1+dfsg1/debian/rules 2021-09-07 07:47:19.000000000 +0000 @@ -12,7 +12,7 @@ DEB_EXTRA_CONFIGURE_FLAGS += --cross-prefix=${DEB_HOST_GNU_TYPE}- endif -ifneq (,$(filter $(DEB_HOST_ARCH), armel riscv64)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf riscv64)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif