-
Notifications
You must be signed in to change notification settings - Fork 29
/
control
24 lines (23 loc) · 1.13 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: ubic
Maintainer: Vyacheslav Matjukhin (No comments) <[email protected]>
Section: perl
Priority: optional
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5), perl,
libclass-accessor-perl, libhttp-server-simple-perl, liblist-moreutils-perl, libparams-validate-perl,
libtry-tiny-perl, libjson-perl, libparent-perl, libconfig-tiny-perl, libbsd-resource-perl, libfile-which-perl,
libtest-fatal-perl, libtest-pod-coverage-perl, libtest-pod-perl, libtest-simple-perl, libtest-class-perl, libtest-tcp-perl
Package: ubic
Architecture: all
Depends: ${perl:Depends},
libclass-accessor-perl, liblist-moreutils-perl, libparams-validate-perl,
libhttp-server-simple-perl, libhttp-server-simple-perl (>= 0.42) | liburi-perl,
libtry-tiny-perl, libjson-perl, libparent-perl, libconfig-tiny-perl, libfile-which-perl,
libbsd-resource-perl (>= 1.2900)
Provides: yandex-ubic
Replaces: yandex-ubic (<< 1.00)
Conflicts: yandex-ubic (<< 1.00)
Description: polymorphic service manager
Each ubic service is represented by perl object, so code reuse is trivial.
Watchdog, neat color output and SysV-style LSB conformant init scripts support
is included.