debian/0000755000000000000000000000000012020362573007166 5ustar debian/copyright0000644000000000000000000000241112020362573011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBIx-Class-InflateColumn-FS Upstream-Contact: semifor: Marc Mims Source: http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/ Files: * Copyright: 2008-2010, Marc Mims License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000022312020362573010214 0ustar version=3 http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/ .*/DBIx-Class-InflateColumn-FS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libdbix-class-inflatecolumn-fs-perl.docs0000644000000000000000000000000712020362573016761 0ustar README debian/changelog0000644000000000000000000000026612020362573011044 0ustar libdbix-class-inflatecolumn-fs-perl (0.01007-1) unstable; urgency=low * Initial Release. (Closes: #685518) -- Dominique Dumont Sat, 01 Sep 2012 12:36:01 +0200 debian/compat0000644000000000000000000000000212020362573010364 0ustar 8 debian/source/0000755000000000000000000000000012020362573010466 5ustar debian/source/format0000644000000000000000000000001412020362573011674 0ustar 3.0 (quilt) debian/control0000644000000000000000000000310112020362573010564 0ustar Source: libdbix-class-inflatecolumn-fs-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont 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. debian/rules0000755000000000000000000000003612020362573010245 0ustar #!/usr/bin/make -f %: dh $@