From: Raspbian automatic forward porter Date: Tue, 13 Sep 2022 03:28:13 +0000 (+0100) Subject: Merge version 2.5.1-2+rpi1 and 2.5.2-1 to produce 2.5.2-1+rpi1 X-Git-Tag: archive/raspbian/2.5.2-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=102a6c447991cb0d17818689d62d8e36ed9de48c;p=volk.git Merge version 2.5.1-2+rpi1 and 2.5.2-1 to produce 2.5.2-1+rpi1 --- 102a6c447991cb0d17818689d62d8e36ed9de48c diff --cc debian/changelog index f911d00,fd285e1..2987f60 --- a/debian/changelog +++ b/debian/changelog @@@ -1,12 -1,17 +1,27 @@@ - volk (2.5.1-2+rpi1) bookworm-staging; urgency=medium ++volk (2.5.2-1+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from 1.1-1+rpi1 by Peter Michael Green at Sun, 20 Sep 2015 20:30:19 +0000] + * Disable neon. + + [changes introduced in 2.1.0-2+rpi1 by Peter Michael Green] + * Add bulid-depends-indep on texlive-latex-extra. + - -- Raspbian forward porter Mon, 18 Apr 2022 14:46:27 +0000 ++ -- Raspbian forward porter Tue, 13 Sep 2022 03:28:13 +0000 ++ + volk (2.5.2-1) unstable; urgency=medium + + * New upstream release. + * volk_8u_x4_conv_k7_r2_8u + - Add NEON implementation `neonspiral` via `sse2neon.h` + * Fixes + - Fix out-of-bounds reads + - Fix broken neon kernels + - Fix float to int conversion + * CMake + - Suppress superfluous warning + - Fix Python install path calculation and documentation + + -- A. Maitland Bottoms Sun, 04 Sep 2022 12:00:56 -0400 volk (2.5.1-2) unstable; urgency=medium diff --cc debian/control index bde2f31,a2d9627..ec1d875 --- a/debian/control +++ b/debian/control @@@ -9,8 -9,8 +9,8 @@@ Build-Depends: cmake libcpu-features-dev [amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el x32], python3-dev, python3-mako -Build-Depends-Indep: doxygen, graphviz +Build-Depends-Indep: doxygen, graphviz, texlive-latex-extra, - Standards-Version: 4.6.0 + Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://libvolk.org Vcs-Browser: https://salsa.debian.org/bottoms/pkg-volk diff --cc debian/patches/series index 4e2f095,f5336f8..676d189 --- a/debian/patches/series +++ b/debian/patches/series @@@ -2,5 -2,6 +2,7 @@@ make-acc-happ optional-static-apps skip-cpu_features-on-kfreebsd remove-external-HTML-resources - volkpython-use-posix-prefix-scheme + omit-build-paths + omit-doxygen-build-paths + update-doxygen +disable-neon