aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 2cbcdca3d9e0b03ed40f8e456421e69d2e4aeca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: osmo-hlr
Section: net
Priority: optional
Maintainer: Max Suraev <msuraev@sysmocom.de>
Build-Depends: debhelper (>= 9),
               pkg-config,
               dh-autoreconf,
               dh-systemd (>= 1.5),
               autotools-dev,
               python-minimal,
               libosmocore-dev,
               libosmo-abis-dev,
               libosmo-netif-dev,
               libsqlite3-dev,
               sqlite3
Standards-Version: 3.9.6
Vcs-Browser: http://cgit.osmocom.org/osmo-hlr
Vcs-Git: git://git.osmocom.org/osmo-hlr
Homepage: https://projects.osmocom.org/projects/osmo-hlr

Package: osmo-hlr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-sqlite3
Description: Osmocom Home Location Register
 OsmoHLR is a Osmocom implementation of HLR (Home Location Registrar) which works over GSUP
 protocol. The subscribers are store in sqlite DB. It supports both 2G and 3G authentication.

Package: osmo-hlr-dbg
Architecture: any
Section: debug
Priority: extra
Depends: osmo-hlr (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for the osmo-hlr
 Make debugging possible

Package: libosmo-gsup-client0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Osmocom GSUP (General Subscriber Update Protocol) client library
  This is a shared library that can be used to implement client programs for
  the GSUP protcol.  The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
  and External USSD Entities (EUSEs) using this library to implement clients.

Package: libosmo-gsup-client-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
	 libosmocore-dev
Description: Development headers of Osmocom GSUP client library
  This is a shared library that can be used to implement client programs for
  the GSUP protcol.  The typical GSUP server is OsmoHLR, with OsmoMSC, OsmoSGSN
  and External USSD Entities (EUSEs) using this library to implement clients.
  .
  This package contains the development headers.