aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-29 08:49:12 +0100
committerHarald Welte <laforge@gnumonks.org>2017-10-29 08:49:12 +0100
commit633e58a1962e103dec42aff0acb9b0310af41cfb (patch)
tree2d9c2ef2b4639c778bfb6fdc0bc8740af858222c
parent6a9d9baef505981b3ff8f9811f2632afe559aea5 (diff)
Debian: require minimum versions of packages we depend on
I'm using the dame version as in configure.ac to avoid build failures against older versions of certain packages, such as older libsmpp34. Change-Id: I83c617fa4e83e2e3d2613e454f517d6031814f21
-rw-r--r--debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 12d836425..60d468ee1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,16 +11,16 @@ Build-Depends: debhelper (>=9),
pkg-config,
libdbi-dev,
libtalloc-dev,
- libssl-dev,
- libsmpp34-dev,
- libasn1c-dev,
- libosmocore-dev,
+ libssl-dev (>= 0.9.5),
+ libsmpp34-dev (>= 1.12),
+ libasn1c-dev (>= 0.9.28),
+ libosmocore-dev (>= 0.10.0),
libosmo-sccp-dev,
- libosmo-sigtran-dev,
+ libosmo-sigtran-dev (>= 0.8.0),
libosmo-abis-dev,
- libosmo-mgcp-client-dev,
- libosmo-netif-dev,
- libosmo-ranap-dev
+ libosmo-mgcp-client-dev (>= 1.1.0),
+ libosmo-netif-dev (>= 0.1.0),
+ libosmo-ranap-dev (>= 0.2.0)
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-msc.git
Vcs-Browser: https://git.osmocom.org/osmo-msc/