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 <[email protected]>
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 
<[email protected].
 Uploaders: Anton Khodak <[email protected]>
 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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to