File: control

package info (click to toggle)
rt-extension-smsnotify 1.04-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 528 kB
  • sloc: perl: 347; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: rt-extension-smsnotify
Section: perl
Priority: optional
Maintainer: Dominic Hargreaves <dom@earth.li>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libmodule-install-readmefrompod-perl (>= 0.20),
 libmodule-install-rtx-perl (>= 0.37-3~),
 libsms-send-perl (>= 1.06),
 perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/RT-Extension-SMSNotify

Package: rt4-extension-smsnotify
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libsms-send-perl (>= 1.06)
Description: Send SMS notifications from RT via SMS::Send
 Use RT::Extension::SMSNotify to send text message notifications to
 mobile phones when events occur in RT, or via RT Crontool to do
 time-based alerting for things like SLA warnings.
 .
 Useful in conjunction with the RT::Extension::SLA module.