diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-16 17:06:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-16 17:06:34 -0400 |
commit | f856083604145668a8d8d3d981bb5933082a3aab (patch) | |
tree | 3286986b245c5fbcd4039e5efea1f96d47ef3f18 /debian/rules | |
parent | 8753cd7373cb9be5663a2c2985b03f30020817f0 (diff) |
wording
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index a1a5b4022..e640f7676 100755 --- a/debian/rules +++ b/debian/rules @@ -25,8 +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) +# Do not add "ldconfig" trigger since all libraries in the standalone build +# are private copies and the trigger activate-noawait trigger may not work +# on elderly distributions (e.g. squeeze) override_dh_makeshlibs: dh_makeshlibs --noscripts |