[Pkg-octave-commit] [SCM] Debian packaging for octave-statistics branch, master, updated. debian/1.1.1-1-3-g9eb91e0

Sébastien Villemot sebastien.villemot at ens.fr
Wed Apr 18 12:47:55 UTC 2012


The following commit has been merged in the master branch:
commit edda8923610aa8a6965e9e67c41a017fc66159cf
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Wed Apr 18 14:47:13 2012 +0200

    add-dependency-on-io.patch: also remove obsolete dependency on miscellaneous

diff --git a/debian/patches/add-dependency-on-io.patch b/debian/patches/add-dependency-on-io.patch
index a13c3d3..b8eedb7 100644
--- a/debian/patches/add-dependency-on-io.patch
+++ b/debian/patches/add-dependency-on-io.patch
@@ -1,10 +1,10 @@
-Description: Add missing dependency on octave-io
+Description: Depend on octave-io instead of octave-miscellaneous
  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: http://sourceforge.net/mailarchive/message.php?msg_id=29141112
-Last-Update: 2012-04-17
+ octave-io (version 1.0.18). No function from octave-miscellaneous is now used.
+ This patch corrects the dependencies accordingly.
+Origin: upstream, commit: 10265 10266
+Last-Update: 2012-04-18
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/DESCRIPTION
@@ -14,7 +14,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  Description: Additional statistics functions for Octave.
  Categories: Statistics
 -Depends: octave (>= 2.9.7), miscellaneous
-+Depends: octave (>= 2.9.7), miscellaneous, io (>= 1.0.18)
++Depends: octave (>= 2.9.7), io (>= 1.0.18)
  Autoload: yes
  License: GPLv2+, public domain
  Url: http://octave.sf.net

-- 
Debian packaging for octave-statistics



More information about the Pkg-octave-commit mailing list