There is actually an Ubuntu delta, so this can't be a merge: - debian/rules: Include clean-la.mk from cdbs to clean up the dependency_libs field in libgsasl.la. Also, we still have libgcrypt11 1.4.4-5ubuntu2, so the libgsasl7 Depends needs to be dropped to 1.4.4-5. Beyond that, it compiles and testing shows it works fine. Bug fix only release doesn't require FFe. Merge builds, installs and runs fine on Lucid using the following: $ dpkg -l|grep gsasl | awk '{print $2, $3}' gsasl 1.4.4-1ubuntu1 libgsasl7 1.4.4-1ubuntu1 $ msmtp --version ... Authentication library: GNU SASL Supported authentication methods: plain cram-md5 digest-md5 gssapi external login ntlm $ gsasl --client-mechanisms This client supports the following mechanisms: ANONYMOUS EXTERNAL LOGIN PLAIN SECURID NTLM DIGEST-MD5 CRAM-MD5 SCRAM-SHA-1 GSSAPI From the upstream ChangeLog since 1.4.0: 2010-03-25 Simon Josefsson