diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-06 15:36:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-06 15:36:52 +0100 |
| commit | 32406122f0a7773777d97804985c4cfb2b6ce226 (patch) | |
| tree | 8dbcfeb6a390c114fd77160fb6eb310a80b9a3f3 | |
| parent | c44f04e875089754cc68d5e8767badd2f1157d94 (diff) | |
Further adventures in fixing debian unstable 64-bit build.
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index dce3eb14f..e5aefbdf9 100755 --- a/debian/rules +++ b/debian/rules @@ -41,3 +41,7 @@ override_dh_auto_install: .PHONY: override_dh_strip override_dh_strip: dh_strip $(CDIST_DEBUG_PACKAGE) + +# We need this to stop complaints about /usr/local/lib/libssh.so.4 on debian unstable 64-bit +override_dh_shlibdeps: + dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info |
