File: control

package info (click to toggle)
actdiag 0.5.4%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 304 kB
  • sloc: python: 1,403; makefile: 11
file content (40 lines) | stat: -rw-r--r-- 1,472 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
Source: actdiag
Section: python
Priority: optional
Maintainer: Kouhei Maeda <mkouhei@palmtb.net>
Build-Depends: debhelper (>= 8.0.0),
               python-all,
               python-setuptools,
               python-unittest2,
               python-pep8 (>= 1.3),
               python-nose,
               python-blockdiag (>= 1.5.0),
               python3-all,
               python3-setuptools,
               python3-pep8 (>= 1.3),
               python3-nose,
               python3-blockdiag (>= 1.5.0),
               fonts-vlgothic | fonts-japanese-gothic
Standards-Version: 3.9.8
X-Python-Version: 2.7
Homepage: http://blockdiag.com/

Package: python-actdiag
Architecture: all
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends},
         python-blockdiag (>= 1.5.0)
Description: generate activity-diagram image file from spec-text file
 Generate activity-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. It is able to embed to sphinx with
 using python-sphinxcontrib-actdiag.

Package: python3-actdiag
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-blockdiag (>= 1.5.0)
Description: generate activity-diagram image file from spec-text file (Python3)
 For Python3.
 Generate activity-diagram from dot like text with multilingualization for
 node-label. But this supports utf-8 only. It is able to embed to sphinx with
 using python3-sphinxcontrib-actdiag.