File: control

package info (click to toggle)
libdbix-class-deploymenthandler-perl 0.002235-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: perl: 4,139; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 2,058 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
Source: libdbix-class-deploymenthandler-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Don Armstrong <don@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libaliased-perl <!nocheck>,
 libcarp-clan-perl <!nocheck>,
 libcontext-preserve-perl <!nocheck>,
 libdbd-sqlite3-perl <!nocheck>,
 libdbix-class-perl <!nocheck>,
 libdbix-class-schema-loader-perl <!nocheck>,
 liblog-contextual-perl <!nocheck>,
 libmodule-runtime-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmoosex-role-parameterized-perl <!nocheck>,
 libnamespace-autoclean-perl <!nocheck>,
 libpath-class-perl <!nocheck>,
 libsql-splitstatement-perl <!nocheck>,
 libsql-translator-perl (>= 1.63) <!nocheck>,
 libsub-exporter-progressive-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libtext-brew-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 libyaml-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-deploymenthandler-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-deploymenthandler-perl.git
Homepage: https://metacpan.org/release/DBIx-Class-DeploymentHandler

Package: libdbix-class-deploymenthandler-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libcarp-clan-perl,
 libcontext-preserve-perl,
 libdbix-class-perl,
 liblog-contextual-perl,
 libmodule-runtime-perl,
 libmoose-perl,
 libmoosex-role-parameterized-perl,
 libnamespace-autoclean-perl,
 libpath-class-perl,
 libsql-splitstatement-perl,
 libsql-translator-perl (>= 1.63),
 libsub-exporter-progressive-perl,
 libtext-brew-perl,
 libtry-tiny-perl,
 libyaml-perl,
Recommends:
 libdbix-class-schema-loader-perl,
Description: extensible module for DBIx::Class deployment
 DBIx::Class::DeploymentHandler is a tool for deploying and upgrading
 databases with DBIx::Class. It is designed to be much more flexible
 than DBIx::Class::Schema::Versioned.