diff -u openldap-2.4.31/debian/changelog openldap-2.4.31/debian/changelog --- openldap-2.4.31/debian/changelog +++ openldap-2.4.31/debian/changelog @@ -1,3 +1,9 @@ +openldap (2.4.31-1+nmu2ubuntu8) trusty; urgency=medium + + * Bump database_format_changed value to 2.4.31-1+nmu2ubuntu5 for db5.3. + + -- Adam Conrad Mon, 17 Mar 2014 12:50:18 -0600 + openldap (2.4.31-1+nmu2ubuntu7) trusty; urgency=medium * Disable mdb backend on ppc64el due to test-suite failures. diff -u openldap-2.4.31/debian/slapd.scripts-common openldap-2.4.31/debian/slapd.scripts-common --- openldap-2.4.31/debian/slapd.scripts-common +++ openldap-2.4.31/debian/slapd.scripts-common @@ -46,7 +46,7 @@ # Return success if yes. # Usage: if database_format_changed; then - if dpkg --compare-versions "$OLD_VERSION" lt-nl 2.4.25-2; then + if dpkg --compare-versions "$OLD_VERSION" lt-nl 2.4.31-1+nmu2ubuntu5; then return 0 else return 1