This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository cwltest.
commit 07a22e9f59e7ecfd653761a672c537b13d79338b Author: Andreas Tille <[email protected]> Date: Sun Dec 11 17:20:01 2016 +0100 Inject initial packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 27 +++++++++++++++++++++++++++ debian/cwltest.help2man | 8 ++++++++ debian/manpages_ | 1 + debian/rules | 18 ++++++++++++++++++ debian/source/format | 1 + debian/watch | 3 +++ 9 files changed, 90 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5d04aa1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +cwltest (1.0.20161124105442-1) UNRELEASED; urgency=medium + + * Initial release. (Closes: #???) + + -- Andreas Tille <[email protected]> Fri, 09 Dec 2016 22:26:32 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2ba4f13 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: cwltest +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Michael R. Crusoe <[email protected]>, + Andreas Tille <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 10), + dh-python, + python, + python-all, + python-setuptools, + help2man +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cwltest.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/cwltest.git +Homepage: https://github.com/common-workflow-language/cwltest +X-Python-Version: >= 2.7 + +Package: cwltest +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends} +Description: Common workflow language testing framework + This is a testing tool for checking the output of Tools and Workflows + described with the Common Workflow Language. Among other uses, it is + used to run the CWL conformance tests. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..97cf1c7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cwltest +Source: https://github.com/common-workflow-language/cwltest + +Files: * +Copyright: No copyright declared +License: Apache-2.0 + +Files: debian/* +Copyright: © 2016 Michael R. Crusoe <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License, Version 2.0 can be + found in the file `/usr/share/common-licenses/Apache-2.0' diff --git a/debian/cwltest.help2man b/debian/cwltest.help2man new file mode 100644 index 0000000..d40183c --- /dev/null +++ b/debian/cwltest.help2man @@ -0,0 +1,8 @@ +[NAME] +cwltest - Compliance tests for cwltool + +[SEE ALSO] +.br +http://commonwl.org +.br +http://wiki.debian.org/CommonWorkflowLanguage diff --git a/debian/manpages_ b/debian/manpages_ new file mode 100644 index 0000000..0f65186 --- /dev/null +++ b/debian/manpages_ @@ -0,0 +1 @@ +debian/*.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..54a8466 --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +DH_VERBOSE := 1 + +export PYBUILD_NAME=cwltest +export PYBUILD_DISABLE=test +export HOME=$(shell echo $$PWD"/fakehome") + +%: + dh $@ --with python2 --buildsystem=pybuild + +__override_dh_installman: + help2man cwltest/cwltest.py -I debian/cwltest.help2man -N -o debian/cwltest.1 --version-string "$$(dpkg-parsechangelog | grep Version: | cut -f2 -d\ )" + dh_installman + +override_dh_clean: + dh_clean + rm -f debian/cwltest.1 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..3993b27 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ +https://pypi.debian.net/cwltest/cwltest-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltest.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
