[Pkg-octave-commit] [octave-statistics] 01/02: d/p/autoload-yes.patch: Remove patch (deprecated upstream)
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Tue Apr 7 10:21:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository octave-statistics.
commit f28cc65b8ab3097e0f932f75fbd04e9c348fdc72
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Sun Apr 5 18:36:11 2015 -0300
d/p/autoload-yes.patch: Remove patch (deprecated upstream)
---
debian/patches/autoload-yes.patch | 13 -------------
debian/patches/princomp-one-arg.patch | 24 ------------------------
debian/patches/series | 2 --
3 files changed, 39 deletions(-)
diff --git a/debian/patches/autoload-yes.patch b/debian/patches/autoload-yes.patch
deleted file mode 100644
index 10eee46..0000000
--- a/debian/patches/autoload-yes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Autoload the package when starting Octave
-Author: Sébastien Villemot <sebastien at debian.org>
-Forwarded: not-needed
-Last-Update: 2013-01-16
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/DESCRIPTION
-+++ b/DESCRIPTION
-@@ -9,3 +9,4 @@
- Depends: octave (>= 3.6.1), io (>= 1.0.18)
- License: GPLv3+, public domain
- Url: http://octave.sf.net
-+Autoload: yes
diff --git a/debian/patches/princomp-one-arg.patch b/debian/patches/princomp-one-arg.patch
deleted file mode 100644
index 69e2743..0000000
--- a/debian/patches/princomp-one-arg.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Make princomp work with nargout < 2.
-Origin: upstream, http://sourceforge.net/p/octave/code/12532/
-Bug: https://savannah.gnu.org/bugs/index.php?40893
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731992
-Last-Update: 2014-02-02
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/princomp.m
-+++ b/inst/princomp.m
-@@ -99,10 +99,11 @@ function [COEFF,SCORE,latent,tsquare] =
-
- endif
-
-- # This is the same as the eigenvalues of the covariance matrix of X
-- latent = (diag(S'*S)/(size(Xcentered,1)-1))(1:r);
--
- if nargout > 2
-+
-+ # This is the same as the eigenvalues of the covariance matrix of X
-+ latent = (diag(S'*S)/(size(Xcentered,1)-1))(1:r);
-+
- if !(nargin == 2 && strcmpi ( varargin{:} , "econ"))
- latent= [latent;zeros(nvars-r,1)];
- endif
diff --git a/debian/patches/series b/debian/patches/series
index ad0bf7f..f28ddb0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,2 @@
data-files-for-tests.diff
-autoload-yes.patch
expose-tbl-delim-tests.patch
-princomp-one-arg.patch
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-statistics.git
More information about the Pkg-octave-commit
mailing list