File: control

package info (click to toggle)
sqitch 0.9999-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,488 kB
  • sloc: perl: 34,265; sql: 2,340; makefile: 11
file content (94 lines) | stat: -rw-r--r-- 3,764 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
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 (>= 11),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcapture-tiny-perl,
                     libclass-xsaccessor-perl (>= 1.18),
                     libclone-perl,
                     libconfig-gitlike-perl (>= 1.11),
                     libdatetime-perl,
                     libdatetime-timezone-perl,
                     libdbi-perl,
                     libdevel-stacktrace-perl,
                     libencode-locale-perl,
                     libfile-homedir-perl,
                     libhash-merge-perl (>= 0.299),
                     libintl-perl,
                     libio-pager-perl,
                     libipc-run3-perl,
                     libipc-system-simple-perl,
                     liblist-moreutils-perl,
                     libmodule-runtime-perl,
                     libmoo-perl (>= 1.002000),
                     libnamespace-autoclean-perl (>= 0.16),
                     libpath-class-perl (>= 0.33),
                     libperlio-utf8-strict-perl,
                     libstring-formatter-perl,
                     libstring-shellquote-perl,
                     libsub-exporter-perl,
                     libtemplate-perl,
                     libtemplate-tiny-perl,
                     libtest-deep-perl,
                     libtest-dir-perl,
                     libtest-exception-perl,
                     libtest-file-contents-perl,
                     libtest-file-perl,
                     libtest-mockmodule-perl,
                     libtest-nowarnings-perl,
                     libtest-warn-perl,
                     libthrowable-perl (>= 0.200009),
                     libtry-tiny-perl,
                     libtype-tiny-perl,
                     libtype-tiny-xs-perl,
                     liburi-db-perl (>= 0.19),
                     liburi-perl
Standards-Version: 4.3.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/

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