r36840 - /trunk/libalgorithm-c3-perl/debian/control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 30 15:33:16 UTC 2009


Author: gregoa
Date: Sat May 30 15:33:07 2009
New Revision: 36840

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36840
Log:
d/control: add perl-modules (>= 5.10) to B-D; minor changes to short and long description

Modified:
    trunk/libalgorithm-c3-perl/debian/control

Modified: trunk/libalgorithm-c3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-c3-perl/debian/control?rev=36840&op=diff
==============================================================================
--- trunk/libalgorithm-c3-perl/debian/control (original)
+++ trunk/libalgorithm-c3-perl/debian/control Sat May 30 15:33:07 2009
@@ -1,7 +1,7 @@
 Source: libalgorithm-c3-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
@@ -14,10 +14,12 @@
 Package: libalgorithm-c3-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: A module for merging hierarchies using the C3 algorithm
+Description: Perl module for merging hierarchies using the C3 algorithm
+ The Algorithm::C3 module implements the C3 algorithm.
+ .
  C3 is the name of an algorithm which aims to provide a sane method resolution
- order under multiple inheritence. It was first introduced in the langauge 
+ order under multiple inheritence. It was first introduced in the langauge
  Dylan, and then later adopted as the preferred MRO (Method Resolution Order)
- for the new-style classes in Python 2.3. Most recently it has been adopted as 
- the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot objects
- as well.
+ for the new-style classes in Python 2.3. Most recently it has been adopted as
+ the 'canonical' MRO for Perl 6 classes, and the default MRO for Parrot
+ objects as well.




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