File: control

package info (click to toggle)
libpgobject-type-bytestring-perl 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 5
  • sloc: perl: 63; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 961 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
Source: libpgobject-type-bytestring-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: libdbd-pg-perl,
 libfile-slurp-perl,
 libpgobject-perl (>= 1.403.2),
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpgobject-type-bytestring-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpgobject-type-bytestring-perl.git
Homepage: https://metacpan.org/release/PGObject-Type-ByteString
Testsuite: autopkgtest-pkg-perl

Package: libpgobject-type-bytestring-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdbd-pg-perl,
 libpgobject-perl (>= 1.403.2)
Description: wrapper for raw strings mapping to BYTEA columns
 PGObject::Type::ByteString provides a basic wrapper around Perl strings,
 mapping them to a BYTEA field.