I have addressed the following issues: * single changelog entry * upstream provides license * copyright uses same names for copyright and upstream owner * priority: optional * std-version 3.9.7 * uncomment vcs stuff and move it to https * description updated, readme filled out * sane build system (with help from bignose and helmut; thank you) * Makefile creates necessary dirs, .dirs removed * ?= used rather than = * soname added
The following issues are still outstanding: * install as is, is required otherwise there is empty binary and no .so is added to package. * --ignore-missing-info required for shlibdeps, otherwise error: dpkg-shlibdeps -Tdebian/pam-ufpidentity.substvars debian/pam-ufpidentity/lib/i386-linux-gnu/security/pam_ufpidentity.so dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libufpidentity.so.1 (used by debian/pam-ufpidentity/lib/i386-linux-gnu/security/pam_ufpidentity.so). dh_shlibdeps: dpkg-shlibdeps -Tdebian/pam-ufpidentity.substvars debian/pam-ufpidentity/lib/i386-linux-gnu/security/pam_ufpidentity.so returned exit code 2 Regarding the code size I am hoping that can be overlooked as the .so is fully compliant PAM module. Its just that the heavy lifting is done by PAM and the dependent library (identity4c). r

