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
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 @@
  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 @@
 - 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