blob: d44eb2f662b8e0e0b0eac8a19277d19b17226655 [file] [log] [blame]
Alexander Couzens62002fb2018-07-31 18:07:58 +02001Index: osmo-trx/debian/control
2===================================================================
3--- osmo-trx.orig/debian/control
4+++ osmo-trx/debian/control
5@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
6 libfftw3-dev,
7 libtalloc-dev,
8 libusrp-dev,
9- liblimesuite-dev,
10 libosmocore-dev (>= 0.10.0)
11 Standards-Version: 3.9.6
12 Vcs-Browser: http://cgit.osmocom.org/osmo-trx
13@@ -29,7 +28,7 @@ Package: osmo-trx-dbg
14 Architecture: any
15 Section: debug
16 Priority: extra
17-Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), ${misc:Depends}
18+Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), ${misc:Depends}
19 Description: Debug symbols for the osmo-trx-*
20 Make debugging possible
21
22@@ -70,22 +70,3 @@ Description: SDR transceiver that implem
23 3GPP is the "3rd Generation Partnership Project" which is the collaboration
24 between different telecommunication associations for developing new
25 generations of mobile phone networks. (post-2G/GSM)
26-
27-Package: osmo-trx-lms
28-Architecture: any
29-Depends: ${shlibs:Depends}, ${misc:Depends}
30-Description: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite)
31- OsmoTRX is a software-defined radio transceiver that implements the Layer 1
32- physical layer of a BTS comprising the following 3GPP specifications:
33- .
34- TS 05.01 "Physical layer on the radio path"
35- TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
36- TS 05.04 "Modulation"
37- TS 05.10 "Radio subsystem synchronization"
38- .
39- In this context, BTS is "Base transceiver station". It's the stations that
40- connect mobile phones to the mobile network.
41- .
42- 3GPP is the "3rd Generation Partnership Project" which is the collaboration
43- between different telecommunication associations for developing new
44- generations of mobile phone networks. (post-2G/GSM)
45Index: osmo-trx/debian/rules
46===================================================================
47--- osmo-trx.orig/debian/rules
48+++ osmo-trx/debian/rules
49@@ -9,7 +9,7 @@ override_dh_shlibdeps:
50 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
51
52 override_dh_auto_configure:
53- dh_auto_configure -- --with-uhd --with-usrp1 --with-lms
54+ dh_auto_configure -- --with-uhd --with-usrp1
55
56 override_dh_strip:
57 dh_strip --dbg-package=osmo-trx-dbg