[Pkg-octave-commit] [SCM] octave-statistics branch, master, updated. e7bb306f0bd12bd7643e7ed97f8d0e1d88f4d32f

Rafael Laboissiere rafael at debian.org
Sun May 24 01:56:22 UTC 2009


The following commit has been merged in the master branch:
commit 701330d1bfcbc3ee33db27f41564f62092bffa90
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 24 01:59:03 2009 +0200

    Build-depend and depend on octave-gsl and -miscellaneous

diff --git a/debian/changelog b/debian/changelog
index 6189174..c46bb0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ octave-statistics (1.0.8-1) UNRELEASED; urgency=low
   * New upstream version
   * debian/control:
     + (Standards-Version): Bump to 3.8.1 (no changes needed)
-    + (Depends): Add ${misc:Depends}
+    + (Depends): Add ${misc:Depends} and octave-gsl (for expm1)
     + (Vcs-Git, Vcs-Browser): Adjust to new Git repository
+    + (Build-Depends-Indep): Add octave-gsl (for expm1, needed in testing
+      copulapdf)
   * debian/source.lintian-overrides: Add file for overriding Lintian
     warnings build-depends-without-arch-dep
   * debian/copyright: Use DEP5 URL in Format-Specification
diff --git a/debian/control b/debian/control
index 94ae9bd..6af3ade 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.6.4)
+Build-Depends-Indep: octave-gsl, octave-miscellaneous
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/statistics
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-statistics.git
@@ -14,7 +15,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-statistics.git
 
 Package: octave-statistics
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, octave-gsl
 Description: additional statistical functions for Octave
  This octave-forge package provides additional statistical functions
  for Octave, including mean and variance for several distributions (geometric,

-- 
octave-statistics



More information about the Pkg-octave-commit mailing list