From: Yaroslav Halchenko Date: Mon, 16 Nov 2015 15:40:54 +0000 (-0500) Subject: BF: standalone debian package -- dh_makeshlibs --noscripts X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~322^2~127 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c60afa0891b87bcfd6bd34e09ddad8084e12e0a0;p=git-annex.git BF: standalone debian package -- dh_makeshlibs --noscripts To avoid creation of unnecessary trigger calling out to ldconfig via activate-noawait which is not present on older releases (e.g. squeeze) --- diff --git a/debian/rules b/debian/rules index 3fcaccb869..a1a5b40221 100755 --- a/debian/rules +++ b/debian/rules @@ -25,4 +25,9 @@ override_dh_auto_install: override_dh_fixperms: dh_fixperms -Xld-linux +# Do not add "ldconfig" trigger since of no need, and activate-noawait might not +# be known to elderly distributions (e.g. squeeze) +override_dh_makeshlibs: + dh_makeshlibs --noscripts + endif