[plplot] 21/68: Import Debian changes 5.6.1-7

Ole Streicher olebole at moszumanska.debian.org
Mon Jul 10 07:38:29 UTC 2017


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

olebole pushed a commit to branch master
in repository plplot.

commit 4c2b0863c181dc46d5f5fe1af50c53f1c870098d
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Jul 1 13:57:26 2006 +0200

    Import Debian changes 5.6.1-7
    
    plplot (5.6.1-7) unstable; urgency=low
    
      * debian/patches/50_check-for-octave2.1.dpatch: Do string comparisons
        instead of numeric comparisons on the value returned by
        split(version,".").  Thanks to Thomas Weber the patch
        (closes: #376247)
---
 debian/changelog                             | 11 ++++++++++-
 debian/patches/50_check-for-octave2.1.dpatch |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4bd3083..a1d94cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+plplot (5.6.1-7) unstable; urgency=low
+
+  * debian/patches/50_check-for-octave2.1.dpatch: Do string comparisons
+    instead of numeric comparisons on the value returned by
+    split(version,".").  Thanks to Thomas Weber the patch
+    (closes: #376247)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat,  1 Jul 2006 13:57:26 +0200
+
 plplot (5.6.1-6) unstable; urgency=low
 
   * debian/watch: Fixed http entry
@@ -23,7 +32,7 @@ plplot (5.6.1-4) unstable; urgency=low
 
   * debian/control: Build-Depends on python-numeric >= 24.2-3, because
     this version is the first one built with python central.  Previous
-    build dependecies on python2.{3,4}-numeric are removed.
+    build dependencies on python2.{3,4}-numeric are removed.
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 25 Jun 2006 23:17:45 +0200
 
diff --git a/debian/patches/50_check-for-octave2.1.dpatch b/debian/patches/50_check-for-octave2.1.dpatch
index 00f9489..482cc22 100644
--- a/debian/patches/50_check-for-octave2.1.dpatch
+++ b/debian/patches/50_check-for-octave2.1.dpatch
@@ -12,7 +12,7 @@
  1;
  
 +## Abort if not using Octave 2.1
-+if (split (version , '.') (1, :) != 2 || split (version , '.') (2, :) != 1)
++if (split (version , '.') (1, 1) != '2' || split (version , '.') (2, 1) != '1')
 +  error ("This version of octave-plplot only works with Octave 2.1\n");
 +endif
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git



More information about the debian-science-commits mailing list