This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository cwltool.
commit 59a9daf9c42a8a7b4d27513c705fb28e0c5b9b7c Author: Andreas Tille <[email protected]> Date: Fri Dec 9 22:22:25 2016 +0100 Do not try to create manpage for removed tool cwltest, Remove empty template for upstream metadata --- debian/changelog | 4 +++- debian/manpages | 1 - debian/rules | 7 ++++--- debian/upstream/metadata | 12 ------------ 4 files changed, 7 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e40e1f..d88528a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ cwltool (1.0.20161207161158-1) UNRELEASED; urgency=medium * d/watch: version=4 * debhelper 10 * Add python-typing as Build-Depends and comment patch to skip it + * Do not try to create manpage for removed tool cwltest + * Remove empty template for upstream metadata - -- Andreas Tille <[email protected]> Fri, 09 Dec 2016 10:33:42 +0100 + -- Andreas Tille <[email protected]> Fri, 09 Dec 2016 11:12:23 +0100 cwltool (1.0.20160209222805-1) unstable; urgency=medium diff --git a/debian/manpages b/debian/manpages index 7e7a714..8054718 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1,2 +1 @@ debian/cwltool.1 -debian/cwltest.1 diff --git a/debian/rules b/debian/rules index 51e50b4..6274382 100755 --- a/debian/rules +++ b/debian/rules @@ -17,10 +17,11 @@ debian/cwltool.1: debian/rules debian/cwltool.help2man python2 setup.py develop --user #help2man cwltool/main.py -I debian/cwltool.help2man -N -n "Reference executor for Common Workflow Language" -o debian/cwltool.1 help2man cwltool/main.py -I debian/cwltool.help2man -N -o debian/cwltool.1 -debian/cwltest.1: debian/rules debian/cwltest.help2man - help2man cwltool/cwltest.py -I debian/cwltest.help2man -N -o debian/cwltest.1 --version-string "$$(dpkg-parsechangelog | grep Version: | cut -f2 -d\ )" -override_dh_installman: debian/cwltest.1 debian/cwltool.1 +#debian/cwltest.1: debian/rules debian/cwltest.help2man +# help2man cwltool/cwltest.py -I debian/cwltest.help2man -N -o debian/cwltest.1 --version-string "$$(dpkg-parsechangelog | grep Version: | cut -f2 -d\ )" + +override_dh_installman: debian/cwltool.1 dh_installman override_dh_clean: diff --git a/debian/upstream/metadata b/debian/upstream/metadata deleted file mode 100644 index d8b5812..0000000 --- a/debian/upstream/metadata +++ /dev/null @@ -1,12 +0,0 @@ -Reference: - Author: - Title: - Journal: - Year: - Volume: - Number: - Pages: - DOI: - PMID: - URL: - eprint: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltool.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
