[libobject-container-perl] 02/02: Update d/control, d/copyright, d/changelog

Marius Gavrilescu marius-guest at alioth.debian.org
Tue Oct 22 05:56:22 UTC 2013


This is an automated email from the git hooks/post-receive script.

marius-guest pushed a commit to branch master
in repository libobject-container-perl.

commit 80f30043612ca3f72bec44222a7b63c36173fdee
Author: Marius Gavrilescu <marius at ieval.ro>
Date:   Tue Oct 22 08:56:03 2013 +0300

    Update d/control, d/copyright, d/changelog
---
 debian/changelog |    2 +-
 debian/control   |   13 ++++++++++---
 debian/copyright |   16 +++++++---------
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d1b71b..c7a900f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libobject-container-perl (0.14-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #727078).
 
  -- Marius Gavrilescu <marius at ieval.ro>  Tue, 22 Oct 2013 07:25:27 +0300
diff --git a/debian/control b/debian/control
index b7d8c04..a7483cf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Marius Gavrilescu <marius at ieval.ro>
 Build-Depends: debhelper (>= 9.20120312)
 Build-Depends-Indep: libclass-accessor-perl,
  libtest-requires-perl,
+ libexporter-autoclean-perl,
  perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libobject-container-perl.git
@@ -16,7 +17,13 @@ Package: libobject-container-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libclass-accessor-perl
-Description: simple object container
- (no description was found)
+Description: module that provides a simple object container
+ This module is a object container interface which supports 
+ both OO interface and Singleton interface.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ If you want to use one module from several places, you might use
+ Class::Singleton to access the module from any places.
+ But you should subclass each modules to singletonize.
+ .
+ This module provide singleton container instead of module itself, 
+ so it is easy to singleton multiple classes.
diff --git a/debian/copyright b/debian/copyright
index 7e7c205..5a76a51 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,15 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Object-Container
 Upstream-Contact: Daisuke Murase <typester at cpan.org>
 Upstream-Name: Object-Container
-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: Daisuke Murase <typester at cpan.org>
+Copyright: 2009, KAYAC Inc
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+ 2002-2012, Audrey Tang <autrijus at autrijus.org>
+ 2002-2012, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libobject-container-perl.git



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