[med-svn] [cwltool] 01/01: cwltool is an alternative for cwl-runner

Michael Crusoe misterc-guest at moszumanska.debian.org
Fri Dec 9 09:15:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch cwl-runner-alternative
in repository cwltool.

commit a0bb4d121245871b1fde89b208122e345cbeb41b
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Sat May 7 11:24:30 2016 -0700

    cwltool is an alternative for cwl-runner
---
 debian/changelog | 11 ++++++++---
 debian/control   |  4 ++--
 debian/postinst  |  7 +++++++
 debian/prerm     | 14 ++++++++++++++
 4 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c7dea9..001a964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
-cwltool (1.0.20160209222805-1) UNRELEASED; urgency=medium
+cwltool (1.0.20160209222805-2) UNRELEASED; urgency=medium
 
-  * Initial release. (Closes: #814000)
+  * Install cwltool as an alternative for cwl-runner
+  * Upgrade Standards-Version to 3.9.8
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sat, 07 May 2016 10:51:59 -0700
 
-  [Steffen Moeller]
+cwltool (1.0.20160209222805-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #814000)
 
  -- Michael R. Crusoe <crusoe at ucdavis.edu>  Mon, 22 Feb 2016 21:22:21 +0100
diff --git a/debian/control b/debian/control
index 0a2b562..5fe728e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: cwltool
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at ucdavis.edu>
+Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
                python-html5lib,
                python-sparqlwrapper,
                help2man
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/cwltool.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/cwltool.git
 Homepage: http://www.commonwl.org
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..03effe5
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+
+update-alternatives --quiet --install /usr/bin/cwl-runner cwl-runner \
+	/usr/bin/cwltool 1
+
+#DEBHELPER#
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..b6e01ff
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,14 @@
+#!/bin/sh
+set -e
+
+case "$1" in
+	remove)
+		update-alternatives --remove cwl-runner /usr/bin/cwltool
+		;;
+
+	upgrade|failed-upgrade|deconfigure)
+		;;
+
+esac
+
+#DEBHELPER#

-- 
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