File: control

package info (click to toggle)
kannel-sqlbox 0.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 756 kB
  • sloc: sh: 7,983; ansic: 2,726; xml: 1,485; makefile: 112
file content (43 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
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
Source: kannel-sqlbox
Section: net
Priority: optional
Homepage: http://www.kannel.org/~aguerrieri/SqlBox/
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 autotools-dev,
 libtool,
 automake,
 autoconf,
 debhelper,
 dh-buildinfo,
 kannel-dev (>= 1.4.4-2~),
 openjade,
 texlive-formats-extra,
 texlive-base-bin,
 transfig,
 imagemagick,
 docbook-dsssl
Vcs-Git: https://salsa.debian.org/debian/kannel-sqlbox.git
Vcs-Browser: https://salsa.debian.org/debian/kannel-sqlbox
Standards-Version: 4.2.1
Rules-Requires-Root: no

Package: kannel-sqlbox
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Description: SQL helper application for Kannel WAP and SMS gateway
 Kannel is a gateway for connecting WAP (Wireless Application Protocol)
 phones to the Internet. It also works as an SMS/SMPP gateway, for
 providing SMS based services for GSM phones.
 .
 Sqlbox is a special Kannel box that sits between bearerbox and smsbox
 and uses a database queue to store and forward messages.
 .
 Messages are queued on a configurable table (defaults to send_sms) and
 moved to another table (defaults to sent_sms) afterwards.
 .
 You can also manually insert messages into the send_sms table and they
 will be sent and moved to the sent_sms table as well. This allows for
 fast and easy injection of large amounts of messages into Kannel.