File: control

package info (click to toggle)
sqitch 0.9995-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,968 kB
  • ctags: 1,141
  • sloc: perl: 31,527; sql: 1,818; makefile: 11
file content (89 lines) | stat: -rw-r--r-- 3,519 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
Source: sqitch
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christian Hofstaedtler <zeha@debian.org>
Section: database
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               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,
                     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,
                     libtest-deep-perl,
                     libtest-dir-perl,
                     libtest-exception-perl,
                     libtest-file-contents-perl,
                     libtest-file-perl,
                     libtest-mockmodule-perl,
                     libtest-nowarnings-perl,
                     libthrowable-perl (>= 0.200009),
                     libtry-tiny-perl,
                     libtype-tiny-perl,
                     libtype-tiny-xs-perl,
                     liburi-db-perl,
                     liburi-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/sqitch.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/sqitch.git
Homepage: http://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,
         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,
         libtype-tiny-xs-perl,
         liburi-db-perl,
         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
Description: sane database change management
 Sqitch provides a simple yet robust interface for database change
 management. The philosophy and functionality is inspired by
 Git.