[Pkg-octave-commit] r1932 - in octave-forge-pkgs/octave-tsa/trunk: . debian debian/patches

Rafael Laboissiere rafael at alioth.debian.org
Fri May 16 14:03:45 UTC 2008


tags 481471 pending
thanks

Author: rafael
Date: 2008-05-16 14:03:44 +0000 (Fri, 16 May 2008)
New Revision: 1932

Added:
   octave-forge-pkgs/octave-tsa/trunk/debian/
   octave-forge-pkgs/octave-tsa/trunk/debian/changelog
   octave-forge-pkgs/octave-tsa/trunk/debian/check.m
   octave-forge-pkgs/octave-tsa/trunk/debian/compat
   octave-forge-pkgs/octave-tsa/trunk/debian/control
   octave-forge-pkgs/octave-tsa/trunk/debian/copyright
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff
   octave-forge-pkgs/octave-tsa/trunk/debian/patches/series
   octave-forge-pkgs/octave-tsa/trunk/debian/rules
   octave-forge-pkgs/octave-tsa/trunk/debian/watch
Log:
Initial import

Added: octave-forge-pkgs/octave-tsa/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/changelog	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/changelog	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,5 @@
+octave-tsa (3.10.6-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #481471)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 16 May 2008 13:39:57 +0200

Added: octave-forge-pkgs/octave-tsa/trunk/debian/check.m
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/check.m	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/check.m	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,21 @@
+figure (1, "visible", "off");
+
+global demos
+global count
+
+function retval = input_number ()
+  global demos
+  global count
+  retval = num2str (demos (count++));
+endfunction
+
+dispatch ("input", "input_number", "any");
+
+demos = [1 : 7, 1 : 7, 8 : 15];
+count = 1;
+tsademo;
+
+invfdemo;
+
+bisdemo;
+

Added: octave-forge-pkgs/octave-tsa/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/compat	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/compat	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1 @@
+6

Added: octave-forge-pkgs/octave-tsa/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/control	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/control	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,25 @@
+Source: octave-tsa
+Section: math
+Priority: optional
+Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
+ Thomas Weber <thomas.weber.mail at gmail.com>,
+ Rafael Laboissiere <rafael at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5), quilt, octave-nan
+Standards-Version: 3.7.3
+Homepage: http://octave.sourceforge.net/tsa/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-tsa/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-tsa/
+
+Package: octave-tsa
+Architecture: all
+Depends: ${octave:Depends}, octave-nan
+Description: time series analysis in Octave
+ The TSA toolbox is useful for analysing Time Series.  The methods are
+ based on stochastic concepts and maximum entropy methods. The
+ programs should be compatible to Matlab as well as Octave.  It
+ includes Stochastic Signal processing, Autoregressive Model
+ Identification, maximum entropy spectral estimation, and much more.
+ .
+ This Octave add-on package is part of the Octave-Forge project.

Added: octave-forge-pkgs/octave-tsa/trunk/debian/copyright
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/copyright	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/copyright	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,16 @@
+Original source may be found at http://octave.sf.net.
+
+Files: inst/*.m
+Copyright: © 1996-2007  Alois Schloegl
+License: GPL-2+
+ These files are under the GPL, version 2 or later.
+
+Files: debian/*
+Copyright: © 2008 Rafael Laboissiere
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.
+
+On Debian systems, the complete text of the GNU General Public License,
+version 2, can be found in the file `/usr/share/common-licenses/GPL-2. The
+complete text of the GNU General Public License, version 3, can be found
+in the file `/usr/share/common-licenses/GPL-3.

Added: octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/patches/autoload-yes.diff	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,11 @@
+Index: trunk/DESCRIPTION
+===================================================================
+--- trunk.orig/DESCRIPTION	2008-05-16 13:23:14.000000000 +0000
++++ trunk/DESCRIPTION	2008-05-16 13:23:23.000000000 +0000
+@@ -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

Added: octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/patches/lpc-yule-walker.diff	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,16 @@
+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);
+ 

Added: octave-forge-pkgs/octave-tsa/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/patches/series	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/patches/series	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,2 @@
+lpc-yule-walker.diff
+autoload-yes.diff

Added: octave-forge-pkgs/octave-tsa/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/rules	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/rules	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cdbs/1/class/octave-pkg.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk


Property changes on: octave-forge-pkgs/octave-tsa/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: octave-forge-pkgs/octave-tsa/trunk/debian/watch
===================================================================
--- octave-forge-pkgs/octave-tsa/trunk/debian/watch	                        (rev 0)
+++ octave-forge-pkgs/octave-tsa/trunk/debian/watch	2008-05-16 14:03:44 UTC (rev 1932)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/octave/tsa-(.+)\.tar\.gz




More information about the Pkg-octave-commit mailing list