File: control

package info (click to toggle)
libpgobject-util-dbchange-perl 0.050.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • ctags: 16
  • sloc: perl: 261; sql: 3; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,001 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
Source: libpgobject-util-dbchange-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libmoo-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpgobject-util-dbchange-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpgobject-util-dbchange-perl.git
Homepage: https://metacpan.org/release/PGObject-Util-DBChange
Testsuite: autopkgtest-pkg-perl

Package: libpgobject-util-dbchange-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmoo-perl
Description: module to track applied change files in the PostgreSQL database
 The PGObject::Util::DBChange Perl Module allows one to track applied change
 files in a PostgreSQL database, using the sha hash of the normalized content
 (comments and whitespace lines stripped) of the file to track its identity.