diff --git a/debian/control b/debian/control index 4c93dd5..0b946d5 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: ctdconverter +Maintainer: Debian Med Packaging Team +Uploaders: Michael R. Crusoe Section: science Priority: optional -Maintainer: Debian Med Packaging Team -Uploaders: Michael R. Crusoe Build-Depends: debhelper (>= 11), dh-python, python3, @@ -22,9 +22,10 @@ Package: ctdconverter Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} +Depends: ${python3:Depends}, + ${misc:Depends} Suggests: cwl-runner -Description: Convert CTD files into Galaxy tool and CWL CommandLineTool files +Description: Convert CTD files into Galaxy tool and CWL CommandLineTool files Common Tool Descriptors (CTDs) are XML documents that represent the inputs, outputs, parameters of command line tools in a platform-independent way. .