[Pkg-octave-commit] [SCM] Debian packaging for octave-epstk branch, master, updated. debian/2.3-3-8-g5253878

Thomas Weber tweber at debian.org
Mon Apr 23 16:39:19 UTC 2012


The following commit has been merged in the master branch:
commit 8df34e60579ff08456002be9d986173df4a6b754
Author: Thomas Weber <tweber at debian.org>
Date:   Sun Apr 22 19:53:14 2012 +0200

    Drop patch fix_invisible_axis (applied upstream)

diff --git a/debian/patches/fix_invisible_axis b/debian/patches/fix_invisible_axis
deleted file mode 100644
index 2e5d998..0000000
--- a/debian/patches/fix_invisible_axis
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fixes a clipping bug in eplot.m
-Author:  Stefan Müller <stefan.mueller at fhr.fraunhofer.de>
-Forwarded: not-needed
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660750
-
---- a/m/eplot.m
-+++ b/m/eplot.m
-@@ -159,8 +159,11 @@
-       yData=(yData-ePlotAreaYValueStart)*ePlotAreaYFac;
-       [yr yc]=size(yData);
- 
--      eclip(eFile,ePlotAreaPos(1)*eFac,ePlotAreaPos(2)*eFac,...
--            ePlotAreaWidth*eFac,ePlotAreaHeight*eFac);   
-+      eclip(eFile,...
-+            (ePlotAreaPos(1)-0.5*eAxesLineWidth)*eFac,...
-+            (ePlotAreaPos(2)-0.5*eAxesLineWidth)*eFac,...
-+            (ePlotAreaWidth+eAxesLineWidth)*eFac,...
-+            (ePlotAreaHeight+eAxesLineWidth)*eFac);   
-       if ischar(dash)
-         n=size(xData,2);
-         exyplots(eFile,...
diff --git a/debian/patches/series b/debian/patches/series
index f491a1d..d6a5c63 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-fix_invisible_axis
 02_axis-value-labels.patch
 03_psd-path.patch
 set_debian_defaults

-- 
Debian packaging for octave-epstk



More information about the Pkg-octave-commit mailing list