Change in osmo-trx[master]: debian: add patches for debian8

2018-08-09 Thread Harald Welte
Harald Welte has posted comments on this change. ( 
https://gerrit.osmocom.org/10276 )

Change subject: debian: add patches for debian8
..


Patch Set 2: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/10276
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I261302d2ed16e76540073589504e7426e23d00a1
Gerrit-Change-Number: 10276
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Thu, 09 Aug 2018 11:09:52 +
Gerrit-HasComments: No
Gerrit-HasLabels: Yes


Change in osmo-trx[master]: debian: add patches for debian8

2018-08-09 Thread Harald Welte
Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10276 )

Change subject: debian: add patches for debian8
..

debian: add patches for debian8

The osmocom-nightly/release can create debian8 package by patching
rules and control files

Change-Id: I261302d2ed16e76540073589504e7426e23d00a1
---
A debian/patches/build-for-debian8.patch
A debian/patches/series
2 files changed, 58 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/debian/patches/build-for-debian8.patch 
b/debian/patches/build-for-debian8.patch
new file mode 100644
index 000..d44eb2f
--- /dev/null
+++ b/debian/patches/build-for-debian8.patch
@@ -0,0 +1,57 @@
+Index: osmo-trx/debian/control
+===
+--- osmo-trx.orig/debian/control
 osmo-trx/debian/control
+@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
+libfftw3-dev,
+libtalloc-dev,
+libusrp-dev,
+-   liblimesuite-dev,
+libosmocore-dev (>= 0.10.0)
+ Standards-Version: 3.9.6
+ Vcs-Browser: http://cgit.osmocom.org/osmo-trx
+@@ -29,7 +28,7 @@ Package: osmo-trx-dbg
+ 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}
+ Description: Debug symbols for the osmo-trx-*
+  Make debugging possible
+
+@@ -70,22 +70,3 @@ Description: SDR transceiver that implem
+  3GPP is the "3rd Generation Partnership Project" which is the collaboration
+  between different telecommunication associations for developing new
+  generations of mobile phone networks. (post-2G/GSM)
+-
+-Package: osmo-trx-lms
+-Architecture: any
+-Depends: ${shlibs:Depends}, ${misc:Depends}
+-Description: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite)
+- OsmoTRX is a software-defined radio transceiver that implements the Layer 1
+- physical layer of a BTS comprising the following 3GPP specifications:
+- .
+- TS 05.01 "Physical layer on the radio path"
+- TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
+- TS 05.04 "Modulation"
+- TS 05.10 "Radio subsystem synchronization"
+- .
+- In this context, BTS is "Base transceiver station". It's the stations that
+- connect mobile phones to the mobile network.
+- .
+- 3GPP is the "3rd Generation Partnership Project" which is the collaboration
+- between different telecommunication associations for developing new
+- generations of mobile phone networks. (post-2G/GSM)
+Index: osmo-trx/debian/rules
+===
+--- osmo-trx.orig/debian/rules
 osmo-trx/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
++  dh_auto_configure -- --with-uhd --with-usrp1
+
+ override_dh_strip:
+   dh_strip --dbg-package=osmo-trx-dbg
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..82063b7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# build-for-debian8.patch

--
To view, visit https://gerrit.osmocom.org/10276
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I261302d2ed16e76540073589504e7426e23d00a1
Gerrit-Change-Number: 10276
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder


Change in osmo-trx[master]: debian: add patches for debian8

2018-08-08 Thread lynxis lazus
lynxis lazus has posted comments on this change. ( 
https://gerrit.osmocom.org/10276 )

Change subject: debian: add patches for debian8
..


Set Ready For Review


--
To view, visit https://gerrit.osmocom.org/10276
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I261302d2ed16e76540073589504e7426e23d00a1
Gerrit-Change-Number: 10276
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Thu, 09 Aug 2018 03:08:18 +
Gerrit-HasComments: No
Gerrit-HasLabels: No