[MERGED] osmo-trx[master]: debian: Depend on libtalloc and libosmocore

2018-02-26 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: debian: Depend on libtalloc and libosmocore
..


debian: Depend on libtalloc and libosmocore

Change-Id: If4bf03d164e9d19a8a21399a2c74b2984c48cc70
---
M debian/control
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/debian/control b/debian/control
index c8a639e..b3d63a7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@
libuhd-dev,
libusb-1.0-0-dev,
libboost-all-dev,
-   libfftw3-dev
+   libfftw3-dev,
+   libtalloc-dev,
+   libosmocore-dev (>= 0.10.0)
 Standards-Version: 3.9.6
 Vcs-Browser: http://cgit.osmocom.org/osmo-trx
 Vcs-Git: git://git.osmocom.org/osmo-trx

-- 
To view, visit https://gerrit.osmocom.org/6920
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If4bf03d164e9d19a8a21399a2c74b2984c48cc70
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus 


osmo-trx[master]: debian: Depend on libtalloc and libosmocore

2018-02-26 Thread Harald Welte

Patch Set 1: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/6920
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If4bf03d164e9d19a8a21399a2c74b2984c48cc70
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


[PATCH] osmo-trx[master]: debian: Depend on libtalloc and libosmocore

2018-02-25 Thread Pau Espin Pedrol

Review at  https://gerrit.osmocom.org/6920

debian: Depend on libtalloc and libosmocore

Change-Id: If4bf03d164e9d19a8a21399a2c74b2984c48cc70
---
M debian/control
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/20/6920/1

diff --git a/debian/control b/debian/control
index c8a639e..b3d63a7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@
libuhd-dev,
libusb-1.0-0-dev,
libboost-all-dev,
-   libfftw3-dev
+   libfftw3-dev,
+   libtalloc-dev,
+   libosmocore-dev (>= 0.10.0)
 Standards-Version: 3.9.6
 Vcs-Browser: http://cgit.osmocom.org/osmo-trx
 Vcs-Git: git://git.osmocom.org/osmo-trx

-- 
To view, visit https://gerrit.osmocom.org/6920
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4bf03d164e9d19a8a21399a2c74b2984c48cc70
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol