[med-svn] [cwltool] 02/02: version update
Michael Crusoe
misterc-guest at moszumanska.debian.org
Tue Feb 23 02:02:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository cwltool.
commit aa7208f6286c217112c0655cc63f2632d7459dc2
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Mon Feb 22 10:04:54 2016 -0800
version update
---
debian/changelog | 3 +--
debian/control | 2 ++
debian/rules | 15 ++-------------
3 files changed, 5 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8343388..3c7dea9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,7 @@
-cwltool (1.0.20160203221531-1) UNRELEASED; urgency=medium
+cwltool (1.0.20160209222805-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #814000)
[Steffen Moeller]
- * Added help2man-generated man pages.
-- Michael R. Crusoe <crusoe at ucdavis.edu> Mon, 22 Feb 2016 21:22:21 +0100
diff --git a/debian/control b/debian/control
index fbea75a..0a2b562 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 9),
python-rdflib-jsonld,
python-schema-salad,
python-shellescape,
+ python-html5lib,
+ python-sparqlwrapper,
help2man
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cwltool.git
diff --git a/debian/rules b/debian/rules
index 802856a..0d11b51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,26 +2,15 @@
DH_VERBOSE := 1
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables, you can
-# include /usr/share/dpkg/default.mk
-# and use what is set there.
-
export PYBUILD_NAME=cwltool
export PYBUILD_DISABLE=test
+export HOME=$(shell echo $$PWD"/fakehome")
%:
dh $@ --with python2 --buildsystem=pybuild
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cwltool.git
More information about the debian-med-commit
mailing list