Lucas Nussbaum <[EMAIL PROTECTED]> writes: > Package: lintian > Severity: wishlist > > I ran into a bug in libspf, where dh_makeshlibs was called *after* > dh_installdeb. > > Would lintian be a good place to test that dh_* scripts are called in a > coherent order?
Yes, definitely. checks/rules should be able to help with that. Another common mistake is to call dh_strip before dh_fixperms; strip fails on non-writable files, such as the default installation mode of Perl modules. A third is to call dh_shlibdeps before dh_makeshlibs. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

