changeset 10236:0a4aa497878e octave-forge

signal: add dependency on image for padarray
author mtmiller
date Sat, 12 May 2012 13:50:09 +0000
parents c9fa071c834c
children d18e26d35392
files main/signal/DESCRIPTION main/signal/NEWS
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/signal/DESCRIPTION	Sat May 12 13:30:57 2012 +0000
+++ b/main/signal/DESCRIPTION	Sat May 12 13:50:09 2012 +0000
@@ -5,7 +5,7 @@
 Maintainer: Octave-Forge community <octave-dev@lists.sourceforge.net>
 Title: Signal Processing.
 Description: Signal processing tools, including filtering, windowing and display functions.
-Depends: octave (>= 3.6.0), optim (>= 1.0.0), specfun, control (>= 2.2.3), communications
+Depends: octave (>= 3.6.0), optim (>= 1.0.0), specfun, control (>= 2.2.3), communications, image
 Autoload: no
 License: GPLv3+, public domain
 Url: http://octave.sf.net
--- a/main/signal/NEWS	Sat May 12 13:30:57 2012 +0000
+++ b/main/signal/NEWS	Sat May 12 13:50:09 2012 +0000
@@ -6,7 +6,7 @@
 
  ** signal is no longer dependent on the audio package.
 
- ** signal is now dependent on the communications package.
+ ** signal is now dependent on the communications and image packages.
 
  ** The function `marcumq' was imported from the communications package and has
     been completely rewritten to improve performance and fix computational