File: control

package info (click to toggle)
librt-client-rest-perl 1%3A0.60-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 584 kB
  • sloc: perl: 4,345; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 1,739 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: librt-client-rest-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcgi-pm-perl <!nocheck>,
                     libdatetime-format-dateparse-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     liberror-perl <!nocheck>,
                     libexception-class-perl <!nocheck>,
                     libhttp-server-simple-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     netbase <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librt-client-rest-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librt-client-rest-perl.git
Homepage: https://metacpan.org/release/RT-Client-REST
Rules-Requires-Root: no

Package: librt-client-rest-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdatetime-format-dateparse-perl,
         libdatetime-perl,
         liberror-perl,
         libexception-class-perl,
         libparams-validate-perl,
         liburi-perl,
         libwww-perl
Description: RESTful Perl interface to RT installations
 RT::Client::REST is a set of object-oriented Perl modules designed to
 make communicating with RT using REST protocol easy.  Most of the
 features have been implemented and tested with rt 3.6.0 and later.