[med-svn] [gxargparse] 05/11: add missing dependencies

Andreas Tille tille at debian.org
Sat Jan 14 11:34:52 UTC 2017


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

tille pushed a commit to branch master
in repository gxargparse.

commit 746084ab48803cefdcfe14e26083fc821f12f9a0
Author: Anton Khodak <anton.khodak at ukr.net>
Date:   Sat Jan 14 12:39:42 2017 +0200

    add missing dependencies
---
 debian/control | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index df2f4a0..3d1768e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Anton Khodak <anton.khodak at ukr.net>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9), python3-setuptools, python3-jinja2 
+Build-Depends: debhelper (>= 9), python-setuptools, python-jinja2, python3-setuptools, python3-jinja2 
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gxargparse.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/gxargparse.git
 Homepage: https://github.com/common-workflow-language/gxargparse
 
-Package: gxargparse
+Package: python-gxargparse
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -23,3 +23,22 @@ Description: Automated CWL and Galaxy XML generation for Python tools that use a
  This information captured in this process is used to produce Galaxy Tool
  XML when it's requested with the --generate_galaxy_xml flag, or CWLTools
  when requested with the --generate_cwl_tool flag.
+ .
+ This is a Python 2 package.
+
+Package: python3-gxargparse
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Automated CWL and Galaxy XML generation for Python tools that use argparse and click
+ This project aims to be a drop-in replacement for argparse which allows
+ generating Galaxy XML and CWL Tools. It is quite literally a drop-in
+ replacement. You (or the upstream tool author) can use argparse
+ completely as normal "import argparse". When this package is installed,
+ with its argparse module ahead of the system argparse, argparse2tool
+ will capture all argparse function calls, and process them specially.
+ This information captured in this process is used to produce Galaxy Tool
+ XML when it's requested with the --generate_galaxy_xml flag, or CWLTools
+ when requested with the --generate_cwl_tool flag.
+ .
+ This is a Python 3 package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gxargparse.git



More information about the debian-med-commit mailing list