blob: 074dca96622c4ad070db147a7440b28400aebee6 [file] [log] [blame]
Oliver Smith76a50132019-05-22 14:10:01 +02001diff --git a/debian/control b/debian/control
Pau Espin Pedrole30e0ad2020-08-25 15:40:39 +02002index 12d9af5..27b9d60 100644
Oliver Smith76a50132019-05-22 14:10:01 +02003--- a/debian/control
4+++ b/debian/control
Alexander Couzens62002fb2018-07-31 18:07:58 +02005@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
6 libfftw3-dev,
7 libtalloc-dev,
8 libusrp-dev,
9- liblimesuite-dev,
Pau Espin Pedrol309ad4d2021-02-23 14:27:15 +010010 libosmocore-dev (>= 1.5.0),
Oliver Smith76a50132019-05-22 14:10:01 +020011 osmo-gsm-manuals-dev
Alexander Couzens62002fb2018-07-31 18:07:58 +020012 Standards-Version: 3.9.6
Oliver Smith76a50132019-05-22 14:10:01 +020013@@ -30,7 +29,7 @@ Package: osmo-trx-dbg
Alexander Couzens62002fb2018-07-31 18:07:58 +020014 Architecture: any
15 Section: debug
16 Priority: extra
Pau Espin Pedrole30e0ad2020-08-25 15:40:39 +020017-Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends}
18+Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends}
Alexander Couzens62002fb2018-07-31 18:07:58 +020019 Description: Debug symbols for the osmo-trx-*
20 Make debugging possible
21
Oliver Smith76a50132019-05-22 14:10:01 +020022@@ -72,25 +71,6 @@ Description: SDR transceiver that implements Layer 1 of a GSM BTS (USRP1)
Alexander Couzens62002fb2018-07-31 18:07:58 +020023 between different telecommunication associations for developing new
24 generations of mobile phone networks. (post-2G/GSM)
Oliver Smith76a50132019-05-22 14:10:01 +020025
Alexander Couzens62002fb2018-07-31 18:07:58 +020026-Package: osmo-trx-lms
27-Architecture: any
28-Depends: ${shlibs:Depends}, ${misc:Depends}
29-Description: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite)
30- OsmoTRX is a software-defined radio transceiver that implements the Layer 1
31- physical layer of a BTS comprising the following 3GPP specifications:
32- .
33- TS 05.01 "Physical layer on the radio path"
34- TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
35- TS 05.04 "Modulation"
36- TS 05.10 "Radio subsystem synchronization"
37- .
38- In this context, BTS is "Base transceiver station". It's the stations that
39- connect mobile phones to the mobile network.
40- .
41- 3GPP is the "3rd Generation Partnership Project" which is the collaboration
42- between different telecommunication associations for developing new
43- generations of mobile phone networks. (post-2G/GSM)
Oliver Smith76a50132019-05-22 14:10:01 +020044-
Pau Espin Pedrole30e0ad2020-08-25 15:40:39 +020045 Package: osmo-trx-ipc
46 Architecture: any
47 Depends: ${shlibs:Depends}, ${misc:Depends}
Oliver Smith76a50132019-05-22 14:10:01 +020048diff --git a/debian/rules b/debian/rules
Pau Espin Pedrole30e0ad2020-08-25 15:40:39 +020049index 5795643..5937c17 100755
Oliver Smith76a50132019-05-22 14:10:01 +020050--- a/debian/rules
51+++ b/debian/rules
Alexander Couzens62002fb2018-07-31 18:07:58 +020052@@ -9,7 +9,7 @@ override_dh_shlibdeps:
53 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
54
55 override_dh_auto_configure:
Pau Espin Pedrole30e0ad2020-08-25 15:40:39 +020056- dh_auto_configure -- --with-uhd --with-usrp1 --with-lms --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
57+ dh_auto_configure -- --with-uhd --with-usrp1 --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
Alexander Couzens62002fb2018-07-31 18:07:58 +020058
59 override_dh_strip:
60 dh_strip --dbg-package=osmo-trx-dbg