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

Thomas Weber thomas.weber.mail at gmail.com
Thu Dec 31 09:52:22 UTC 2009


The following commit has been merged in the master branch:
commit fbc6edbba7f56a57a36b3a19b1eb7030771d0b71
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Thu Dec 31 00:50:26 2009 +0100

    Adapt (build-)dependencies for new package

diff --git a/debian/changelog b/debian/changelog
index 1893815..5459224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ octave-signal (1.0.9-2) UNRELEASED; urgency=low
   [ Thomas Weber ]
   * New upstream release
   * Remove patch remove-upfirdn-m.diff, applied upstream
+  * Add octave-control to build-dependencies, it's used for some tests. 
+    Ensure the version for Octave 3.2 is used by having a versioned 
+    (>= 1.0.11-2) in the dependency. 
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:06:45 +0200
 
diff --git a/debian/control b/debian/control
index 4926975..0b50bd1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ 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.7.0), quilt
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.7.0), quilt, 
+ octave-control (>= 1.0.11-2)
 Build-Conflicts: octave-nan
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/signal
@@ -15,7 +16,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-signal.git
 
 Package: octave-signal
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, octave-specfun
+Depends: ${misc:Depends}, ${shlibs:Depends}, octave-optim (>= 1.0.5), ${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