summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..19c59e7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: herisvm
+Section: science
+Priority: extra
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ mk-configure,
+ ruby,
+ bash,
+ gawk
+Standards-Version: 3.9.6
+Homepage: http://github.com/cheusov/herisvm
+
+Package: herisvm
+Architecture: all
+Depends:
+ bash,
+ ruby,
+ gawk,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: machine learning tools for classification algorithms
+ herisvm project is a collection of simple tools implementing
+ evaluation algorithms for classification (machine learning).
+ In particular, heri-eval implements N-fold cross-validation
+ where training and testing is run in parallel.