aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:48:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 12:47:14 +0200
commit0dc7bd7633c3ee53256b333e143616c4bcb86cc5 (patch)
treeb0cfe003c13ab087864a97b6052467e145c43e88 /debian/control
parent5262ceca72871a68600aea300c362bc911598ea3 (diff)
debian: Fix typo in rules preventing build with IU support
It was discovered during OBS debian build that --enable-ui was not being passed despite being defined. Comparing with other similar projects it became clear that this override tag was not correct and it was being omitted. Change-Id: I0ad1009100fd7c2798bcf22aa84a0d90fbe41a55
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 330945fc0..603eeb246 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,10 @@ Build-Depends: debhelper (>=9),
libosmo-abis-dev,
libosmo-ranap-dev,
libosmo-sccp-dev,
- libosmo-netif-dev
+ libosmo-netif-dev,
+ libasn1c-dev (>= 0.9.28),
+ libosmo-sigtran-dev (>= 0.10.0),
+ libosmo-ranap-dev (>= 0.3.0)
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-sgsn.git
Vcs-Browser: https://git.osmocom.org/osmo-sgsn