File: control

package info (click to toggle)
libpgobject-util-dbchange-perl 0.050.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: perl: 263; sql: 3; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,057 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
Source: libpgobject-util-dbchange-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robert James Clay <jame@rocasa.us>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libmoo-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpgobject-util-dbchange-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpgobject-util-dbchange-perl.git
Homepage: https://metacpan.org/release/PGObject-Util-DBChange

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.