File: control

package info (click to toggle)
librose-db-perl 0.786-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: perl: 12,269; makefile: 9
file content (50 lines) | stat: -rw-r--r-- 2,184 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
Source: librose-db-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libbit-vector-perl <!nocheck>,
                     libclone-pp-perl <!nocheck>,
                     libdatetime-format-mysql-perl <!nocheck>,
                     libdatetime-format-oracle-perl <!nocheck>,
                     libdatetime-format-pg-perl <!nocheck>,
                     libdatetime-perl <!nocheck>,
                     libdbd-sqlite3-perl <!nocheck>,
                     libdbi-perl <!nocheck>,
                     librose-datetime-perl <!nocheck>,
                     librose-object-perl <!nocheck>,
                     libsql-reservedwords-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtime-clock-perl <!nocheck>,
                     libyaml-syck-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librose-db-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librose-db-perl.git
Homepage: https://metacpan.org/release/Rose-DB
Rules-Requires-Root: no

Package: librose-db-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbit-vector-perl,
         libclone-pp-perl,
         libdatetime-format-mysql-perl,
         libdatetime-format-oracle-perl,
         libdatetime-format-pg-perl,
         libdatetime-perl,
         libdbi-perl,
         librose-datetime-perl,
         librose-object-perl,
         libsql-reservedwords-perl,
         libtime-clock-perl,
         libyaml-syck-perl
Description: Perl DBI wrapper and abstraction layer
 Rose::DB is a wrapper and abstraction layer for DBI-related functionality.
 Instead of dealing with "databases" that exist on "hosts" or are located via
 some vendor-specific addressing scheme, Rose::DB deals with "logical" data
 sources. It supports technologies like the Rose::DB::Object object-relational
 mapper system (see librose-db-object-perl for details).