This bug was fixed in the package ecryptfs-utils - 66-2ubuntu1 --------------- ecryptfs-utils (66-2ubuntu1) jaunty; urgency=low * Merge from debian unstable, (LP: #259631, #293433, #286265, #247421, #294888, #298421) * Remaining changes: - debian/ecryptfs-utils.postinst: handle pam-auth-update (Bug: #506172) - debian/rules: + keep the dpatch infrastructure around, as we'll likely need it again at some point soon + install the desktop, readme, and pam-auth-update files () - debian/ecryptfs-utils.install: install the desktop, readme shared files (Bug: #506172) - debian/control: + keep the dpatch build dep + depend on libpam-runtime (Bug: #506172) - debian/ecryptfs-utils.prerm: remove pam-auth-update configuration (Bug: #506172) - debian/ecryptfs-mount-private.txt: readme to install in unmounted private dir (Bug: #506172) - debian/ecryptfs-mount-private.desktop: desktop link to install in unmounted private dir (Bug: #506172) - debian/ecryptfs-utils.dirs: usr share install dirs (Bug: #506172) - debian/ecryptfs-utils.pam-auth-update: pam stack configuration (Bug: #506172) ecryptfs-utils (66-2) unstable; urgency=low * Removing auth-client-config support, no longer used. * Adding ecryptfs-utils recommends to keyutils. * Building without ssl, ecryptfs_key_mod_openssl.c has incompatible license (GPL-2+). * Building without pkcs11 helper, ecryptfs_key_mod_pkcs11_helper.c links against openssl and has incompatible license (GPL-2+). * Building without pkcs11 helper, ecryptfs_key_mod_tspi.c links against openssl and has incompatible license (GPL-2+). ecryptfs-utils (66-1) unstable; urgency=low * Manually adding second line of the commit message when merging upstream version 65 to changelog. * Merging upstream version 66. * Adding ecryptfs-utils.postinst to create /var/lib/ecryptfs on package installation time. ecryptfs-utils (65-1) unstable; urgency=low * Merging upstream version 65: - Adds --wrapping option to ecryptfs-setup-private command to use an independent wrapping passphrase, different from the login passphrase (Closes: #505008). * Removing pam-doc.dpatch, went upstream. * Adding build-depends to swig. * Adding build-depends to python-dev. * Including python bindings in libecryptfs0. ecryptfs-utils (64-3) unstable; urgency=low * Replacing obsolete dh_clean -k with dh_prep. * Adding patch from Osamu Aoki