[SCM] Debian packaging of DBIx-Class-UUIDColumns CPAN distribution branch, master, updated. 126116adeb80c3c142bdf1380a9a971bc7a717e9

Dominique Dumont dod at debian.org
Tue Aug 21 12:44:49 UTC 2012


The following commit has been merged in the master branch:
commit 126116adeb80c3c142bdf1380a9a971bc7a717e9
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Aug 21 14:41:46 2012 +0200

    control and copyright cleanup

diff --git a/debian/control b/debian/control
index d2bae9a..4ebdef1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,35 @@
 Source: libdbix-class-uuidcolumns-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: libclass-accessor-grouped-perl,
- libdbd-sqlite3-perl (>= 1.11),
- libdbix-class-perl (>= 0.07005)
-Standards-Version: 3.9.2
+                     libdbd-sqlite3-perl (>= 1.11),
+                     libdbix-class-perl (>= 0.07005)
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-uuidcolumns-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-uuidcolumns-perl.git
 Homepage: http://search.cpan.org/dist/DBIx-Class-UUIDColumns/
 
 Package: libdbix-class-uuidcolumns-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-accessor-grouped-perl,
- libdbix-class-perl (>= 0.07005),
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-grouped-perl,
+         libdbix-class-perl (>= 0.07005),
+         perl
 Description: Implicit uuid columns
- This DBIx::Class component resembles the behaviour of Class::DBI::UUID, to
- make some columns implicitly created as uuid.
+ DBIx::Class provides a behaviour similar to Class::DBI::UUID. It
+ impments globally unique columns values. When an object is created, the
+ columns specified are given unique IDs.
  .
  When loaded, UUIDColumns will search for a suitable uuid generation module
  from the following list of supported modules:
  .
- Data::UUID
- .
- APR::UUID*
- .
- UUID
- .
- Win32::Guidgen
- .
- Win32API::GUID
+  * Data::UUID
+  * APR::UUID*
+  * UUID
  .
  If no supporting module can be found, an exception will be thrown.
- .
- This description was automagically extracted from the module by dh-make-perl.
+
diff --git a/debian/copyright b/debian/copyright
index 28be878..276a7b8 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: Chia-liang Kao <clkao at clkao.org>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: DBIx-Class-UUIDColumns
+Upstream-Contact: Chia-liang Kao <clkao at clkao.org>
 Source: http://search.cpan.org/dist/DBIx-Class-UUIDColumns/
-Name: DBIx-Class-UUIDColumns
-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: Chia-liang Kao <clkao at clkao.org>
-License: unparsable
+Copyright: 2007-2011, Chia-liang Kao <clkao at clkao.org>
+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-UUIDColumns CPAN distribution



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