[Pkg-octave-commit] [SCM] octave-epstk branch, master, updated. d49304a95baeb330382a9bb92a4acfbebee60083
Thomas Weber
tweber at debian.org
Sat Jan 1 21:49:19 UTC 2011
The following commit has been merged in the master branch:
commit e0de81cb2b5e62dba134cc618c37f8fc9c7e8664
Author: Thomas Weber <tweber at debian.org>
Date: Sun Dec 5 21:17:12 2010 +0100
Drop patch plot_whole_line
diff --git a/debian/changelog b/debian/changelog
index 01cf453..92aac1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ octave-epstk (2.3-1) UNRELEASED; urgency=low
- Dropped patches (applied upstream):
- 05_faster-ebbox.patch
- 06_edsymbol-for-octave-2.9.13.patch
+ - plot_whole_line
* debian/control: Remove Rafael Laboissiere from Uploaders (Closes: #571895)
-- Thomas Weber <thomas.weber.mail at gmail.com> Sun, 28 Feb 2010 22:25:19 +0100
diff --git a/debian/patches/plot_whole_line b/debian/patches/plot_whole_line
deleted file mode 100644
index 3c08963..0000000
--- a/debian/patches/plot_whole_line
+++ /dev/null
@@ -1,23 +0,0 @@
-bugfix for 474257, thanks to Stefan Mueller
---- a/m/edecipol.m
-+++ b/m/edecipol.m
-@@ -19,7 +19,7 @@
- eusage('[newAlpha newRadia]=edecipol(alphaData,radiaData[,minDelta])');
- end
- if nargin <3
-- minDelta=1;
-+ minDelta=0.1;
- end
- [xr xc]=size(alphaData);
- if xr>2
---- a/m/edecixy.m
-+++ b/m/edecixy.m
-@@ -19,7 +19,7 @@
- eusage('[newX newY]=edecixy(xData,yData[,minDelta])');
- end
- if nargin <3
-- minDelta=1;
-+ minDelta=0.1;
- end
- [xr xc]=size(xData);
- if xr>2
diff --git a/debian/patches/series b/debian/patches/series
index a731b82..02a73ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,7 +2,6 @@
02_axis-value-labels.patch
03_psd-path.patch
04_source-etc-epstk-conf.patch
-plot_whole_line
tickless_axes
update_documentation
modern-str-functions
--
octave-epstk
More information about the Pkg-octave-commit
mailing list