From e30e0ad9bec362dcc7d4c4ac8cdc1123a2c51a59 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 25 Aug 2020 15:40:39 +0200 Subject: debian: Update debian8 osmo-trx specific patch Recent commit adding osmo-trx-ipc didn't update the patch, which fails to apply now due to files having changed its contents. Change-Id: I6fa50e82320330f83c9753352418755e8b414edf --- debian/patches/build-for-debian8.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/patches/build-for-debian8.patch b/debian/patches/build-for-debian8.patch index 4bf0207..ee3bd19 100644 --- a/debian/patches/build-for-debian8.patch +++ b/debian/patches/build-for-debian8.patch @@ -1,5 +1,5 @@ diff --git a/debian/control b/debian/control -index 8ff59f0..126c16a 100644 +index 12d9af5..27b9d60 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9), @@ -14,8 +14,8 @@ index 8ff59f0..126c16a 100644 Architecture: any Section: debug Priority: extra --Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), ${misc:Depends} -+Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), ${misc:Depends} +-Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends} ++Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for the osmo-trx-* Make debugging possible @@ -42,19 +42,19 @@ index 8ff59f0..126c16a 100644 - between different telecommunication associations for developing new - generations of mobile phone networks. (post-2G/GSM) - - Package: osmo-trx-doc - Architecture: all - Section: doc + Package: osmo-trx-ipc + Architecture: any + Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/rules b/debian/rules -index 627c0c8..d9285e2 100755 +index 5795643..5937c17 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info override_dh_auto_configure: -- dh_auto_configure -- --with-uhd --with-usrp1 --with-lms --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals -+ dh_auto_configure -- --with-uhd --with-usrp1 --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals +- dh_auto_configure -- --with-uhd --with-usrp1 --with-lms --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals ++ dh_auto_configure -- --with-uhd --with-usrp1 --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals override_dh_strip: dh_strip --dbg-package=osmo-trx-dbg -- cgit v1.2.3