[SCM] Debian packaging of MongoDBx-Class CPAN distribution branch, master, updated. acc5e5c3165576fdde9513b65295eb55389b3826

Dominique Dumont dod at debian.org
Sun Oct 14 13:56:02 UTC 2012


The following commit has been merged in the master branch:
commit 6b7afe29f0c168428ec0bf10b4923495dd5b5733
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Oct 14 15:34:24 2012 +0200

    control and copyright cleanup

diff --git a/debian/control b/debian/control
index d17cd64..9f3a5ee 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,15 @@
 Source: libmongodbx-class-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: libdatetime-format-w3cdtf-perl,
- libdatetime-perl,
- libmongodb-perl (>= 0.40),
- libmoose-perl,
- libnamespace-autoclean-perl,
- libtry-tiny-perl,
- perl (>= 5.9.4)
+                     libdatetime-perl,
+                     libmongodb-perl,
+                     libmoose-perl,
+                     libnamespace-autoclean-perl,
+                     libtry-tiny-perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmongodbx-class-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmongodbx-class-perl.git
@@ -18,28 +17,28 @@ Homepage: http://search.cpan.org/dist/MongoDBx-Class/
 
 Package: libmongodbx-class-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdatetime-format-w3cdtf-perl,
- libmongodb-perl (>= 0.40),
- libmoose-perl,
- libnamespace-autoclean-perl,
- libtry-tiny-perl,
- perl (>= 5.9.4)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdatetime-format-w3cdtf-perl,
+         libmongodb-perl,
+         libmoose-perl,
+         libnamespace-autoclean-perl,
+         libtry-tiny-perl
 Description: Flexible ORM for MongoDB databases
- MongoDBx::Class is a flexible object relational mapper (ORM) for MongoDB
- databases. Given a schema-like collection of document classes,
- MongoDBx::Class expands MongoDB objects (hash-refs in Perl) from the database
- into objects of those document classes, and collapses such objects back to
- the database.
+ MongoDBx::Class Perl module is a flexible object relational mapper
+ (ORM) for MongoDB databases. Given a schema-like collection of
+ document classes, MongoDBx::Class expands MongoDB objects (hash-refs
+ in Perl) from the database into objects of those document classes, and
+ collapses such objects back to the database.
  .
- MongoDBx::Class takes advantage of the fact that Perl's MongoDB driver is
- Moose-based to extend and tweak the driver's behavior, instead of wrapping
- it. This means MongoDBx::Class does not define its own syntax, so you simply
- use it exactly as you would the MongoDB driver directly. That said,
- MongoDBx::Class adds some sugar that enhances and simplifies the syntax
- unobtrusively (either use it or don't). Thus, it is relatively easy to
- convert your current MongoDB applications to MongoDBx::Class. A collection in
- MongoDBx::Class isa('MongoDB::Collection'), a database in MongoDBx::Class
+ MongoDBx::Class takes advantage of the fact that Perl's MongoDB driver
+ is Moose-based to extend and tweak the driver's behavior, instead of
+ wrapping it. This means MongoDBx::Class does not define its own
+ syntax, so you simply use it exactly as you would the MongoDB driver
+ directly. That said, MongoDBx::Class adds some sugar that enhances and
+ simplifies the syntax unobtrusively (either use it or don't). Thus, it
+ is relatively easy to convert your current MongoDB applications to
+ MongoDBx::Class. A collection in MongoDBx::Class
+ isa('MongoDB::Collection'), a database in MongoDBx::Class
  isa('MongoDB::Database'), etc.
- .
- This description was automagically extracted from the module by dh-make-perl.
+
diff --git a/debian/copyright b/debian/copyright
index c21720f..3c37427 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: MongoDBx-Class
-Source: http://search.cpan.org/dist/MongoDBx-Class/
 Upstream-Contact: Ido Perlmuter <ido at ido50.net>
-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.
+Source: http://search.cpan.org/dist/MongoDBx-Class/
 
 Files: *
-Copyright: Ido Perlmuter <ido at ido50.net>
+Copyright: 2011-2012, Ido Perlmuter <ido at ido50.net>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -34,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 MongoDBx-Class CPAN distribution



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