blob: 68bd4752d0066b2a50e2c90c24cc18846926a0c7 [file] [log] [blame]
Maxe9d37db2017-03-13 16:08:11 +01001Source: osmo-hlr
2Section: net
3Priority: optional
Vadim Yanitskiyb77d5682020-08-13 16:09:02 +07004Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Maxe9d37db2017-03-13 16:08:11 +01005Build-Depends: debhelper (>= 9),
6 pkg-config,
7 dh-autoreconf,
Maxe9d37db2017-03-13 16:08:11 +01008 autotools-dev,
Oliver Smith276c5a72019-12-10 14:37:25 +01009 python3-minimal,
Pau Espin Pedrol62404652021-02-23 18:13:53 +010010 libosmocore-dev (>= 1.5.0),
11 libosmo-abis-dev (>= 1.1.0),
12 libosmo-netif-dev (>= 1.1.0),
Neels Hofmeyr2e86ab32017-10-13 00:52:48 +020013 libsqlite3-dev,
Oliver Smitha8253a52019-05-21 15:31:53 +020014 sqlite3,
Pau Espin Pedrol62404652021-02-23 18:13:53 +010015 osmo-gsm-manuals-dev (>= 1.1.0)
Maxe9d37db2017-03-13 16:08:11 +010016Standards-Version: 3.9.6
17Vcs-Browser: http://cgit.osmocom.org/osmo-hlr
18Vcs-Git: git://git.osmocom.org/osmo-hlr
19Homepage: https://projects.osmocom.org/projects/osmo-hlr
20
21Package: osmo-hlr
22Architecture: any
23Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
24Description: Osmocom Home Location Register
25 OsmoHLR is a Osmocom implementation of HLR (Home Location Registrar) which works over GSUP
26 protocol. The subscribers are store in sqlite DB. It supports both 2G and 3G authentication.
27
28Package: osmo-hlr-dbg
29Architecture: any
30Section: debug
31Priority: extra
32Depends: osmo-hlr (= ${binary:Version}), ${misc:Depends}
33Description: Debug symbols for the osmo-hlr
34 Make debugging possible
Harald Welte7c2f4302018-07-31 18:07:18 +020035
36Package: libosmo-gsup-client0
37Section: libs
38Architecture: any
39Multi-Arch: same
40Depends: ${shlibs:Depends},
41 ${misc:Depends}
42Pre-Depends: ${misc:Pre-Depends}
43Description: Osmocom GSUP (General Subscriber Update Protocol) client library
44 This is a shared library that can be used to implement client programs for
Martin Hauke76451412018-07-31 20:13:09 +020045 the GSUP protocol. The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
Harald Welte7c2f4302018-07-31 18:07:18 +020046 and External USSD Entities (EUSEs) using this library to implement clients.
47
48Package: libosmo-gsup-client-dev
49Architecture: any
50Multi-Arch: same
51Depends: ${misc:Depends},
Harald Welte791ea722018-08-06 18:35:44 +020052 libosmo-gsup-client0 (= ${binary:Version}),
Harald Welte7c2f4302018-07-31 18:07:18 +020053 libosmocore-dev
54Description: Development headers of Osmocom GSUP client library
55 This is a shared library that can be used to implement client programs for
Martin Hauke76451412018-07-31 20:13:09 +020056 the GSUP protocol. The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
Harald Welte7c2f4302018-07-31 18:07:18 +020057 and External USSD Entities (EUSEs) using this library to implement clients.
58 .
59 This package contains the development headers.
Oliver Smitha8253a52019-05-21 15:31:53 +020060
Oliver Smithbf7deda2019-11-20 10:56:35 +010061Package: libosmo-mslookup0
62Section: libs
63Architecture: any
64Multi-Arch: same
65Depends: ${shlibs:Depends},
66 ${misc:Depends}
67Pre-Depends: ${misc:Pre-Depends}
68Description: Osmocom MS lookup library
69 This shared library contains routines for looking up mobile subscribers.
70
71Package: libosmo-mslookup-dev
72Architecture: any
73Multi-Arch: same
74Depends: ${misc:Depends},
75 libosmo-mslookup0 (= ${binary:Version}),
76 libosmocore-dev
77Pre-Depends: ${misc:Pre-Depends}
78Description: Development headers of Osmocom MS lookup library
79 This shared library contains routines for looking up mobile subscribers.
80 .
81 This package contains the development headers.
82
Oliver Smitha8253a52019-05-21 15:31:53 +020083Package: osmo-hlr-doc
84Architecture: all
85Section: doc
86Priority: optional
87Depends: ${misc:Depends}
88Description: ${misc:Package} PDF documentation
89 Various manuals: user manual, VTY reference manual and/or
90 protocol/interface manuals.