[SCM] Debian packaging of DBIx-Class-InflateColumn-FS CPAN distribution branch, master, updated. 24c2df77e06bb005585cb672dda3117cfbc55380

Dominique Dumont dod at debian.org
Tue Aug 21 13:39:53 UTC 2012


The following commit has been merged in the master branch:
commit 24c2df77e06bb005585cb672dda3117cfbc55380
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Aug 21 15:39:12 2012 +0200

    control and copyright cleanup

diff --git a/debian/control b/debian/control
index fa08dd2..cbee134 100644
--- a/debian/control
+++ b/debian/control
@@ -1,41 +1,39 @@
 Source: libdbix-class-inflatecolumn-fs-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dod at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libdbd-sqlite3-perl (>= 1.12),
- libdbicx-testdatabase-perl,
- libdbix-class-perl (>= 0.08),
- libdbix-class-uuidcolumns-perl (>= 0.02005),
- libpath-class-perl,
- perl
-Standards-Version: 3.9.2
+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 (>= 1.12),
- libdbicx-testdatabase-perl,
- libdbix-class-perl (>= 0.08),
- libdbix-class-uuidcolumns-perl (>= 0.02005),
- libpath-class-perl,
- perl
+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
- Provides inflation to a Path::Class::File object allowing file system storage
+ 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. Up
- to 256 sub-directories will be created, as needed. Override _fs_column_dirs
- in a derived class to change this behavior.
- .
- fs_new_on_update will create a new file name if the file has been updated.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ sub-directories based on the first 2 characters of the unique file
+ names. 
+
diff --git a/debian/copyright b/debian/copyright
index 012850f..a3a262f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,29 +1,15 @@
-Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
-Maintainer: semifor: Marc Mims <marc at questright.com>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: DBIx-Class-InflateColumn-FS
+Upstream-Contact: semifor: Marc Mims <marc at questright.com>
 Source: http://search.cpan.org/dist/DBIx-Class-InflateColumn-FS/
-Name: DBIx-Class-InflateColumn-FS
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: semifor: Marc Mims <marc at questright.com>
-License: unparsable
+Copyright: 2008-2010, Marc Mims <marc at questright.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2012, Dominique Dumont <dod at debian.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -40,3 +26,4 @@ License: GPL-1+
  .
  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 packaging of DBIx-Class-InflateColumn-FS CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list