summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control26
-rw-r--r--debian/copyright34
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
7 files changed, 74 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cabc2cf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+herisvm (0.7.0-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Andrew Shadura <andrewsh@debian.org> Mon, 29 Feb 2016 17:52:20 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..87e98e8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: HeriSVM
+Upstream-Contact: vle@gmx.net
+Source: <https://github.com/cheusov/herisvm>
+
+Files: *
+Copyright:
+ 2015 Alexandra Figlovskaya <fglval@gmail.com>
+ 2015—2016 Aleksey Cheusov <vle@gmx.net>
+License: Expat
+
+Files: debian/*
+Copyright: Andrew Shadura <andrewsh@debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..953c90d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem mkcmake
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d340d27
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+opts=filenamemangle=s/.*\/(?:herisvm-)(\d.*)$/herisvm-$1/ https://github.com/cheusov/herisvm/releases /cheusov/herisvm/archive/(?:herisvm-)?(\d.*).tar.gz