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
|
Source: librunapp-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Daniel Lintott <daniel@serverb.co.uk>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libapp-control-perl,
libtemplate-perl,
libyaml-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librunapp-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librunapp-perl.git
Homepage: https://metacpan.org/release/RunApp
Package: librunapp-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libapp-control-perl,
libtemplate-perl,
libyaml-perl
Description: generic module to run web-applications
RunApp streamlines the process for configuring applications that
requires one or more web servers and/or other daemons, during
development or deployment. It builds the config files required by
the services (such as apache's httpd.conf) using a hash.
|