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:
parent
9f7e4ed811
commit
c60afa0891
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue