File: control

package info (click to toggle)
libcatalyst-devel-perl 1.39-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 452 kB
  • ctags: 224
  • sloc: perl: 2,921; makefile: 2
file content (68 lines) | stat: -rw-r--r-- 2,745 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: libcatalyst-devel-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libcatalyst-modules-perl,
                     libcatalyst-perl (>= 5.90001),
                     libconfig-general-perl,
                     libfile-changenotify-perl,
                     libfile-copy-recursive-perl,
                     libfile-sharedir-perl,
                     libipc-run3-perl,
                     libmodule-install-perl (>= 1.02),
                     libmoose-perl,
                     libmoosex-emulate-class-accessor-fast-perl,
                     libnamespace-autoclean-perl,
                     libnamespace-clean-perl,
                     libpath-class-perl,
                     libtemplate-perl,
                     libtest-fatal-perl,
                     libyaml-tiny-perl,
                     perl (>= 5.11.1) | libtest-simple-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-devel-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-devel-perl.git
Homepage: https://metacpan.org/release/Catalyst-Devel/

Package: libcatalyst-devel-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcatalyst-perl (>= 5.90001),
         libconfig-general-perl,
         libfile-changenotify-perl,
         libfile-copy-recursive-perl,
         libfile-sharedir-perl,
         libmoose-perl,
         libmoosex-emulate-class-accessor-fast-perl,
         libnamespace-autoclean-perl,
         libnamespace-clean-perl,
         libpath-class-perl,
         libtemplate-perl,
         libyaml-tiny-perl
Suggests: libmodule-install-perl (>= 1.02),
          libmoosex-daemonize-perl,
          starman
Breaks: libcatalyst-modules-perl (<< 39)
Replaces: libcatalyst-modules-perl (<< 39)
Description: collection of development tools for Catalyst
 Catalyst::Devel is a collection of modules needed for Catalyst application
 development and testing, but is not required to run them. This package is not
 needed for Catalyst application deployment on production servers. Among other
 things, it includes the following tools:
 .
 Module::Install::Catalyst
 Provides various utilities for creating Catalyst module distributions.
 .
 Catalyst::Helper
 Helper module for bootstrapping a Catalyst application via catalyst.pl.
 .
 Catalyst::Restarter
 Utility to restart the server when files have changed