diff -Nru talloc-2.3.1/debian/changelog talloc-2.3.1/debian/changelog --- talloc-2.3.1/debian/changelog 2020-11-19 10:38:43.000000000 -0700 +++ talloc-2.3.1/debian/changelog 2021-03-29 17:23:59.000000000 -0600 @@ -1,3 +1,13 @@ +talloc (2.3.1-2ubuntu1) hirsute; urgency=medium + + * Fix symbols generation (LP: #1920825). On hirsute, dh-exec is showing + different behavior based on the value of DEB_BUILD_PROFILES. This is + causing it to sometimes generate a file with the leading whitespace + removed, which is resulting in a bad symbols file. Set DEB_BUILD_PROFILES + to empty gives a good symbols file, but what does this matter? + + -- Dan Bungert Mon, 29 Mar 2021 17:23:59 -0600 + talloc (2.3.1-2build1) hirsute; urgency=medium * No-change rebuild to build with python3.9 as default. diff -Nru talloc-2.3.1/debian/control talloc-2.3.1/debian/control --- talloc-2.3.1/debian/control 2020-11-10 07:27:35.000000000 -0700 +++ talloc-2.3.1/debian/control 2021-03-29 14:10:46.000000000 -0600 @@ -1,7 +1,8 @@ Source: talloc Section: devel Priority: optional -Maintainer: Debian Samba Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Samba Maintainers Uploaders: Jelmer Vernooij , Mathieu Parent Homepage: https://talloc.samba.org/ diff -Nru talloc-2.3.1/debian/rules talloc-2.3.1/debian/rules --- talloc-2.3.1/debian/rules 2020-11-10 07:39:39.000000000 -0700 +++ talloc-2.3.1/debian/rules 2021-03-29 17:23:59.000000000 -0600 @@ -66,6 +66,7 @@ dh_makeshlibs -plibtalloc2 -- -c4 DEB_PY3_EXTENSION_SUFFIX=$(shell python3-config --extension-suffix | tr '_' '-') \ DEB_PY3_EXTENSION_UPCASE=$(shell python3-config --extension-suffix | sed 's/\.so$$//' | tr 'a-z-' 'A-Z_') \ + DEB_BUILD_PROFILES="" \ debian/python3-talloc.symbols.in > debian/python3-talloc.symbols dh_makeshlibs -ppython3-talloc -Xtalloc. -- -c3 rm debian/python3-talloc.symbols