[libmath-calculus-newtonraphson-perl] 05/09: Remove trailing whitespace from debian/control

Axel Beckert abe at deuxchevaux.org
Sun Nov 12 00:44:55 UTC 2017


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

abe pushed a commit to branch master
in repository libmath-calculus-newtonraphson-perl.

commit 8c12161fa5439e363c7998eee84cceff45d66423
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Nov 12 01:36:04 2017 +0100

    Remove trailing whitespace from debian/control
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 97f544f..7722481 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libmath-calculus-newtonraphson-perl (0.1-2) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly.
     + Install README via debian/docs.
   * Declare compliance with Debian Policy 4.1.1.
+  * Remove trailing whitespace from debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:44:39 +0100
 
diff --git a/debian/control b/debian/control
index 2c357fb..eac68c8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Depends: ${perl:Depends},
          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. 
+ parses it and then uses the Newton Raphson method to solve it.
  The Newton Raphson method relies on the fact that the expression
  you pass in evaluates to zero where there is a solution. That is, to solve:-
  .
@@ -30,7 +30,7 @@ Description: Algebraic Newton Raphson Implementation
  .
  x^2 - 5
  .
- It understands expressions containing any of the operators +, -, *, / and ^ 
- (raise to power), bracketed expressions to enable correct precedence and the 
- functions ln, exp, sin, cos, tan, sec, cosec, cot, sinh, cosh, tanh, sech, 
+ It understands expressions containing any of the operators +, -, *, / and ^
+ (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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-calculus-newtonraphson-perl.git



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