[Pkg-octave-commit] [SCM] Debian packaging for octave-tsa branch, master, updated. 133ec7bc2aea0c723ea4f4a9bd2230f0748a3db9

Rafael Laboissiere rafael at laboissiere.net
Tue Mar 27 21:21:41 UTC 2012


The following commit has been merged in the master branch:
commit 05d0598d4bf053c4142ea9ddf1adcdf5bd69ffc6
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Mar 27 09:30:45 2012 +0200

    Drop dependencies on octave-nan
    
    The new upstream version (4.2.2) includes the necessary files from the nan
    package.

diff --git a/debian/check.m b/debian/check.m
index dddd505..5c83b96 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -1,6 +1,3 @@
-pkg load nan;
-# without the nan package, the build process breaks, because sumskipnan is used
-# by the package
 figure (1, "visible", "off");
 
 global demos
diff --git a/debian/control b/debian/control
index 8ea0aec..4d690eb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Thomas Weber <tweber at debian.org>,
            Sébastien Villemot <sebastien.villemot at ens.fr>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1)
-Build-Depends-Indep: octave-nan
 Standards-Version: 3.9.3
 Homepage: http://octave.sourceforge.net/tsa/
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-tsa.git
@@ -14,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-tsa.git
 
 Package: octave-tsa
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, octave-nan
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
 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

-- 
Debian packaging for octave-tsa



More information about the Pkg-octave-commit mailing list