Change in osmo-mgw[master]: debian/control + SPEC: Add missing build dependency to libosmo-abis

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Aug 13 05:29:18 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/19592 )


Change subject: debian/control + SPEC: Add missing build dependency to libosmo-abis
......................................................................

debian/control + SPEC: Add missing build dependency to libosmo-abis

In I6b93809b5ac7d01af55888347dd787b0bc997ae1 we introduced E1 support
to osmo-mgw, but failed to add it to the build dependencies of the
Debian packages, making network:osmocmo:nightly builds fail.

Change-Id: I45717bda3ef7eba1ef59b993cc8a69bf2f92a29f
---
M contrib/osmo-mgw.spec.in
M debian/control
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/92/19592/1

diff --git a/contrib/osmo-mgw.spec.in b/contrib/osmo-mgw.spec.in
index d24417e..a34a715 100644
--- a/contrib/osmo-mgw.spec.in
+++ b/contrib/osmo-mgw.spec.in
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig(libosmogsm) >= 1.0.0
 BuildRequires:  pkgconfig(libosmovty) >= 1.0.0
 BuildRequires:  pkgconfig(libosmocoding) >= 1.0.0
+BuildRequires:  pkgconfig(libosmo-abis)
 %{?systemd_requires}
 
 %description
diff --git a/debian/control b/debian/control
index aeceeac..33a9650 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@
                autotools-dev,
                libosmocore-dev,
                libosmo-netif-dev,
+               libosmo-abis-dev,
                osmo-gsm-manuals-dev
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/osmo-mgw.git

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/19592
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I45717bda3ef7eba1ef59b993cc8a69bf2f92a29f
Gerrit-Change-Number: 19592
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200813/61416248/attachment.htm>


More information about the gerrit-log mailing list