[Pkg-octave-commit] [SCM] Debian packaging for octave-statistics branch, master, updated. debian/1.1.0-1-14-g7247561

Sébastien Villemot sebastien.villemot at ens.fr
Tue Apr 17 13:35:11 UTC 2012


The following commit has been merged in the master branch:
commit b1d5c016d8792668d23f7fa6f6abbf7fd9c6aea0
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Tue Apr 17 15:08:14 2012 +0200

    add-dependency-on-io.patch: new patch, adds dependency on io

diff --git a/debian/patches/add-dependency-on-io.patch b/debian/patches/add-dependency-on-io.patch
new file mode 100644
index 0000000..8496307
--- /dev/null
+++ b/debian/patches/add-dependency-on-io.patch
@@ -0,0 +1,20 @@
+Description: Add missing dependency on octave-io
+ The csv2cell and cell2csv functions (needed by tblread and tblwrite) are no
+ longer in octave-miscellaneous (as of version 1.1.0). They have been moved to
+ octave-io (version 1.0.18). This patch corrects the dependencies accordingly.
+Author: Sébastien Villemot <sebastien.villemot at ens.fr>
+Forwarded: no
+Last-Update: 2012-04-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -6,7 +6,7 @@
+ Title: Statistics
+ Description: Additional statistics functions for Octave.
+ Categories: Statistics
+-Depends: octave (>= 2.9.7), miscellaneous
++Depends: octave (>= 2.9.7), miscellaneous, io (>= 1.0.18)
+ Autoload: yes
+ License: GPLv2+, public domain
+ Url: http://octave.sf.net
diff --git a/debian/patches/series b/debian/patches/series
index 68a7154..c08c205 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 data-files-for-tests.diff
+add-dependency-on-io.patch

-- 
Debian packaging for octave-statistics



More information about the Pkg-octave-commit mailing list