r20081 - in /trunk/libmath-calculus-expression-perl/debian: control copyright
deepak-guest at users.alioth.debian.org
deepak-guest at users.alioth.debian.org
Sun May 18 14:25:21 UTC 2008
Author: deepak-guest
Date: Sun May 18 14:25:21 2008
New Revision: 20081
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20081
Log:
Fix Homepage in debain/copyright and debian/control and change description
Modified:
trunk/libmath-calculus-expression-perl/debian/control
trunk/libmath-calculus-expression-perl/debian/copyright
Modified: trunk/libmath-calculus-expression-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/control?rev=20081&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/control (original)
+++ trunk/libmath-calculus-expression-perl/debian/control Sun May 18 14:25:21 2008
@@ -8,16 +8,16 @@
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-calculus-expression-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/
-Homepage: http://search.cpan.org/dist/Math::Calculus::Expression/
+Homepage: http://search.cpan.org/dist/Math-Calculus-Expression/
Package: libmath-calculus-expression-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Algebraic Calculus Tools Expression Class
- This module can take an algebraic expression, parse it into a tree structure,
- simplify the tree, substitute variables and named constants for other variables
- or constants(which may be numeric),numerically evaluate the tree and turn the
- tree back into an output of the same form as the input.
+ Math::Calculus::Expression can take an algebraic expression, parse it into a
+ tree structure,simplify the tree, substitute variables and named constants for
+ other variables or constants(which may be numeric),numerically evaluate the
+ tree and turn the tree back into an output of the same form as the input.
.
It supports a wide range of expressions including the +, -, *, / and ^
(raise to power) operators, bracketed expressions to enable correct precedence
Modified: trunk/libmath-calculus-expression-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calculus-expression-perl/debian/copyright?rev=20081&op=diff
==============================================================================
--- trunk/libmath-calculus-expression-perl/debian/copyright (original)
+++ trunk/libmath-calculus-expression-perl/debian/copyright Sun May 18 14:25:21 2008
@@ -1,7 +1,7 @@
This is the debian package for the Math::Calculus::Expression module.
It was created by Deepak Tripathi <apenguinlinux at gmail.com> using dh-make-perl.
-It was downloaded from http://search.cpan.org/dist/Math::Calculus::Expression/
+It was downloaded from http://search.cpan.org/dist/Math-Calculus-Expression/
The upstream author is:
More information about the Pkg-perl-cvs-commits
mailing list