Initial attempt to build a debian packaged version of
[htsworkflow.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c207ba3
--- /dev/null
@@ -0,0 +1,24 @@
+Source: htsworkflow
+Maintainer: Diane Trout <diane@caltech.edu>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
+Standards-Version: 3.8.4
+X-Python-Version: >= 2.5
+
+Package: python-htsworkflow
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Utilities to help manage high-through-put sequencing
+ This package contains the python library and support scripts
+
+Package: htsworkflow-web
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django, python-htsworkflow, libjs-jquery (>= 1.4)
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Our Illumina orientated sequencing LIMS website
+ This package contains the website configuration and 
+ supporting templates, css, and javascript.