dpkg (1.14.12) unstable; urgency=low [ Raphael Hertzog ] * Add -I option to dpkg-gensymbols to force the usage of a specific symbols file. * Dpkg::Shlibs::find_library() now returns canonicalized paths. * dpkg-shlibdeps always tries the realpath() of a lib as fallback when trying to identify the package of a lib (and not only for symlinks). * dpkg-shlibdeps doesn't fail any more if it can't find unversioned libraries on the presumption that they are just private libraries. Outputs a warning instead. * Expand the dpkg-shlibdeps manual page with explanations concerning failures. * The environment variable DPKG_GENSYMBOLS_CHECK_LEVEL can be used to force dpkg-gensymbols to use a precise level of checks. Closes: #452022 [ Guillem Jover ] * Define several private functions and variables as static. * Move extern declarations to header files and stop defining them as extern. * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage. * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and Dpkg::Versions modules. -- Guillem Jover