blob: 222cd968e78ed828a587ce7bae023a012a3977e8 [file] [log] [blame]
Maxe9d37db2017-03-13 16:08:11 +01001Source: osmo-hlr
2Section: net
3Priority: optional
4Maintainer: Max Suraev <msuraev@sysmocom.de>
5Build-Depends: debhelper (>= 9),
6 pkg-config,
7 dh-autoreconf,
8 dh-systemd (>= 1.5),
9 autotools-dev,
Max62491372017-07-13 10:52:37 +020010 python-minimal,
Maxe9d37db2017-03-13 16:08:11 +010011 libosmocore-dev,
12 libosmo-abis-dev,
13 libosmo-netif-dev,
Neels Hofmeyr2e86ab32017-10-13 00:52:48 +020014 libsqlite3-dev,
15 sqlite3
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},
52 libosmocore-dev
53Description: Development headers of Osmocom GSUP client library
54 This is a shared library that can be used to implement client programs for
Martin Hauke76451412018-07-31 20:13:09 +020055 the GSUP protocol. The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
Harald Welte7c2f4302018-07-31 18:07:18 +020056 and External USSD Entities (EUSEs) using this library to implement clients.
57 .
58 This package contains the development headers.