File: control

package info (click to toggle)
sqitch 1.1.0000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,576 kB
  • sloc: perl: 35,035; sql: 2,340; makefile: 4
file content (96 lines) | stat: -rw-r--r-- 4,176 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Source: sqitch
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Chris Hofstaedtler <zeha@debian.org>
Section: database
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcapture-tiny-perl <!nocheck>,
                     libclass-xsaccessor-perl <!nocheck>,
                     libclone-perl <!nocheck>,
                     libconfig-gitlike-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     libdatetime-timezone-perl <!nocheck>,
                     libdbi-perl <!nocheck>,
                     libdevel-stacktrace-perl <!nocheck>,
                     libencode-locale-perl <!nocheck>,
                     libhash-merge-perl (>= 0.299) <!nocheck>,
                     libintl-perl <!nocheck>,
                     libio-pager-perl (>= 0.34) <!nocheck>,
                     libipc-run3-perl <!nocheck>,
                     libipc-system-simple-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     libmodule-runtime-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libpath-class-perl <!nocheck>,
                     libperlio-utf8-strict-perl <!nocheck>,
                     libpod-parser-perl <!nocheck>,
                     libstring-formatter-perl <!nocheck>,
                     libstring-shellquote-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtemplate-perl <!nocheck>,
                     libtemplate-tiny-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-dir-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-file-contents-perl <!nocheck>,
                     libtest-file-perl <!nocheck>,
                     libtest-mockmodule-perl (>= 0.170) <!nocheck>,
                     libtest-mockobject-perl <!nocheck>,
                     libtest-nowarnings-perl <!nocheck>,
                     libtest-warn-perl <!nocheck>,
                     libthrowable-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     libtype-tiny-perl <!nocheck>,
                     libtype-tiny-xs-perl <!nocheck>,
                     liburi-db-perl (>= 0.19) <!nocheck>,
                     liburi-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/sqitch
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/sqitch.git
Homepage: https://sqitch.org/
Rules-Requires-Root: no

Package: sqitch
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclone-perl,
         libconfig-gitlike-perl,
         libdatetime-perl,
         libdatetime-timezone-perl,
         libdbd-pg-perl | libdbd-sqlite3-perl | libdbd-mysql-perl | libdbd-firebird-perl,
         libdbi-perl,
         libdevel-stacktrace-perl,
         libencode-locale-perl,
         libhash-merge-perl (>= 0.299),
         libintl-perl,
         libio-pager-perl (>= 0.34),
         libipc-run3-perl,
         libipc-system-simple-perl,
         liblist-moreutils-perl,
         libmoo-perl,
         libnamespace-autoclean-perl,
         libpath-class-perl,
         libperlio-utf8-strict-perl,
         libpod-parser-perl,
         libstring-formatter-perl,
         libstring-shellquote-perl,
         libsub-exporter-perl,
         libtemplate-tiny-perl,
         libthrowable-perl,
         libtry-tiny-perl,
         libtype-tiny-perl,
         liburi-db-perl (>= 0.19),
         liburi-perl,
         postgresql-client | sqlite3 | default-mysql-client | virtual-mysql-client | firebird2.5-classic | firebird2.5-super
Recommends: libclass-xsaccessor-perl,
            libtemplate-perl,
            libtype-tiny-xs-perl
Description: sensible database change management
 Sqitch provides a simple yet robust interface for database change
 management. The philosophy and functionality is inspired by
 Git.