summaryrefslogtreecommitdiff
path: root/debian/control
blob: ce9680c291dcbfd226d6533cf167d6cc4fe67d22 (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
Source: libsmpp34
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
        , Thorsten Alteholz <debian@alteholz.de>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11),
             , libxml2-dev
             , pkg-config
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/libsmpp34
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/libsmpp34.git
Homepage: http://c-open-smpp-34.sourceforge.net/

Package: libsmpp34-1
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: libsmpp34-1 (= ${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.