aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2015-04-29 17:30:18 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-09-10 19:57:03 -0400
commitbf7ed547ac93b3c7a410214f6858b2841f266ab1 (patch)
tree191ca9a370807523947e0cc9dae9f97b9501b50d /debian/rules
parentab31d706784fe6bd4cc60524a547cf8c17a4ea6d (diff)
debian: make it possible to install osmo-trx dependencies manually on the system
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 3c805bb..87e9e45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,8 @@ export DEB_BUILD_HARDENING=1
%:
dh $@ --with autoreconf
+override_dh_shlibdeps:
+ dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
+
override_dh_strip:
dh_strip --dbg-package=osmo-trx-dbg \ No newline at end of file