File: control

package info (click to toggle)
epigrass 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,204 kB
  • ctags: 2,026
  • sloc: python: 10,617; makefile: 14
file content (65 lines) | stat: -rw-r--r-- 2,247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: epigrass
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Thorsten Alteholz <debian@alteholz.de>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-dev,
               python-setuptools,
               python-virtualenv,
               python-sqlsoup,
               python-redis,
               cython
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/epigrass/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/epigrass/trunk/
Homepage: http://pypi.python.org/pypi/epigrass/

Package: epigrass
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends},
         python-sqlobject,
         python-visual,
         python-qt4-gl,
         python-qwt5-qt4,
         python-numpy,
         python-gdal,
         python-formencode,
         python-mysqldb,
         python-pysqlite2,
         python-matplotlib,
         python-networkx,
         python-pkg-resources,
         python-sqlalchemy,
         python-sqlsoup,
         python-redis,
         redis-server
Suggests: grass,
          epigrass-doc,
          kate
Description: scientific tool for simulations and scenario analysis in network epidemiology
 Epigrass is a software for visualizing, analyzing and simulating of
 epidemic processes on geo-referenced networks.
 .
 EpiGrass can interact with the GRASS GIS from which it can obtain
 maps and other geo-referenced information. However, EpiGrass does not
 require an installation of the GRASS GIS for most of its features.

Package: epigrass-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Enhances: epigrass
Description: Documentation for EpiGrass, a network epidemiology tool
 Epigrass is a software for visualizing, analyzing and simulating of
 epidemic processes on geo-referenced networks.
 .
 EpiGrass can interact with the GRASS GIS from which it can obtain
 maps and other geo-referenced information. However, EpiGrass does not
 require an installation of the GRASS GIS for most of its features.
 .
 This package contains the documentation.