r1878 - packages/libclass-data-accessor-perl/trunk/debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Mon Jan 9 09:57:04 UTC 2006


Author: eloy
Date: 2006-01-09 09:57:03 +0000 (Mon, 09 Jan 2006)
New Revision: 1878

Modified:
   packages/libclass-data-accessor-perl/trunk/debian/changelog
   packages/libclass-data-accessor-perl/trunk/debian/control
Log:
eloy: fixed bug in description


Modified: packages/libclass-data-accessor-perl/trunk/debian/changelog
===================================================================
--- packages/libclass-data-accessor-perl/trunk/debian/changelog	2006-01-09 09:53:42 UTC (rev 1877)
+++ packages/libclass-data-accessor-perl/trunk/debian/changelog	2006-01-09 09:57:03 UTC (rev 1878)
@@ -1,3 +1,9 @@
+libclass-data-accessor-perl (0.02-2) unstable; urgency=low
+
+  * Long description fixed (closes: #346290)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Mon,  9 Jan 2006 10:53:43 +0100
+
 libclass-data-accessor-perl (0.02-1) unstable; urgency=low
 
   * Initial Release (closes: #344885).

Modified: packages/libclass-data-accessor-perl/trunk/debian/control
===================================================================
--- packages/libclass-data-accessor-perl/trunk/debian/control	2006-01-09 09:53:42 UTC (rev 1877)
+++ packages/libclass-data-accessor-perl/trunk/debian/control	2006-01-09 09:57:03 UTC (rev 1878)
@@ -2,7 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends-Indep: perl (>= 5.8.0-7), debhelper (>= 4.0.2), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 4.0.2),
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.6.2
 
@@ -12,7 +13,7 @@
 Description: Inheritable, overridable class and instance data accessor creation
  Class::Data::Accessor is the marriage of Class::Accessor and
  Class::Data::Inheritable into a single module. It is used for creating
- accessors to class data that overridable in subclasses as well as in
+ accessors to class properties that is overridable in subclasses as well as in
  class instances.
  .
  For example:
@@ -21,7 +22,7 @@
  .
  will generate the method Suitcase() in the class Pere::Ubu.
  .
- This new method can be used to get and set a piece of class data.
+ This new method can be used to get and set a piece of class property.
  .
  Pere::Ubu->Suitcase('Red');
  $suitcase = Pere::Ubu->Suitcase;




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