[Pkg-octave-commit] r2523 - octave-forge-pkgs/octave-tsa/trunk/debian/patches

Thomas Weber thomas-guest at alioth.debian.org
Thu Dec 11 17:24:42 UTC 2008


Author: thomas-guest
Date: 2008-12-11 17:24:42 +0000 (Thu, 11 Dec 2008)
New Revision: 2523

Removed:
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff
Modified:
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/series
Log:
Adjust patch for new upstream version

Modified: octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff	2008-12-10 23:08:09 UTC (rev 2522)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff	2008-12-11 17:24:42 UTC (rev 2523)
@@ -1,11 +1,9 @@
-Index: trunk/DESCRIPTION
-===================================================================
---- trunk.orig/DESCRIPTION	2008-05-16 13:23:14.000000000 +0000
-+++ trunk/DESCRIPTION	2008-05-16 13:23:23.000000000 +0000
+--- a/DESCRIPTION
++++ b/DESCRIPTION
 @@ -7,5 +7,6 @@
  Description: Stochastic concepts and maximum entropy methods for time series analysis
  Depends: octave (>= 2.9.7) 
  Depends: NaN (>= 1.0.0)
 +Autoload: yes
- License: GPL version 2 or later
- Url: http://www.dpmi.tu-graz.ac.at/~schloegl/matlab/tsa
+ License: GPL version 3 or later
+ Url: http://hci.tugraz.at/~schloegl/matlab/tsa

Deleted: octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff	2008-12-10 23:08:09 UTC (rev 2522)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff	2008-12-11 17:24:42 UTC (rev 2523)
@@ -1,16 +0,0 @@
-Index: trunk/inst/lpc.m
-===================================================================
---- trunk.orig/inst/lpc.m	2008-05-16 13:22:10.000000000 +0000
-+++ trunk/inst/lpc.m	2008-05-16 13:22:17.000000000 +0000
-@@ -60,9 +60,9 @@
- % you can use any of the following routines. 
- % I've selected the Burg method, because it provides the most accurate estimates
- 
--[AR,RC,PE] = lattice(Y.',P);		% Burg method
-+% [AR,RC,PE] = lattice(Y.',P);		% Burg method
- % [AR,RC,PE] = lattice(Y.',P,'GEOL');	% geomatric lattice
--% [AR,RC,PE] = durlev(acovf(Y.',P));  	% Yule-Walker
-+[AR,RC,PE] = durlev(acovf(Y.',P));  	% Yule-Walker
- 
- A = ar2poly(AR);
- 

Modified: octave-forge-pkgs/octave-tsa/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/patches/series	2008-12-10 23:08:09 UTC (rev 2522)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/patches/series	2008-12-11 17:24:42 UTC (rev 2523)
@@ -1,2 +1 @@
-lpc-yule-walker.diff
 autoload-yes.diff




More information about the Pkg-octave-commit mailing list