File: control

package info (click to toggle)
geneagrapher 1.0c2%2Bgit20220519-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,136 kB
  • sloc: python: 1,904; makefile: 8
file content (49 lines) | stat: -rw-r--r-- 1,972 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
Source: geneagrapher
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: cmark-gfm <!nodoc>,
               db-util <!nocheck>,
               debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               libdb1-compat <!nocheck>,
               python3,
               python3-bs4,
               python3-lxml,
               python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/davidalber/Geneagrapher
Vcs-Browser: https://salsa.debian.org/math-team/geneagrapher
Vcs-Git: https://salsa.debian.org/math-team/geneagrapher.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: geneagrapher
Architecture: all
Depends: python3-geneagrapher (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: Create tree from Mathematics Genealogy Project (executable)
 The Mathematics Genealogy Grapher (Geneagrapher) is a software tool to gather
 the information for building math genealogy trees with data from the
 Mathematics Genealogy Project. The information extracted is stored in dot file
 format, which can then be passed to Graphviz to generate a graph.
 .
 This package contains the command-line tool.

Package: python3-geneagrapher
Section: python
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Recommends: graphviz
Breaks: geneagrapher (<< 1.0c2+git20220208-1)
Replaces: geneagrapher (<< 1.0c2+git20220208-1)
Description: Create tree from Mathematics Genealogy Project (module)
 The Mathematics Genealogy Grapher (Geneagrapher) is a software tool to gather
 the information for building math genealogy trees with data from the
 Mathematics Genealogy Project. The information extracted is stored in dot file
 format, which can then be passed to Graphviz to generate a graph.
 .
 This package contains the Python module.