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.
