Merge branch 'master' into debianized
[htsworkflow.git] / debian / control
1 Source: htsworkflow
2 Maintainer: Diane Trout <diane@caltech.edu>
3 Section: python
4 Priority: optional
5 Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
6 Standards-Version: 3.8.4
7 X-Python-Version: >= 2.5
8
9 Package: python-htsworkflow
10 Architecture: all
11 Depends: ${misc:Depends}, ${python:Depends}
12 XB-Python-Version: ${python:Versions}
13 Provides: ${python:Provides}
14 Description: Utilities to help manage high-through-put sequencing
15  This package contains the python library and support scripts
16
17 Package: htsworkflow-web
18 Architecture: all
19 Depends: ${misc:Depends}, ${python:Depends}, python-django, python-htsworkflow, libjs-jquery (>= 1.4)
20 XB-Python-Version: ${python:Versions}
21 Provides: ${python:Provides}
22 Description: Our Illumina orientated sequencing LIMS website
23  This package contains the website configuration and 
24  supporting templates, css, and javascript.