[PATCH] libosmo-sccp[master]: debian/control: match build dependency versions with configu...

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue May 8 15:40:21 UTC 2018


debian/control: match build dependency versions with configure.ac

So far, 'debian/control' didn't express the minimum version numbers
of the libosmocore + libosmo-netif build dependencies.  This resulted
in build failures against older libosmocore/libosmo-netif versions,
so let's make sure the minimum veresion requirements are expressed
also in debian/control.

Change-Id: I1c874880d8b2569df7acc1af554f7a4dd30e649e
---
M debian/control
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/70/8070/2

diff --git a/debian/control b/debian/control
index 1782051..b1949cd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9),
                autotools-dev,
                pkg-config,
-               libosmocore-dev,
+               libosmocore-dev (>= 0.11.0),
                autoconf,
                automake,
                libtool,
@@ -13,7 +13,7 @@
                git,
                doxygen,
                libdpkg-perl,
-               libosmo-netif-dev,
+               libosmo-netif-dev (>= 0.2.0),
                libsctp-dev
 Standards-Version: 3.9.7
 Vcs-Git: git://git.osmocom.org/libosmo-sccp.git

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

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1c874880d8b2569df7acc1af554f7a4dd30e649e
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list