File: control

package info (click to toggle)
libdbix-class-inflatecolumn-fs-perl 0.01007-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 248 kB
  • sloc: perl: 2,382; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,601 bytes parent folder | download | duplicates (2)
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
Source: libdbix-class-inflatecolumn-fs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libdbd-sqlite3-perl,
                     libdbicx-testdatabase-perl,
                     libdbix-class-perl,
                     libdbix-class-uuidcolumns-perl (>= 0.02005),
                     libpath-class-perl,
                     perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-inflatecolumn-fs-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-inflatecolumn-fs-perl.git
Homepage: http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/

Package: libdbix-class-inflatecolumn-fs-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbd-sqlite3-perl,
         libdbicx-testdatabase-perl,
         libdbix-class-perl,
         libdbix-class-uuidcolumns-perl (>= 0.02005),
         libpath-class-perl,
         perl
Description: Inflate/deflate columns to Path::Class::File objects
 DBIx::Class::InflateColumn::FS provides DBIx::Class style column
 inflation to a Path::Class::File object allowing file system storage
 of BLOBS.
 .
 The storage path is specified with fs_column_path. Each file receives a
 unique name, so the storage for all FS columns can share the same path.
 .
 Within the path specified by fs_column_path, files are stored in
 sub-directories based on the first 2 characters of the unique file
 names.