aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 875480dd522e13e7797e21ff24a699fbb88caf6c (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
59
Source: libsmpp34
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               autoconf,
               automake,
               libtool,
               dh-autoreconf,
               libdpkg-perl,
               git,
               pkg-config,
               libxml2-dev
Standards-Version: 3.9.6
Vcs-Browser: http://git.osmocom.org/libsmpp34/
Vcs-Git: git://git.osmocom.org/libsmpp34.git
Homepage: https://projects.osmocom.org/projects/libsmpp34

Package: libsmpp1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Open PDU SMPP packaging and unpackaging tool
 This library is an implementation for providing the PDU handling of the
 SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is an open industry
 standard protocol designed to provide a flexible data communication
 interface for the transfer of short message data between External Short
 Messaging Entities, Routing Entitites and Message Centres.

Package: libsmpp34-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libsmpp1 (= ${binary:Version}),
         ${misc:Depends}
Description: Development files for libsmpp34
 This library is an implementation for providing the PDU handling of the
 SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is an open industry
 standard protocol designed to provide a flexible data communication
 interface for the transfer of short message data between External Short
 Messaging Entities, Routing Entitites and Message Centres.
 .
 This package contains the development files for the library.

Package: libsmpp34-utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utilities for SMPP

Package: libsmpp34-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libsmpp1 (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for libsmpp34