diff -Nru libreswan-3.32/debian/changelog libreswan-3.32/debian/changelog --- libreswan-3.32/debian/changelog 2020-05-28 12:13:57.000000000 +0000 +++ libreswan-3.32/debian/changelog 2020-08-02 08:54:08.000000000 +0000 @@ -1,3 +1,9 @@ +libreswan (3.32-3+rpi1) bullseye-staging; urgency=medium + + * Disable -Werror + + -- Peter Michael Green Sun, 02 Aug 2020 08:54:08 +0000 + libreswan (3.32-3) unstable; urgency=medium * allow stderr on CAVP tests diff -Nru libreswan-3.32/debian/rules libreswan-3.32/debian/rules --- libreswan-3.32/debian/rules 2020-05-26 20:51:07.000000000 +0000 +++ libreswan-3.32/debian/rules 2020-08-02 08:53:51.000000000 +0000 @@ -2,6 +2,9 @@ include /usr/share/dpkg/default.mk +# Disable Werror +export WERROR_CFLAGS:= + %: dh $@