File: control

package info (click to toggle)
libdbix-searchbuilder-perl 1.69-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: perl: 9,628; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 2,019 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
Source: libdbix-searchbuilder-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           gregor herrmann <gregoa@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcache-simple-timedexpiry-perl <!nocheck>,
                     libclass-accessor-perl <!nocheck>,
                     libclass-returnvalue-perl <!nocheck>,
                     libclone-perl <!nocheck>,
                     libdbd-sqlite3-perl <!nocheck>,
                     libdbix-dbschema-perl <!nocheck>,
                     libdevel-symdump-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libwant-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-searchbuilder-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-searchbuilder-perl.git
Homepage: https://metacpan.org/release/DBIx-SearchBuilder
Rules-Requires-Root: no

Package: libdbix-searchbuilder-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcache-simple-timedexpiry-perl,
         libclass-accessor-perl,
         libclass-returnvalue-perl,
         libclone-perl,
         libdbd-pg-perl | libdbd-mysql-perl | libdbd-sqlite3-perl | libdbd-odbc-perl | libdbd-sqlite2-perl | libdbd-informix-perl | libdbd-sybase-perl | libdbd-oracle-perl,
         libdbix-dbschema-perl,
         libwant-perl
Description: Perl implementation of a simple ORM
 DBIx::SearchBuilder is a simple implementation of an Object-Relational Mapper
 (ORM). It provides an object-oriented mechanism for retrieving and updating
 data in a DBI-accessible database. This module is similar in nature to other,
 more popular, solutions like Rose::DB::Object (see librose-db-object-perl) and
 DBIx::Class (libdbix-class-perl).