[libmath-calculus-expression-perl] 02/03: Update d/p/pod.patch to remove sole ISO-Latin-1 character in POD

Axel Beckert abe at deuxchevaux.org
Sat May 30 23:57:15 UTC 2015


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

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

commit 17c9e45ffac3bf01bc3ad7e5ce70a20e035c5021
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 01:54:24 2015 +0200

    Update d/p/pod.patch to remove sole ISO-Latin-1 character in POD
---
 debian/changelog         |  2 ++
 debian/patches/pod.patch | 18 +++++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26800e0..f93de49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,8 @@ libmath-calculus-expression-perl (0.2.2.ds-2) UNRELEASED; urgency=low
   * Declare compliance with Debian Policy 3.9.6 (no other changes needed).
   * Mark package aus autopkgtestable.
   * Apply wrap-and-sort.
+  * Update debian/patches/pod.patch to also remove sole ISO-Latin-1
+    character in POD.
 
  -- Franck Joncourt <franck.mail at dthconnex.com>  Fri, 14 Nov 2008 23:58:19 +0100
 
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
index 7d7112c..347a5a7 100644
--- a/debian/patches/pod.patch
+++ b/debian/patches/pod.patch
@@ -2,10 +2,13 @@ Description: fix POD errors
 Origin: vendor
 Forwarded: no
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-07-28
+Author: Axel Beckert <abe at debian.org>
+Last-Update: 2015-05-31
 
---- a/Expression.pm
-+++ b/Expression.pm
+Index: libmath-calculus-expression-perl/Expression.pm
+===================================================================
+--- libmath-calculus-expression-perl.orig/Expression.pm	2015-05-31 01:48:22.112754744 +0200
++++ libmath-calculus-expression-perl/Expression.pm	2015-05-31 01:51:00.419035502 +0200
 @@ -54,6 +54,8 @@
  # Constructor
  # ###########
@@ -15,6 +18,15 @@ Last-Update: 2010-07-28
  =item new
  
    $exp = Math::Calculus::Expression->new;
+@@ -259,7 +261,7 @@
+ 
+ The sameRepresentation method takes another expression object as its parameter
+ and returns true if that expression has the same internal representation as the
+-expression the method is invoked on. Be careful � while it can be said that if
++expression the method is invoked on. Be careful - while it can be said that if
+ two expressions have the same representation they are equal, it would be wrong
+ to say that if they have different representations they are not equal. It is
+ clear to see that "x + 2" and "2 + x" are equal, but their internal representation
 @@ -394,6 +396,7 @@
  	}
  }

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



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