[Pkg-octave-commit] [SCM] octave-signal branch, master, updated. d62c2d24e7f8d3d24386c1f7beee4a9c59fe377c

Thomas Weber tweber at debian.org
Wed Jun 30 20:02:26 UTC 2010


tags 587660 pending
thanks

The following commit has been merged in the master branch:
commit a4fcdd0e65a8d1dc8bcf5a5db3ced33306b9b988
Author: Thomas Weber <tweber at debian.org>
Date:   Wed Jun 30 20:29:02 2010 +0200

    Add octave-control to dependency list, bug fix for #587660

diff --git a/debian/changelog b/debian/changelog
index 2330089..dc29649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+octave-signal (1.0.11-2) UNRELEASED; urgency=low
+
+  * Add octave-control to dependency list, it's also needed at runtime, not
+    only at build time (closes: #587660) 
+
+ -- Thomas Weber <tweber at debian.org>  Wed, 30 Jun 2010 20:27:08 +0200
+
 octave-signal (1.0.11-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 07f4bd7..eba7831 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-signal.git
 
 Package: octave-signal
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, octave-optim (>= 1.0.5), ${octave:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, octave-optim (>= 1.0.5), 
+ octave-control, ${octave:Depends}
 Description: signal processing functions for Octave
  This package provides signal processing tools including filtering,
  windowing and display functions in octave.

-- 
octave-signal



More information about the Pkg-octave-commit mailing list