1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Autoload the data-smoothing package
Author: Sébastien Villemot <sebastien.villemot@ens.fr>
Forwarded: not-needed
Last-Update: 2012-03-22
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -7,6 +7,6 @@
Description: Algorithms for smoothing noisy data
Categories: Data-smoothing
Depends: octave (>= 3.6.0), optim (>= 1.0.3)
-Autoload: no
+Autoload: yes
License: GPL version 3 or later
Url: http://octave.sf.net
|