File: control

package info (click to toggle)
geneagrapher 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: python: 713; makefile: 42
file content (48 lines) | stat: -rw-r--r-- 1,947 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
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>,
               debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3,
               python3-poetry-core,
               python3-pytest <!nocheck>,
               python3-websockets <!nocheck>
Standards-Version: 4.6.2
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-pybuild

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: ${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.