diff -Nru ldapscripts-2.0.6/debian/changelog ldapscripts-2.0.6/debian/changelog --- ldapscripts-2.0.6/debian/changelog 2016-01-03 16:40:36.000000000 +0000 +++ ldapscripts-2.0.6/debian/changelog 2017-02-07 09:57:41.000000000 +0000 @@ -1,3 +1,9 @@ +ldapscripts (2.0.6-1ubuntu2) xenial; urgency=high + + * Fixed LP: #1662164 + + -- Dan Bishop Tue, 07 Feb 2017 09:57:41 +0000 + ldapscripts (2.0.6-1ubuntu1) xenial; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru ldapscripts-2.0.6/debian/rules ldapscripts-2.0.6/debian/rules --- ldapscripts-2.0.6/debian/rules 2015-08-31 23:43:24.000000000 +0100 +++ ldapscripts-2.0.6/debian/rules 2017-02-07 09:52:15.000000000 +0000 @@ -17,5 +17,5 @@ override_dh_installexamples: dh_installexamples etc/*.sample -override_dh_fixperm: - dh_fixperm --exclude etc/ldapscripts/ldapscripts.passwd +override_dh_fixperms: + dh_fixperms --exclude etc/ldapscripts/ldapscripts.passwd