From 1bb471673d4a2d03f600e82bf86f79d3945e9f9a Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 16 Jul 2018 18:14:42 +0200 Subject: [PATCH] update debian files --- debian/control | 15 +++++++-------- debian/rules | 5 ++++- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index a20f8df6f..e69e54d61 100644 --- a/debian/control +++ b/debian/control @@ -22,14 +22,13 @@ Vcs-Browser: https://github.com/srsLTE/srsLTE/ Package: srslte Architecture: any Depends: - libfftw3-3 (>= 3.3.3-1), - libboost-program-options1.62.0 (>= 1.62.0), - libmbedcrypto1 (>= 2.8.0-1), - libconfig++9v5 (>= 1.5-0.2), - libsctp1 (>= 1.0.16+dfsg-3), - uhd-host (>= 3.9.2-1), - libuhd003.010.003 (>= 3.10.3.0-2), - ${shlibs:Depends}, + libfftw3-3, + libboost-program-options1.55.0 | libboost-program-options1.62.0, + libmbedcrypto0 | libmbedcrypto1, + libconfig++9v5, + libsctp1, + uhd-host, + libuhd003 | libuhd003.010.003, ${misc:Depends} Description: This is srsLTE, a free and open-source LTE software suite. This software allows you to run a full end-to-end, open-source LTE system. diff --git a/debian/rules b/debian/rules index 3b7e3ced4..b1a2e7f2b 100644 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,11 @@ export DH_OPTIONS %: dh $@ --parallel +override_dh_shlibdeps: + dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + override_dh_auto_configure: - dh_auto_configure --buildsystem=cmake -- $(extraopts) $(CEPH_EXTRA_CMAKE_ARGS) -DCMAKE_BUILD_TYPE=Release + dh_auto_configure --buildsystem=cmake -- $(extraopts) $(CEPH_EXTRA_CMAKE_ARGS) -DCMAKE_BUILD_TYPE=RelWithDebInfo override_dh_auto_test: # skip executing tests