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 10:51:26.000000000 -0600 @@ -1,3 +1,9 @@ +talloc (2.3.1-2ubuntu1) hirsute; urgency=medium + + * Fix symbols generation (LP: #1920825) + + -- Dan Bungert Mon, 29 Mar 2021 10:51:26 -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 10:45:35.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 10:44:18.000000000 -0600 @@ -66,6 +66,6 @@ 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_') \ - debian/python3-talloc.symbols.in > debian/python3-talloc.symbols + debian/python3-talloc.symbols.in > debian/python3-talloc.symbols.common dh_makeshlibs -ppython3-talloc -Xtalloc. -- -c3 - rm debian/python3-talloc.symbols + rm debian/python3-talloc.symbols.common