summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2015-07-25 15:50:26 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2015-07-25 15:51:41 +0200
commit1fa338c0f36464bc93010e60a7086c66ca6eb525 (patch)
treec2c5259097e52c40fc0e8de41a38c2f4b3cd164f
parent036f7e8a76e7a0b4b556dff0a56e1797d500d043 (diff)
Initial packaging.debian/1.0.1-1
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright38
-rw-r--r--debian/examples1
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch5
8 files changed, 78 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2aaa5a3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+paexec (1.0.1-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Andrew Shadura <andrewsh@debian.org> Thu, 15 Aug 2013 01:02:03 +0200
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..4347858
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: paexec
+Section: devel
+Priority: optional
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ mk-configure,
+ runawk,
+ graphviz, latex-beamer, texlive-latex-extra, texlive-fonts-recommended, ghostscript
+Standards-Version: 3.9.5
+
+Package: paexec
+Architecture: any
+Depends: ${shlib:Depends}, ${misc:Depends}, runawk
+Description: execute tasks in parallel
+ paexec is a tool to execute tasks in parallel.
+ .
+ paexec reads tasks from the standard input and distributes
+ them over a number of nodes using a specified transport
+ protocol.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5e78b39
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: paexec
+Upstream-Contact: vle@gmx.net
+Source: https://github.com/cheusov/paexec
+
+Files: debian/*
+Copyright:
+ 2015 Andrew Shadura <andrewsh@debian.org>
+License: Expat
+
+Files: paexec/pr.*
+Copyright:
+ 1996, 2002 Rickard E. Faith (faith@dict.org)
+ 2013 Aleksey Cheusov <vle@gmx.net>
+License: Expat
+
+Files: *
+Copyright: 2007—2014 Aleksey Cheusov <vle@gmx.net>
+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/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5126180
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export SUBPRJ_DFLT=paexec examples doc presentation
+
+%:
+ 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..42dbeaf
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://mova.org/~cheusov/pub/paexec/paexec-(\d.*).tar.gz
+