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