Skip to content
Commits on Source (2)
...@@ -11,6 +11,10 @@ samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium ...@@ -11,6 +11,10 @@ samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
- debian/winbind.pam-config: Use the new try_authtok option allowing - debian/winbind.pam-config: Use the new try_authtok option allowing
password change while preserving current behavior with password strength password change while preserving current behavior with password strength
modules (Closes: #858923, LP: #570944) modules (Closes: #858923, LP: #570944)
* README.source: use gbp pull --track-missing
* Override library-not-linked-against-libc false positives (See #896012)
* Fix wrong-path-for-interpreter for pidl and findsmb
* ctdb.postrm: Fix to disable_legacy (found by piuparts)
-- Mathieu Parent <sathieu@debian.org> Tue, 09 Oct 2018 10:09:09 +0200 -- Mathieu Parent <sathieu@debian.org> Tue, 09 Oct 2018 10:09:09 +0200
......
...@@ -31,7 +31,7 @@ disable_legacy() { # From ctdb/packaging/RPM/ctdb.spec.in ...@@ -31,7 +31,7 @@ disable_legacy() { # From ctdb/packaging/RPM/ctdb.spec.in
case "$1" in case "$1" in
purge) purge)
disable_legacy disable_legacy 0
;; ;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
......