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)
This commit is contained in:
Yaroslav Halchenko 2015-11-16 10:40:54 -05:00 committed by Joey Hess
parent 9f7e4ed811
commit c60afa0891
Failed to extract signature

5
debian/rules vendored
View file

@ -25,4 +25,9 @@ override_dh_auto_install:
override_dh_fixperms: override_dh_fixperms:
dh_fixperms -Xld-linux 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 endif