osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-abis/+/38982?usp=email )
Change subject: debian: libosmo-abis-dev dep on libosmo-netif-dev
......................................................................
debian: libosmo-abis-dev dep on libosmo-netif-dev
Let libosmo-netif-dev depend on libosmo-abis-dev, so libosmoabis.pc is
available when using libosmonetif.pc (which now references
libosmoabis.pc).
Without this, osmo-pcu and osmo-remsim fail to build:
checking for libosmoabis >= 1.6.0... no
configure: error: Package requirements (libosmoabis >= 1.6.0) were not met:
Package 'libosmo-netif', required by 'libosmoabis', not found
Fixes: 258dcf71 ("ipaccess: Convert BTS OML & RSL link to use stream_cli")
Change-Id: I06031417406b4b3187eb9c7ed8b509e97e03bb7f
---
M debian/control
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/82/38982/1
diff --git a/debian/control b/debian/control
index 72aed59..80c2fea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,8 @@
Maintainer: Osmocom team <openbsc(a)lists.osmocom.org>
Section: libs
Priority: optional
+# NOTE: libosmo-netif-dev is also in Depends of libosmo-abis-dev below,
+# as libosmoabis.pc.in has "Requires.private: libosmo-netif"
Build-Depends: debhelper (>= 10),
autotools-dev,
autoconf,
@@ -61,7 +63,8 @@
Section: libdevel
Depends: ${misc:Depends},
libosmotrau10 (= ${binary:Version}),
- libosmoabis13 (= ${binary:Version})
+ libosmoabis13 (= ${binary:Version}),
+ libosmo-netif-dev (>= 1.5.0),
Description: Development headers for A-bis interface
The libosmo-abis library contains common/shared code regarding the A-bis
interface between GSM BTS and BSC. This package in particular contains the
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/38982?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I06031417406b4b3187eb9c7ed8b509e97e03bb7f
Gerrit-Change-Number: 38982
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>