[Pkg-octave-commit] r1327 - in octave-forge-pkgs: octave-communications/trunk/debian octave-control/trunk/debian octave-econometrics/trunk/debian octave-fixed/trunk/debian octave-general/trunk/debian octave-gsl/trunk/debian octave-ident/trunk/debian octave-image/trunk/debian octave-informationtheory/trunk/debian octave-io/trunk/debian octave-irsa/trunk/debian octave-linear/trunk/debian octave-miscellaneous/trunk/debian octave-nnet/trunk/debian octave-octcdf/trunk/debian octave-odebvp/trunk/debian octave-odepkg/trunk/debian octave-optim/trunk/debian octave-outliers/trunk/debian octave-parallel/trunk/debian octave-physicalconstants/trunk/debian octave-plot/trunk/debian octave-signal/trunk/debian octave-sockets/trunk/debian octave-specfun/trunk/debian octave-special/trunk/debian octave-splines/trunk/debian octave-strings/trunk/debian octave-struct/trunk/debian octave-time/trunk/debian octave-vrml/trunk/debian octave-zenity/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Fri Feb 29 17:15:09 UTC 2008


Author: thomas-guest
Date: 2008-02-29 17:15:08 +0000 (Fri, 29 Feb 2008)
New Revision: 1327

Modified:
   octave-forge-pkgs/octave-communications/trunk/debian/control
   octave-forge-pkgs/octave-control/trunk/debian/control
   octave-forge-pkgs/octave-econometrics/trunk/debian/control
   octave-forge-pkgs/octave-fixed/trunk/debian/control
   octave-forge-pkgs/octave-general/trunk/debian/control
   octave-forge-pkgs/octave-gsl/trunk/debian/control
   octave-forge-pkgs/octave-ident/trunk/debian/control
   octave-forge-pkgs/octave-image/trunk/debian/control
   octave-forge-pkgs/octave-informationtheory/trunk/debian/control
   octave-forge-pkgs/octave-io/trunk/debian/control
   octave-forge-pkgs/octave-irsa/trunk/debian/control
   octave-forge-pkgs/octave-linear/trunk/debian/control
   octave-forge-pkgs/octave-miscellaneous/trunk/debian/control
   octave-forge-pkgs/octave-nnet/trunk/debian/control
   octave-forge-pkgs/octave-octcdf/trunk/debian/control
   octave-forge-pkgs/octave-odebvp/trunk/debian/control
   octave-forge-pkgs/octave-odepkg/trunk/debian/control
   octave-forge-pkgs/octave-optim/trunk/debian/control
   octave-forge-pkgs/octave-outliers/trunk/debian/control
   octave-forge-pkgs/octave-parallel/trunk/debian/control
   octave-forge-pkgs/octave-physicalconstants/trunk/debian/control
   octave-forge-pkgs/octave-plot/trunk/debian/control
   octave-forge-pkgs/octave-signal/trunk/debian/control
   octave-forge-pkgs/octave-sockets/trunk/debian/control
   octave-forge-pkgs/octave-specfun/trunk/debian/control
   octave-forge-pkgs/octave-special/trunk/debian/control
   octave-forge-pkgs/octave-splines/trunk/debian/control
   octave-forge-pkgs/octave-strings/trunk/debian/control
   octave-forge-pkgs/octave-struct/trunk/debian/control
   octave-forge-pkgs/octave-time/trunk/debian/control
   octave-forge-pkgs/octave-vrml/trunk/debian/control
   octave-forge-pkgs/octave-zenity/trunk/debian/control
Log:
Replace octave2.9 by octave3.0


Modified: octave-forge-pkgs/octave-communications/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-communications/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-communications/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-communications

Modified: octave-forge-pkgs/octave-control/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-control/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-control/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-control
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The control package from octave-forge
  Additional Octave Control tools
\ No newline at end of file

Modified: octave-forge-pkgs/octave-econometrics/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-econometrics/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-econometrics/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-econometrics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The econometrics package from octave-forge
  This package provides functions to work with econometrics, including
  MLE and GMM based techniques.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-fixed/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-fixed/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-fixed/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-fixed
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The fixed package from octave-forge
  This package provides functions to do fixed pointed computation with
  real and complex matrixes in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-general/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-general/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-general/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-general
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The general package from octave-forge
  This package provides general tools for octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-gsl/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-gsl/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-gsl/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make, libgsl0-dev
+Build-Depends: debhelper (>= 5), octave3.0, make, libgsl0-dev
 Standards-Version: 3.7.2
 
 Package: octave-gsl
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16), libgsl0ldbl
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0, libgsl0ldbl
 Description: The gsl package from octave-forge
  This package provides bindings to the GNU Scientific Library for Octave
\ No newline at end of file

Modified: octave-forge-pkgs/octave-ident/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-ident/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-ident/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-ident
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The ident package from octave-forge
  This package provides functions to do additional system
  identification under octave
\ No newline at end of file

Modified: octave-forge-pkgs/octave-image/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-image/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make, libpng12-dev, libjpeg62-dev
+Build-Depends: debhelper (>= 5), octave3.0, make, libpng12-dev, libjpeg62-dev
 Standards-Version: 3.7.2
 
 Package: octave-image
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16), libpng12-0, libjpeg62
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0, libpng12-0, libjpeg62
 Description: The image package from octave-forge
  This package provides functions for
  reading, writing, and processing images. The package supports

Modified: octave-forge-pkgs/octave-informationtheory/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-informationtheory/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-informationtheory/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-informationtheory
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The informationtheory package from octave-forge
  This package provides functions for basic Information Theory
  definitions, and source coding.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-io/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-io/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-io/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-io
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The io package from octave-forge
  This package provides functions to input/output data in different
  formats in octave. 
\ No newline at end of file

Modified: octave-forge-pkgs/octave-irsa/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-irsa/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-irsa/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-irsa
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The irsa package from octave-forge
  This package provides functions to do irregular sampling analysis in
  octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-linear/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-linear/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-linear/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-linear
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The linear-algebra package from octave-forge
  This package provides additional functions to work on linear algebra
  code in octave, including general SVD and matrix functions.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-miscellaneous
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The miscellaneous package from octave-forge
  This package provides miscellaneous tools for octave, including
  waitbar and xml tools.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-nnet/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-nnet/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-nnet/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-nnet
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The nnet package from octave-forge
  This package provides a feed forward multi-layer neural network in
  octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-octcdf/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-octcdf/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-octcdf/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make, netcdfg-dev
+Build-Depends: debhelper (>= 5), octave3.0, make, netcdfg-dev
 Standards-Version: 3.7.2
 
 Package: octave-octcdf
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libnetcdf4, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libnetcdf4, octave3.0
 Description: The octcdf package from octave-forge
  This package provides functions to work with NetCDF data files in
  octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-odebvp/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-odebvp/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-odebvp/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-odebvp
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The odebvp package from octave-forge
  This package provides functions to work with linear ordinary
  differential equations.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-odepkg/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-odepkg/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-odepkg/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-odepkg
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The odepkg package from octave-forge
  This package provides a toolkit for Differential Equations and
  Initial Value Problems.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-optim/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-optim/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-optim/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-optim
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The optim package from octave-forge
  Unconstrained Non-linear Optimization toolkit for octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-outliers/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-outliers/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-outliers/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-outliers
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The outliers package from octave-forge
  This package provides functions to do Grubbs, Dixon and Cochran tests
  for outlier detection and p-value approximating routines.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-parallel/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-parallel/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-parallel/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-parallel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The parallel package from octave-forge
  This package provides capabilities to do parallel execution on octave
  for cluster computers.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-physicalconstants/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-physicalconstants/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-physicalconstants/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-physicalconstants
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The physicalconstants package from octave-forge
  This package provides physical constants for atomic & molecular
  physics, taken from the NIST database, for octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-plot/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-plot/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-plot/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-plot
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The plot package from octave-forge
  This package provides additional plotting tools for octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-signal/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-signal/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-signal/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-signal
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The signal package from octave-forge
  This package provides signal processing tools including filtering,
  windowing and display functions in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-sockets/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-sockets/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-sockets/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-sockets
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The sockets package from octave-forge
  This package provides functions to work with sockets in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-specfun/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-specfun/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-specfun/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-specfun
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The specfun package from octave-forge
  This package provides special mathematical functions for octave,
  functions including elliptic functions and more.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-special/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-special/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-special/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-special
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The special matrix package from octave-forge
  This package provides additional special matrices for octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-splines/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-splines/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-splines/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-splines
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The splines package from octave-forge
  This package provides functionality to work with additional cubic
  spline functions in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-strings/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-strings/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-strings/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-strings
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The strings package from octave-forge
  This package provides additional functions to manipulate strings in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-struct/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-struct/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-struct/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-struct
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The struct package from octave-forge
  This package provides additional structure manipulation functions for
  octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-time/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-time/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-time/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-time
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The time package from octave-forge
  This package provides functions to manipulate and work with date
  formats in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-vrml/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-vrml/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-vrml/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,11 +2,11 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-vrml
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The vrml package from octave-forge
  This package provides functions to do 3D graphics using VRML in octave.
\ No newline at end of file

Modified: octave-forge-pkgs/octave-zenity/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-zenity/trunk/debian/control	2008-02-29 15:39:30 UTC (rev 1326)
+++ octave-forge-pkgs/octave-zenity/trunk/debian/control	2008-02-29 17:15:08 UTC (rev 1327)
@@ -2,12 +2,12 @@
 Section: math
 Priority: optional
 Maintainer: Olafur Jens Sigurðsson <ojsbug at gmail.com>
-Build-Depends: debhelper (>= 5), octave2.9 (>= 2.9.16), make
+Build-Depends: debhelper (>= 5), octave3.0, make
 Standards-Version: 3.7.2
 
 Package: octave-zenity
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, octave2.9 (>= 2.9.16)
+Depends: ${shlibs:Depends}, ${misc:Depends}, octave3.0
 Description: The zenity package from octave-forge
  This package provides a set of functions for creating simple graphical
  user interfaces for octave. It is currently possible to create calendar




More information about the Pkg-octave-commit mailing list