blob: e512c8fb65e6cc578fd4df6b38f1c2ad10819c45 [file] [log] [blame]
Alexander Couzens508c7632017-08-07 09:48:18 +00001Source: osmo-sgsn
Harald Welte640d72a2010-08-24 15:33:04 +02002Section: net
Alexander Couzens508c7632017-08-07 09:48:18 +00003Priority: extra
Vadim Yanitskiy65a5a0a2020-08-13 16:09:03 +07004Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Alexander Couzens508c7632017-08-07 09:48:18 +00005Build-Depends: debhelper (>=9),
Max5fa8b082016-12-19 18:41:42 +01006 dh-autoreconf,
Pau Espin Pedrol97ba4062018-09-10 12:40:56 +02007 dh-systemd (>= 1.5),
Alexander Couzens508c7632017-08-07 09:48:18 +00008 autotools-dev,
9 autoconf,
10 automake,
11 libtool,
12 pkg-config,
Alexander Couzens508c7632017-08-07 09:48:18 +000013 libtalloc-dev,
Max5fa8b082016-12-19 18:41:42 +010014 libc-ares-dev,
Pau Espin Pedrol394aa532020-01-03 19:17:56 +010015 libgtp-dev (>= 1.5.0),
Pau Espin Pedrolaae7daf2020-08-18 13:50:00 +020016 libosmocore-dev (>= 1.4.0),
Pau Espin Pedrol37bc0ff2019-08-08 16:20:12 +020017 libosmo-abis-dev (>= 0.6.0),
18 libosmo-netif-dev (>= 0.4.0),
19 libosmo-gsup-client-dev (>= 1.0.0),
20 libasn1c-dev (>= 0.9.30),
Pau Espin Pedrol394aa532020-01-03 19:17:56 +010021 libosmo-ranap-dev (>= 0.6.0),
Pau Espin Pedrol37bc0ff2019-08-08 16:20:12 +020022 libosmo-sigtran-dev (>= 1.0.0),
23 libosmo-sccp-dev (>= 1.0.0),
Oliver Smitheb3a8552019-05-22 13:58:13 +020024 osmo-gsm-manuals-dev
Max5fa8b082016-12-19 18:41:42 +010025Standards-Version: 3.9.8
Alexander Couzens508c7632017-08-07 09:48:18 +000026Vcs-Git: git://git.osmocom.org/osmo-sgsn.git
Neels Hofmeyr075cac02017-09-04 03:40:34 +020027Vcs-Browser: https://git.osmocom.org/osmo-sgsn
Alexander Couzens508c7632017-08-07 09:48:18 +000028Homepage: https://projects.osmocom.org/projects/osmo-sgsn
Harald Welte640d72a2010-08-24 15:33:04 +020029
Alexander Couzens508c7632017-08-07 09:48:18 +000030
31Package: osmo-sgsn
Harald Welte640d72a2010-08-24 15:33:04 +020032Architecture: any
Alexander Couzens508c7632017-08-07 09:48:18 +000033Multi-Arch: foreign
34Depends: ${misc:Depends}, ${shlibs:Depends}
Pau Espin Pedrol37bc0ff2019-08-08 16:20:12 +020035Description: OsmoSGSN: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks
Harald Welte640d72a2010-08-24 15:33:04 +020036
Alexander Couzens508c7632017-08-07 09:48:18 +000037Package: osmo-sgsn-dbg
38Section: debug
Harald Welte305e2902010-08-25 13:57:22 +020039Architecture: any
Alexander Couzens508c7632017-08-07 09:48:18 +000040Multi-Arch: same
41Depends: osmo-sgsn (= ${binary:Version}), ${misc:Depends}
Pau Espin Pedrol37bc0ff2019-08-08 16:20:12 +020042Description: OsmoSGSN: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks
Harald Welte640d72a2010-08-24 15:33:04 +020043
Alexander Couzens508c7632017-08-07 09:48:18 +000044Package: osmo-gtphub
Harald Welte305e2902010-08-25 13:57:22 +020045Architecture: any
Alexander Couzens508c7632017-08-07 09:48:18 +000046Depends: ${shlibs:Depends}, ${misc:Depends}
Neels Hofmeyr075cac02017-09-04 03:40:34 +020047Description: Osmocom GTP Hub: Proxy for GTP traffic between multiple SGSNs and GGSNs
Harald Welte640d72a2010-08-24 15:33:04 +020048
Alexander Couzens508c7632017-08-07 09:48:18 +000049Package: osmo-gtphub-dbg
Harald Welte305e2902010-08-25 13:57:22 +020050Architecture: any
Alexander Couzens508c7632017-08-07 09:48:18 +000051Section: debug
52Priority: extra
53Depends: osmo-gtphub (= ${binary:Version}), ${misc:Depends}
54Description: Debug symbols for Osmocom GTP Hub
Harald Welte640d72a2010-08-24 15:33:04 +020055
Alexander Couzens508c7632017-08-07 09:48:18 +000056Package: osmo-gbproxy
Harald Welte305e2902010-08-25 13:57:22 +020057Architecture: any
Max5fa8b082016-12-19 18:41:42 +010058Depends: ${shlibs:Depends},
59 ${misc:Depends}
Neels Hofmeyr075cac02017-09-04 03:40:34 +020060Recommends: osmo-sgsn
Harald Welte640d72a2010-08-24 15:33:04 +020061Description: Osmocom GPRS Gb Interface Proxy
Max5fa8b082016-12-19 18:41:42 +010062 The purpose of the Gb proxy is to aggregate the Gb links of multiple
63 BSS's and present them in one Gb link to the SGSN.
Harald Welte640d72a2010-08-24 15:33:04 +020064
Alexander Couzens508c7632017-08-07 09:48:18 +000065Package: osmo-gbproxy-dbg
Holger Hans Peter Freyther65f74272013-12-12 13:07:47 +010066Architecture: any
67Section: debug
68Priority: extra
Alexander Couzens508c7632017-08-07 09:48:18 +000069Depends: osmo-gbproxy (= ${binary:Version}), ${misc:Depends}
Neels Hofmeyr075cac02017-09-04 03:40:34 +020070Description: Debug symbols for Osmocom GPRS Gb Interface Proxy
Oliver Smitheb3a8552019-05-22 13:58:13 +020071
72Package: osmo-sgsn-doc
73Architecture: all
74Section: doc
75Priority: optional
76Depends: ${misc:Depends}
77Description: ${misc:Package} PDF documentation
78 Various manuals: user manual, VTY reference manual and/or
79 protocol/interface manuals.