X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d4085bd95c8848c50af13ea53ffe1f496061f8d6..e24857fe5d8776a5afc81d3a05cf1e66784b26ea:/debian/rules diff --git a/debian/rules b/debian/rules index f7796aa..bbbc852 100755 --- a/debian/rules +++ b/debian/rules @@ -69,8 +69,8 @@ dh-install-hook:: $(GEN_INSTALL_FILES); @: dh-clean-hook:: rm -f $(GEN_INSTALL_FILES) -## Override the shared-library dependency information to allow any flavour. +## Check that the shared-library symbols are plausible. override_dh_makeshlibs: - dh_makeshlibs -V"mlib2 (>= $v) | mlib2-adns (>= $v)" + dh_makeshlibs -- -c4 ###----- That's all, folks --------------------------------------------------