File: control

package info (click to toggle)
libcgi-github-webhook-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 9
  • sloc: perl: 538; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,586 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: libcgi-github-webhook-perl
Section: perl
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9),
               dh-dist-zilla,
               libdist-zilla-plugin-git-perl,
               libdist-zilla-plugin-githubmeta-perl,
               libdist-zilla-plugin-ourpkgversion-perl,
               libdist-zilla-plugin-podweaver-perl,
               libdist-zilla-plugin-test-perl-critic-perl,
               libdist-zilla-plugin-test-kwalitee-perl
Build-Depends-Indep: libcgi-pm-perl,
                     libcgi-test-perl,
                     libfile-slurper-perl,
                     libjson-perl,
                     libmoo-perl,
                     libtest-file-perl,
                     libtest-file-sharedir-perl,
                     libtry-tiny-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://github.com/xtaran/CGI-Github-Webhook
Vcs-Git: https://github.com/xtaran/CGI-Github-Webhook.git
Homepage: https://metacpan.org/release/CGI-Github-Webhook
Testsuite: autopkgtest-pkg-perl

Package: libcgi-github-webhook-perl
Architecture: all
Depends: libcgi-pm-perl,
         libfile-sharedir-perl,
         libjson-perl,
         libmoo-perl,
         libtry-tiny-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Easily write CGI-based GitHub webhooks in Perl
 CGI::Github::Webhook provides an easy way to write CGI-based GitHub
 webhooks in Perl. In most cases three statements already
 suffice: Configure a script to trigger, a shared secret and a log
 file and you're ready to go.