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
|
Source: libdbix-class-deploymenthandler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Don Armstrong <don@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
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 <!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
Standards-Version: 4.4.1
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,
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.
|