[SCM] Debian packaging of libmath-calculus-newtonraphson-perl branch, master, updated. 97cf6653681ce0e35a5e37bc52ff8116b8cbe1d9

gregor herrmann gregoa at debian.org
Thu Jul 5 20:38:26 UTC 2012


The following commit has been merged in the master branch:
commit cd4186f173b0e8653007cb39b02e0adc0260e1df
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:39:19 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index fa23258..7087254 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libmath-calculus-newtonraphson-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12), libmath-calculus-expression-perl, libmath-calculus-differentiate-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
+Build-Depends-Indep: perl,
+                     libmath-calculus-expression-perl,
+                     libmath-calculus-differentiate-perl
 Standards-Version: 3.8.0
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-calculus-newtonraphson-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-calculus-newtonraphson-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-calculus-newtonraphson-perl.git
 Homepage: http://search.cpan.org/dist/Math-Calculus-NewtonRaphson/
 
 Package: libmath-calculus-newtonraphson-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmath-calculus-expression-perl, libmath-calculus-differentiate-perl
-Description:  Algebraic Newton Raphson Implementation
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmath-calculus-expression-perl,
+         libmath-calculus-differentiate-perl
+Description: Algebraic Newton Raphson Implementation
  The Math::Calculus::NewtonRaphson module takes an algebraic expression,
  parses it and then uses the Newton Raphson method to solve it. 
  The Newton Raphson method relies on the fact that the expression
@@ -29,3 +34,4 @@ Description:  Algebraic Newton Raphson Implementation
  (raise to power), bracketed expressions to enable correct precedence and the 
  functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh, sech, 
  cosech, coth, asin, acos, atan, asinh, acosh and atanh.
+

-- 
Debian packaging of libmath-calculus-newtonraphson-perl



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