File: control

package info (click to toggle)
asterisk-testsuite 0.0.0%2Bsvn.5781-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 18,632 kB
  • sloc: xml: 33,912; python: 32,904; ansic: 1,599; sh: 395; makefile: 170; sql: 17
file content (41 lines) | stat: -rw-r--r-- 1,394 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
Source: asterisk-testsuite
Section: comm
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Tzafrir Cohen <tzafrir@debian.org>
Build-Depends: debhelper (>= 9~),
 liblua5.1-0-dev,
 lua5.1,
 pkg-config,
Standards-Version: 3.9.5
Homepage: https://wiki.asterisk.org/wiki/display/AST/Asterisk+Test+Suite+Documentation
Vcs-Git: git://anonscm.debian.org/pkg-voip/asterisk-testsuite.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/asterisk-testsuite.git

Package: asterisk-testsuite
Architecture: all
Depends: ${misc:Depends},
 asttest,
 python,
 python-yaml,
 sip-tester,
 python-starpy (>> 1.0.1),
Recommends: asterisk-dev, asterisk
Description: test suite for the Asterisk PBX
 The test suite for the Asterisk PBX software package. Developed as
 a separate package by its developers.
 .
 The package should normally be used for testing the system copy of
 Asterisk, but may be installed to test a locally-installed version.

Package: asttest
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: asterisk
Description: test runner for the Asterisk test suite - dummy package
 The test suite for the Asterisk PBX software package. Developed as
 a separate package by its developers.
 .
 This package includes asttest: a binary needed for running tests.
 .
 Only used for very few LUA tests and disabled for now.