diff -Nru openldap-2.5.12+dfsg/debian/changelog openldap-2.5.12+dfsg/debian/changelog --- openldap-2.5.12+dfsg/debian/changelog 2022-05-23 17:14:53.000000000 +0000 +++ openldap-2.5.12+dfsg/debian/changelog 2022-09-16 11:06:20.000000000 +0000 @@ -1,3 +1,10 @@ +openldap (2.5.12+dfsg-2+rpi1) bookworm-staging; urgency=medium + + * Rebuild against glibc 2.34 + * Disable testsuite. + + -- Peter Michael Green Fri, 16 Sep 2022 11:06:20 +0000 + openldap (2.5.12+dfsg-2) unstable; urgency=medium * Stop slapd explicitly in prerm as a workaround for #1006147, which caused diff -Nru openldap-2.5.12+dfsg/debian/rules openldap-2.5.12+dfsg/debian/rules --- openldap-2.5.12+dfsg/debian/rules 2022-05-23 17:14:53.000000000 +0000 +++ openldap-2.5.12+dfsg/debian/rules 2022-09-16 11:06:20.000000000 +0000 @@ -205,3 +205,6 @@ dh_auto_clean -Dcontrib/slapd-modules/$$mod -Bcontrib/slapd-modules/$$mod || exit $?; \ done endif + +override_dh_auto_test: + echo testsuite disabled.