File: control

package info (click to toggle)
makefile2graph 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: ansic: 479; makefile: 34; sh: 4
file content (24 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: makefile2graph
Section: misc
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 graphviz <!nocheck>,
Standards-Version: 4.5.1
Homepage: https://github.com/lindenb/makefile2graph
Vcs-Browser: https://salsa.debian.org/debian/makefile2graph
Vcs-Git: https://salsa.debian.org/debian/makefile2graph.git
Rules-Requires-Root: no

Package: makefile2graph
Architecture: any
Depends:
 make,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 graphviz,
Description: creates a graph of dependencies from GNU-Make
 Output is a graphviz-dot file, a Gexf-XML file or a list of the deepest
 independent targets that should be made. Sub-makefiles are not supported.